-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 943 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 943 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": "web",
"version": "1.0.3",
"description": "The description of this project",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.2",
"@vue/cli-service": "^3.9.2",
"@wox/loader": "^2.0.3",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@ant-design/icons": "^2.1.1",
"@antv/g2": "^3.5.8-beta.1",
"@wox/wox": "^2.1.28",
"ant-design-vue": "^1.3.10",
"axios": "^0.19.0",
"github-markdown-css": "^3.0.1",
"highlight.js": "^9.15.8",
"markdown-it": "^8.4.2",
"oss-license-name-to-url": "^1.2.1",
"timeago.js": "^4.0.0-beta.2",
"vue": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}