-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 895 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 895 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
{
"name": "blog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@types/node": "^18.15.11",
"axios": "^1.3.5",
"echarts": "^5.4.2",
"echarts-wordcloud": "^2.1.0",
"hover.css": "^2.3.2",
"md-editor-v3": "^2.11.2",
"naive-ui": "^2.34.3",
"pinia": "^2.0.34",
"pinia-plugin-persistedstate": "^3.1.0",
"sass-loader": "^13.2.2",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.1.0",
"less": "^4.1.3",
"sass": "^1.62.0",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0",
"vue-tsc": "^1.2.0"
}
}