-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.63 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.63 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
{
"name": "mov-mobile",
"version": "0.6.9",
"author": "yangxi",
"keywords": [
"mov",
"monajs",
"mona",
"mov-mobile"
],
"description": "Mov - 让你感到幸福的 Vue 组件库",
"repository": {
"type": "git",
"url": "git+https://github.com/func-star/mov-mobile"
},
"files": [
"lib"
],
"main": "./lib",
"scripts": {
"start": "node ./build/webpack.dev.js",
"build": "export NODE_ENV=prodution && node ./build/webpack.build.js",
"babel": "rm -rf lib&&cp -r libsrc lib&&babel libsrc --out-dir lib"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "1.0.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "0.30.0",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"vue": "2.5.16",
"vue-hot-reload-api": "^2.3.0",
"vue-html-loader": "^1.2.4",
"vue-loader": "^14.2.1",
"vue-style-loader": "^4.0.2",
"open-browser-webpack-plugin": "0.0.5",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-less": "^1.1.3",
"postcss-loader": "^2.0.9",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.10.0",
"webpack-dev-server": "^2.9.7",
"axios": "^0.17.1",
"es6-promise": "3.2.1",
"fastclick": "1.0.6",
"uglifyjs-webpack-plugin": "^0.4.6",
"moment": "2.19.4",
"vue-template-compiler": "2.5.16"
},
"dependencies": {
"mona-events": "0.0.5"
}
}