-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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": "zappman",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "npm run auto-generate-files && vite --host",
"build": "npm run auto-generate-files && tsc && vite build",
"preview": "npm run auto-generate-files && vite preview",
"auto-generate-files": "plop"
},
"dependencies": {
"@monaco-editor/react": "^4.4.6",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"axios": "^1.1.3",
"daisyui": "^2.41.0",
"dayjs": "^1.11.6",
"fast-json-patch": "^3.1.1",
"jsonc-parser": "^3.2.0",
"localforage": "^1.10.0",
"monaco-editor": "^0.34.1",
"nanoid": "^4.0.0",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/qs": "^6.9.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"plop": "^3.1.1",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}