-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.78 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.78 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
{
"name": "brocode",
"version": "0.1.0",
"private": true,
"dependencies": {
"@dhiwise/component-tagger": "^1.0.10",
"@radix-ui/react-slot": "^1.2.3",
"@reduxjs/toolkit": "^2.6.1",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"dotenv": "^16.0.1",
"framer-motion": "^10.16.4",
"lucide-react": "^0.484.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.55.0",
"react-router-dom": "6.0.2",
"react-router-hash-link": "^2.4.3",
"recharts": "^2.15.2",
"redux": "^5.0.1",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-elevation": "^2.0.0",
"tailwindcss-fluid-type": "^2.0.7"
},
"scripts": {
"start": "vite",
"build": "vite build --sourcemap",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/line-clamp": "^0.1.0",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.2",
"postcss": "8.4.31",
"tailwindcss": "3.4.6",
"vite": "^7.0.6",
"vite-tsconfig-paths": "3.6.0"
}
}