forked from City-of-Helsinki/wordpress-helfi-spouse-program
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 954 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
{
"name": "spouse",
"version": "1.0.0",
"description": "Spouse theme",
"author": "Druid",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"gulp-prod": "gulp production",
"gulp-dev": "gulp development",
"postinstall": "find node_modules/ -name \"*.info\" -type f -delete"
},
"dependencies": {
"bootstrap": "^4.5.0",
"breakpoint-sass": "^2.7.1",
"gulp": "git+https://github.com/gulpjs/gulp.git#v4.0.0",
"gulp-autoprefixer": "4.1.0",
"gulp-clean-css": "^3.9.2",
"gulp-cli": "2.0.0",
"gulp-if": "^2.0.2",
"gulp-noop": "1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "git+https://github.com/demurgos/gulp-sass.git#issue-646",
"gulp-sass-glob": "^1.0.8",
"gulp-uglify": "3.0.0"
},
"devDependencies": {
"ansi-colors": "1.0.1",
"browser-sync": "^2.26.7",
"chalk": "2.3.0",
"fancy-log": "1.3.2",
"gulp-rimraf": "^0.2.2",
"gulp-sourcemaps": "^2.6.3"
}
}