-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.51 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
{
"name": "ui-tool",
"version": "0.0.5",
"description": "一些常用的UI 组件 tost alert confirm model-list",
"main": "main.js",
"files": [
"build",
"main.js",
"package.json",
"README.md"
],
"scripts": {
"start": "gulp --gulpfile ./gulpfile_dev.js &",
"build": "NODE_ENV=production gulp --gulpfile ./gulpfile_production.js",
"lint": "eslint --ext .js, src"
},
"repository": {
"type": "git",
"url": "[email protected]:linfeng008/UITool.git"
},
"author": "linfeng.c",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"crypto-js": "^3.1.9-1",
"fastclick": "^1.0.6",
"moment": "^2.19.3"
},
"devDependencies": {
"autoprefixer": "^8.1.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "*",
"cssmin": "^0.4.3",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-base64": "^0.1.3",
"gulp-clean": "^0.3.2",
"gulp-cssmin": "^0.1.7",
"gulp-imagemin": "^3.4.0",
"gulp-less": "^3.3.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^5.0.0",
"liftoff": "^2.5.0",
"orchestrator": "^0.3.8",
"postcss-svg-fragments": "^2.2.0",
"sequencify": "^0.0.7",
"stream-consume": "^0.1.1",
"tildify": "^1.2.0",
"v8flags": "^3.0.2"
},
"license": "Apache Licence 2.0"
}