-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.36 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
{
"name": "simpleui",
"version": "1.0.0",
"description": "an-design UI library for mobile phone on vue2",
"hash": "a084a79613eac1b738f3c2ef0e606cbe07ae3870",
"license": "BSD",
"author": {
"name": "Yinhuang",
"email": "583843162@qq.com"
},
"repository": "https://github.com/ShuangRen/SimpleUI.git",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel": "^6.23.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-runtime": "^6.23.0",
"css-loader": "^0.27.2",
"es6-promise": "^4.1.0",
"eslint": "^3.18.0",
"eslint-loader": "^1.6.3",
"eslint-plugin-html": "^2.0.1",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^3.0.0",
"peer": "^0.2.8",
"style-loader": "^0.13.2",
"url-loader": "^0.5.8",
"vue-html-loader": "^1.2.4",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.3",
"vue-template-compiler": "^2.2.2",
"webpack": "^1.13.1"
},
"scripts": {
"dev": "webpack --config build/webpack.dev.js --watch",
"doc": "webpack --config build/webpack.doc.js --watch",
"build": "webpack --config build/webpack.build.js -p"
},
"dependencies": {
"vue": "^2.2.2",
"vue-router": "^2.3.0",
"babel-polyfill": "^6.23.0"
}
}