-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 KB
/
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
40
41
42
43
44
{
"name": "screaming-fist",
"version": "1.0.0",
"description": "WordPress with Sass starter theme.",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Matt Vanderpol <[email protected]> (https://mattvanderpol.com/)",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.0.0",
"autoprefixer": "^9.1.3",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.1",
"cssnano": "^4.1.0",
"gulp": "^3.9.1",
"gulp-eslint": "^5.0.0",
"gulp-livereload": "^4.0.0",
"gulp-phpcs": "^2.2.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^7.0.0",
"gulp-util": "^3.0.7",
"stylelint": "^9.5.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-declaration-block-no-ignored-properties": "^1.1.0",
"stylelint-declaration-use-variable": "^1.7.0",
"stylelint-high-performance-animation": "^1.1.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.17.1",
"webpack-merge": "^4.1.4",
"webpack-stream": "^5.1.1"
},
"dependencies": {
"natives": "^1.1.4"
}
}