-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.34 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.34 KB
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
45
46
47
{
"name": "wordpress-child-theme-starter",
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-preset-env": "^1.6.1",
"bootstrap": "^4.1.0",
"browser-sync": "^2.11.1",
"css-mqpacker": "^4.0.0",
"cssnano": "^3.5.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-cache": "^0.4.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-html-replace": "^1.5.5",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"popper.js": "^1.14.3",
"postcss-pxtorem": "^3.3.1",
"postcss-uncss": "^0.16.1",
"run-sequence": "^1.1.5",
"stylefmt": "^6.0.0",
"stylelint": "^9.1.3",
"stylelint-config-recommended": "^2.1.0",
"uncss": "^0.16.2",
"webpack": "^4.5.0",
"webpack-stream": "^4.0.3"
},
"browserslist": [
"last 2 versions",
"ie >= 11"
],
"dependencies": {
"jquery": "^3.3.1"
}
}