-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "build-cdn-from-cdnjs",
"description": "基于cdnjs open api快速构建自己的前端资源静态库",
"version": "1.0.0",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:analyz": "vue-cli-service build --mode analyz",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "https://github.com/lei-mu/build-cdn-from-cdnjs.git"
},
"author": "luch",
"license": "MIT",
"bugs": {
"url": "https://github.com/lei-mu/build-cdn-from-cdnjs/issues"
},
"homepage": "https://github.com/lei-mu/build-cdn-from-cdnjs",
"dependencies": {
"@vueuse/core": "^9.10.0",
"ali-oss": "^6.17.1",
"axios": "^1.2.2",
"core-js": "^3.8.3",
"element-plus": "^2.2.28",
"normalize.css": "^8.0.1",
"p-all": "^4.0.0",
"p-map": "^5.3.0",
"p-map-series": "^3.0.0",
"p-settle": "^5.0.0",
"pinia": "^2.0.14",
"vue": "^3.2.13",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"compression-webpack-plugin": "^9.2.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"terser-webpack-plugin": "^5.3.1",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"webpack-bundle-analyzer": "^4.5.0"
}
}