-
Notifications
You must be signed in to change notification settings - Fork 485
/
package.json
57 lines (57 loc) · 1.46 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
56
57
{
"name": "vonic",
"version": "2.0.0-beta.19",
"main": "dist/vonic.min.js",
"description": "Mobile UI Components, based on Vue.js and ionic CSS.",
"keywords": [
"vonic",
"vonic framework",
"vue",
"ionic",
"app",
"mobile",
"components",
"ui components",
"spa"
],
"author": "wangdahoo <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --host 0.0.0.0 --port 8081",
"doc": "BUILD=doc node build.js",
"build": "node build.js"
},
"dependencies": {
"axios": "^0.15.3",
"es6-promise": "^4.0.5",
"fastclick": "^1.0.6",
"object-assign": "^4.1.1",
"storage-js-iso": "^0.2.0",
"vswipe": "1.0.1",
"vue": "^2.2.6",
"vue-router": "^2.3.0",
"vue-scroller": "2.2.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"chalk": "^1.1.3",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.28.0",
"moment": "^2.17.1",
"node-sass": "^3.9.3",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-loader": "^11.0.0",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.3.0"
}
}