-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 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
56
57
58
59
60
{
"name": "quick-start",
"version": "1.0.0",
"description": "source of https://micro-app.github.io.",
"main": "",
"scripts": {
"dev": "node ./webpack/webpack.node.js -dev",
"build": "node ./webpack/webpack.node.js -build",
"dist": "http-server ./dist -p 8000 -c-1"
},
"author": {
"name": "lixinliang",
"url": "https://github.com/lixinliang"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.9.2",
"clean-webpack-plugin": "^0.1.14",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.1",
"colors": "^1.1.2",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"fs-extra": "^1.0.0",
"html-inline-source-webpack-plugin": "^1.1.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"inquirer": "^2.0.0",
"micro-app": "^1.0.2",
"micro-storage": "0.0.9",
"minifycss-loader": "^0.2.0",
"moment": "^2.17.1",
"node-sass": "^3.13.1",
"postcss-loader": "^1.2.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.2",
"shelljs": "^0.7.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^1.0.28",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.5.4",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.6",
"vue-touch": "^1.1.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}