-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
43
44
45
46
{
"name": "fdd",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"pull:bcms": "node scripts/pull-bcms.cjs",
"build:types": "node scripts/build-types.cjs"
},
"dependencies": {
"@tauri-apps/api": "^1.5.2",
"axios": "^1.6.3",
"clsx": "^2.1.1",
"vue": "^3.3.4",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@banez/child_process": "^1.0.3",
"@banez/fs": "^1.0.3",
"@becomes/cms-client": "^3.3.6",
"@tauri-apps/cli": "^1.5.8",
"@types/node": "^20.11.29",
"@types/three": "^0.160.0",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"sass": "^1.69.7",
"tailwindcss": "^3.4.0",
"three": "^0.160.0",
"typescript": "^5.0.2",
"uuid": "^9.0.1",
"vite": "^5.2.8",
"vite-plugin-glsl": "^1.2.1",
"vue-tsc": "^1.8.5"
}
}