-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.22 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": "vue3-naive-starter",
"version": "1.0.0",
"appName": "VUE3 + Naive UI快速开发框架",
"description": "VUE3 + Naive UI 快速开发框架",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve",
"serve:mock": "vue-cli-service serve --mode test",
"build": "vue-cli-service build"
},
"keywords": [
"VUE3",
"Naive",
"UI"
],
"author": "0604hx",
"license": "MIT",
"dependencies": {
"@vicons/fa": "^0.12.0",
"axios": "^1.4.0",
"core-js": "^3.31.0",
"countup": "^1.8.2",
"dayjs": "^1.11.9",
"echarts": "^5.4.2",
"highlight.js": "^11.8.0",
"mitt": "^3.0.0",
"naive-ui": "^2.34.4",
"pinia": "^2.1.4",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"archiver": "^5.3.1",
"autoprefixer": "^10.4.14",
"blueimp-md5": "^2.19.0",
"crypto-js": "^4.1.1",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"mockjs": "^1.1.0"
}
}