-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.93 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
{
"name": "apicloud-polyfill-sample",
"version": "0.0.1",
"description": "apicloud-polyfill,以模块化方式开发 APICloud App!",
"main": "index.js",
"repository": "http://www.apicloud.com",
"scripts": {
"dev": "cross-env ENV=dev DEBUG=true webpack --watch | cross-env ENV=dev DEBUG=true webpack-dev-server --inline --hot",
"dev:local": "cross-env ENV=dev webpack --watch | cross-env ENV=dev DEBUG=true webpack-dev-server --inline --hot",
"build:dev": "cross-env ENV=dev webpack",
"build:prod": "cross-env ENV=prod webpack",
"sync": "apicloud wifiSync --project ./ --updateAll false",
"bundle": "webpack --color --progress",
"bundle_s": "webpack --color --progress && apicloud wifiSync --project ./ --updateAll false",
"bundle_d": "webpack -d --color --progress",
"bundle_d_s": "webpack -d --color --progress && apicloud wifiSync --project ./ --updateAll false"
},
"author": "APICloud",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-latest": "^6.16.0",
"cross-env": "^5.0.1",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"glob": "^7.1.1",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"standard": "^10.0.3",
"style-loader": "^0.18.2",
"url-loader": "^0.5.7",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.2.4",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"axios": "^0.16.2",
"mint-ui": "^2.2.9",
"vue": "^2.4.2"
}
}