-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "fallcrate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "dotenv -e ../../.env vite",
"build": "tsc && dotenv -e ../../.env vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"antd": "^5.15.2",
"dread-ui": "workspace:*",
"jszip": "^3.10.1",
"pretty-bytes": "^6.1.0",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
"react-collapse": "^5.1.1",
"react-contexify": "^6.0.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-pdf": "^6.2.2",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.11.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-collapse": "^5.0.1",
"@types/react-dom": "^18.0.8",
"@types/react-pdf": "^6.2.0",
"@types/react-tooltip": "^4.2.4",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.3"
}
}