-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 938 Bytes
/
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
{
"name": "MiniUI",
"version": "1.0.0",
"main": "src/index.js",
"author": "",
"description": "",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=dev gulp",
"test": "cross-env NODE_ENV=dev gulp test",
"build": "cross-env NODE_ENV=prod gulp build"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"autoprefixer": "^9.6.1",
"chalk": "^2.4.2",
"changed": "0.0.2",
"cross-env": "^5.2.0",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-jsonminify": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-preprocess": "^3.0.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify-es": "^1.0.4",
"node-sass": "^4.12.0"
}
}