-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1013 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1013 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
37
38
39
40
41
{
"name": "stellar-theme",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "node scripts/ensure-env.js",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/qrcode": "^1.5.6",
"@vicons/ionicons5": "^0.13.0",
"@vicons/tabler": "^0.13.0",
"axios": "^1.7.9",
"dompurify": "^3.4.12",
"echarts": "^5.6.0",
"marked": "^18.0.6",
"naive-ui": "^2.41.0",
"pinia": "^2.3.1",
"qrcode": "^1.5.4",
"vue": "^3.5.13",
"vue-echarts": "^7.0.3",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/node": "^22.10.7",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"typescript": "~5.7.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.1.0",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}