-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 910 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
38
{
"name": "flyme_website",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp dev",
"build": "gulp build"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.23.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-changed": "^3.2.0",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^3.9.2",
"gulp-debug": "^3.2.0",
"gulp-file-include": "^2.0.1",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-url-replace": "^1.0.2",
"http-proxy-middleware": "^0.17.4",
"run-sequence": "^2.2.1",
"vinyl-named": "^1.1.0",
"webpack-stream": "^4.0.0"
},
"dependencies": {
}
}