-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.52 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
58
59
60
61
62
{
"name": "m-components",
"version": "1.0.0",
"description": "components library for mobile",
"main": "index.js",
"lib": {
"name": "mc.js"
},
"scripts": {
"server": "node ./server",
"dev": "cross-env NODE_ENV=development gulp watch",
"build": "cross-env NODE_ENV=production gulp build",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QizhongFang/m-components.git"
},
"keywords": [
"components",
"h5",
"mobile"
],
"author": "qizfan",
"license": "ISC",
"bugs": {
"url": "https://github.com/QizhongFang/m-components/issues"
},
"homepage": "https://github.com/QizhongFang/m-components#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.23.6",
"browserify": "^16.1.1",
"cross-env": "^5.1.4",
"del": "^3.0.0",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-base64-inline": "^1.0.3",
"gulp-csso": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-less": "^4.0.0",
"gulp-multi-process": "^1.3.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^5.0.0",
"multer": "^1.3.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"compressorjs": "^1.0.5",
"jquery": "^3.3.1",
"mobile-select": "^1.1.2",
"moment": "^2.21.0",
"zepto": "^1.2.0"
}
}