-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.25 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.25 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "micro-app",
"version": "1.0.2",
"description": "(<5kb) [📱iOS] Create Progressive Web App Dynamically.",
"main": "dist/micro-app.min.js",
"scripts": {
"dev": "node ./webpack/webpack.node.js -dev",
"demo": "node ./webpack/webpack.node.js -demo",
"build": "node ./webpack/webpack.node.js -build",
"test": "jshint ./dist/micro-app.min.js",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micro-app/micro-app.git"
},
"keywords": [
"micro",
"web-app",
"micro-app",
"progressive web app"
],
"author": {
"name": "lixinliang",
"url": "https://github.com/lixinliang"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/micro-app/micro-app/issues"
},
"homepage": "https://github.com/micro-app/micro-app#readme",
"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-replace-webpack-plugin": "^2.2.3",
"html-webpack-plugin": "^2.24.1",
"inquirer": "^2.0.0",
"jshint": "^2.9.4",
"minifycss-loader": "^0.2.0",
"moment": "^2.17.1",
"node-sass": "^3.13.1",
"postcss-loader": "^1.2.0",
"publish-please": "^2.2.0",
"raw-loader": "^0.5.1",
"rollup": "^0.37.0",
"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-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"
}
}