-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 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
{
"name": "check24-gendev",
"private": true,
"version": "0.0.0",
"scripts": {
"frontend": "vite",
"backend": "nodemon server/server.ts",
"dev": "concurrently \"npm run frontend\" \"npm run backend\"",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@mui/material": "^7.1.0",
"@mui/styled-engine-sc": "^7.1.0",
"axios": "^1.8.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"firebase": "^11.8.1",
"firebase-admin": "^13.4.0",
"motion": "^12.6.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.6.1",
"styled-components": "^6.1.18",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/cors": "^2.8.18",
"@types/dotenv": "^6.1.1",
"@types/node": "^22.14.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/xml2js": "^0.4.14",
"@vitejs/plugin-react": "^4.3.4",
"concurrently": "^9.1.2",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"nodemon": "^3.1.9",
"ts-node": "^10.9.2",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
}
}