-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.82 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.82 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
{
"name": "my-react-router-app",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@prisma/client": "^7.0.0",
"@prisma/extension-accelerate": "^2.0.2",
"@react-router/fs-routes": "^7.9.6",
"@react-router/node": "^7.9.6",
"@react-router/serve": "^7.9.6",
"bcryptjs": "^3.0.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"isbot": "^5.1.32",
"jsonwebtoken": "^9.0.2",
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router": "^7.9.6",
"react-select": "^5.10.2",
"recharts": "^3.4.1",
"storybook": "^10.0.7"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.2",
"@eslint/css": "^0.11.1",
"@eslint/js": "^9.39.1",
"@eslint/json": "^0.13.2",
"@eslint/markdown": "^7.5.1",
"@react-router/dev": "^7.9.6",
"@storybook/addon-a11y": "^10.0.7",
"@storybook/addon-docs": "^10.0.7",
"@storybook/addon-themes": "^10.0.7",
"@storybook/addon-vitest": "^10.0.7",
"@storybook/react-vite": "^10.0.7",
"@tailwindcss/vite": "^4.1.17",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-storybook": "10.0.0",
"eslint-plugin-tailwindcss": "4.0.0-beta.0",
"globals": "^16.5.0",
"playwright": "^1.56.1",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"prisma": "^7.0.0",
"tailwindcss": "^4.1.17",
"vite": "^6.4.1",
"vitest": "^3.2.4"
}
}