-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 961 Bytes
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
{
"name": "react-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"type-check": "tsc --noEmit",
"check": "oxlint && tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.12.0",
"@tailwindcss/vite": "^4.3.3",
"axios": "^1.20.0",
"dayjs": "^1.11.23",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-redux": "^9.3.0",
"react-router": "^7.18.3",
"react-router-dom": "^7.18.3",
"redux-persist": "^6.0.0",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@eslint/js": "^9.39.5",
"@types/node": "^25.9.6",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@vitejs/plugin-react": "^6.1.1",
"globals": "^17.12.0",
"oxlint": "^1.82.0",
"prettier": "^3.9.6",
"typescript": "~6.0.3",
"vite": "^8.3.0"
}
}