-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.71 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.71 KB
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
{
"name": "vmui",
"version": "2.0.1",
"description": "基于vue2的ui组件库",
"main": "dist/vm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "sh ./build/release.sh",
"build": "webpack",
"example": "webpack --config ./examples/webpack.config.js",
"ef": "eslint --fix --ext .js,.vue ./src ./examples/src"
},
"author": "zhanghao <jsyczhanghao@sina.com>",
"license": "ISC",
"devDependencies": {
"app-transition": "github:feather-components/app-transition",
"autoprefixer": "^7.1.1",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.24.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"component-ajax": "0.0.2",
"css-loader": "^0.28.3",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"express": "^4.17.1",
"fastclick": "^1.0.6",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"markdown-it-anchor": "^5.2.4",
"postcss-loader": "^2.0.5",
"style-loader": "^0.18.1",
"type-of": "^2.0.1",
"url-loader": "^0.5.8",
"vue": "^2.6.10",
"vue-loader": "^12.2.0",
"vue-md-loader": "^1.1.0",
"vue-router": "^2.5.3",
"vue-template-compiler": "^2.3.3",
"webpack": "^3.6.0",
"webpack-cli": "^3.3.2"
}
}