-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.36 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
{
"name": "advanced-react",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "18.19.0"
},
"scripts": {
"start": "vite",
"dev": "VITE_REACT_APP_NODE_ENV=development vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"typecheck": "tsc"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.11",
"axios": "^1.12.0",
"bootstrap": "^5.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jquery": "^3.7.0",
"lodash": "^4.17.21",
"lucide-react": "^0.539.0",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-cookie": "^8.0.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"react-toastify": "^9.1.3",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.13",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"tw-animate-css": "^1.3.6",
"typescript": "^5.6.2",
"vite": "^7.3.0"
}
}