-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.48 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "mait-frontend",
"version": "260403.1",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm run build:tokens && rsbuild build",
"build:tokens": "node tools/simple-tokens-parser.cjs",
"dev": "pnpm run build:tokens && rsbuild dev --open",
"preview": "rsbuild preview",
"lint": "biome lint --write",
"format": "pnpm format:biome && pnpm format:tailwind",
"format:biome": "biome format --write",
"format:tailwind": "prettier --plugin=prettier-plugin-tailwindcss --write \"src/**/*.{js,ts,jsx,tsx}\"",
"check": "biome check --write",
"reporter": "biome check --reporter=summary",
"generate:types": "pnpm dlx dotenv-cli -- sh -c 'openapi-typescript $PUBLIC_API_DOCS_URL -o src/libs/types/api.d.ts' && node tools/generate-types-index.js"
},
"dependencies": {
"@floating-ui/react-dom": "^2.1.6",
"@hello-pangea/dnd": "^18.0.1",
"@radix-ui/react-accordion": "^1.2.12",
"@sentry/react": "^10.38.0",
"@stomp/stompjs": "^7.1.1",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.84.0",
"@tiptap/core": "^3.7.2",
"@tiptap/extension-document": "^3.7.2",
"@tiptap/extension-paragraph": "^3.7.2",
"@tiptap/extension-placeholder": "^3.7.2",
"@tiptap/extension-text": "^3.7.2",
"@tiptap/react": "^3.7.2",
"@types/sockjs-client": "^1.5.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"framer-motion": "^12.23.12",
"http-proxy-middleware": "^3.0.5",
"install": "^0.13.0",
"lodash.merge": "^4.6.2",
"lucide-react": "^0.577.0",
"openapi-fetch": "^0.14.0",
"openapi-react-query": "^0.5.0",
"react": "^19.1.2",
"react-dom": "^19.1.2",
"react-fast-compare": "^3.2.2",
"react-lottie": "^1.2.10",
"react-router-dom": "^7.7.0",
"react-toastify": "^11.0.5",
"sockjs-client": "^1.6.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.7"
},
"devDependencies": {
"@biomejs/biome": "^2.0.5",
"@rsbuild/core": "^1.3.22",
"@rsbuild/plugin-react": "^1.3.2",
"@rsbuild/plugin-svgr": "^1.2.2",
"@types/node": "^24.0.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-lottie": "^1.2.10",
"autoprefixer": "^10.4.21",
"dotenv": "^17.2.1",
"openapi-typescript": "^7.9.1",
"postcss": "^8.5.6",
"postcss-loader": "^8.1.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"rspack-plugin-dotenv": "^0.0.3",
"style-dictionary": "^5.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
}
}