-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.18 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
{
"name": "frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"prettier": "prettier-es5",
"scripts": {
"start": "vite",
"host": "vite --host",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.1",
"fetch-loading": "^0.0.8",
"jwt-decode": "^4.0.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router": "^7.15.1",
"react-router-dom": "^7.17.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"cypress": "^15.17.0",
"cypress-axe": "^1.7.0",
"cypress-dotenv": "^3.0.1",
"dotenv": "^17.4.2",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^16.5.0",
"prettier-es5": "^0.0.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.61.0",
"vite": "^8.0.16"
}
}