-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 828 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build:nocheck": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.24"
},
"devDependencies": {
"@types/luaparse": "^0.2.12",
"@types/node": "^20.12.7",
"@vicons/carbon": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vueuse/core": "^10.9.0",
"luaparse": "^0.3.1",
"naive-ui": "^2.38.1",
"pinia": "^2.1.7",
"pinia-plugin-persist": "^1.0.0",
"remeda": "^1.61.0",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vite-node": "^1.5.0",
"vue-i18n": "^9.13.1",
"vue-tsc": "^2.0.14"
}
}