-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "nukapp_pc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"release": "node ./CLI/CLI_Release.cjs"
},
"dependencies": {
"@f3ve/vue-markdown-it": "^0.2.0",
"@rmp135/vue-splitter": "^2.0.2",
"@tauri-apps/api": "1.5.3",
"ant-design-vue": "^4.1.2",
"feather-icons": "^4.29.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"tslog": "^4.9.2",
"vue": "^3.4.19",
"vue-feather": "^2.0.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.10",
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.17",
"clsx": "^2.1.0",
"less": "^4.2.0",
"postcss": "^8.4.35",
"sass": "^1.71.0",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.3",
"vue-tsc": "^1.8.27"
}
}