-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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": "stanleywp4",
"version": "1.0.0",
"description": "BootStrap 4 WP Theme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsktech/stanleywp.git"
},
"keywords": [
"BootStrap",
"4",
"WP",
"Themes"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/tsktech/stanleywp/issues"
},
"homepage": "https://github.com/tsktech/stanleywp#readme",
"devDependencies": {
"bootstrap": "^4.3.1",
"braces": "^2.3.2",
"browser-sync": "^2.26.3",
"cheerio": "latest",
"critical": "^1.3.4",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-imageoptim": "^1.0.9",
"gulp-include": "^2.3.1",
"gulp-jshint": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^4.2.0",
"inline-critical": "^5.2.0",
"jquery": "^3.3.1",
"jshint": "^2.10.2",
"jshint-stylish": "^2.2.1",
"lodash": "^4.17.11",
"oust": "^0.5.1",
"popper.js": "^1.15.0",
"postcss-discard": "^0.3.0"
}
}