-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.49 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
45
46
47
48
49
50
51
{
"name": "churchpress-genesis-starter",
"version": "1.0.0",
"description": "Custom starter child theme for the Genesis Framework",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChurchPressCo/churchpress-genesis-starter.git"
},
"author": "ChurchPress",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/ChurchPressCo/churchpress-genesis-starter/issues"
},
"homepage": "https://github.com/ChurchPressCo/churchpress-genesis-starter",
"devDependencies": {
"browser-sync": "^2.23.7",
"css-mqpacker": "^6.0.2",
"eslint": "^4.10.0",
"eslint-config-wordpress": "^2.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-bump": "^3.1.1",
"gulp-cached": "^1.1.1",
"gulp-clean-css": "^3.9.3",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^4.1.0",
"gulp-minify": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-pixrem": "^1.0.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-prettier-eslint": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylelint": "^7.0.0",
"prettier": "^1.12.1",
"prettier-eslint": "^8.2.1",
"prettier-stylelint": "^0.4.2",
"sort-css-media-queries": "^1.3.4",
"stylelint": "^9.1.3",
"stylelint-config-wordpress": "^13.0.0",
"stylelint-order": "^0.8.1"
},
"dependencies": {
"npm": "^6.0.0"
}
}