-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 KB
/
package.json
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": "class-schedule-creator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build && cp dist/index.html dist/404.html",
"start": "vite preview"
},
"engines": {
"npm": ">=10.8.2 <11.0.0",
"node": ">=20.18.1 <23.0.0"
},
"keywords": [],
"author": "Adora Stariluz",
"license": "ISC",
"dependencies": {
"@tabler/icons-react": "^3.26.0",
"html2canvas": "^1.4.1",
"immer": "^10.0.3",
"react": "^19.0.0",
"react-color": "^2.19.3",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-router-dom": "^7.0.2",
"terser": "^5.26.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"json-server": "^0.17.4",
"vite": "^6.0.5"
}
}