-
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.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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": "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": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@tabler/icons-react": "^3.26.0",
"html2canvas": "^1.4.1",
"immer": "^10.0.3",
"react": "^19.1.0",
"react-color": "^2.19.3",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.4",
"react-router-dom": "^7.5.2",
"terser": "^5.26.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"json-server": "^0.17.4",
"vite": "^6.3.5"
}
}