-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 913 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": "gulp-wp-sass",
"version": "",
"description": "Simple SASS/SCSS compiler",
"private": true,
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.3",
"gulp": "^4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssnano": "^2.1.3",
"gulp-jshint": "^2.1.0",
"gulp-livereload": "~3.8.1",
"gulp-load-plugins": "^1.1.0",
"gulp-notify": "~2.2.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "*",
"gulp-uglify": "^3.0.2",
"jshint": "^2.13.1",
"jshint-stylish": "^2.2.1",
"sass": "^1.55.0",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-stream": "^7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Clearsite",
"license": "ISC",
"homepage": "http://www.clearsite.nl",
"dependencies": {
"vanilla-picker": "^2.11.2"
}
}