-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 966 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
39
{
"name": "cssdoodle",
"version": "1.0.0",
"description": "",
"author": "Anett",
"license": "ISC",
"dependencies": {
"autoprefixer": "^8.5.1",
"beeper": "^1.1.1",
"browser-sync": "^2.24.4",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-file": "^0.4.0",
"gulp-filter": "^5.1.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-modify-file": "^1.0.1",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"gulp-sass-inheritance": "^1.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-watch": "^5.0.0",
"minimist": "^1.2.0",
"npm": "^6.1.0"
},
"devDependencies": {
"gulp-debug": "^4.0.0",
"gulp-image-resize": "^0.13.0",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-webshot": "^0.2.3",
"underscore": "^1.9.1"
}
}