-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "r",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.13.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.563.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.6.0",
"react-router-dom": "^7.9.4",
"recoil": "^0.7.7",
"styled-components": "^6.3.8"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.6.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/styled-components": "^5.1.36",
"@vitejs/plugin-react": "^5.0.4",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"styled-reset": "^5.0.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.24.0",
"vite": "npm:rolldown-vite@7.1.14",
"vite-plugin-svgr": "^4.5.0"
},
"overrides": {
"vite": "npm:rolldown-vite@7.1.14"
}
}