-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.18 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
{
"name": "botwiki-wp-theme",
"version": "1.0.0",
"description": "WordPress theme for Botwiki.",
"scripts": {
"dev": ". ~/.nvm/nvm.sh && nvm use 10 && gulp"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-less": "^3.3.2",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^3.0.0",
"gulp-penthouse": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"penthouse": "^2.3.2",
"penthouse-pages": "^0.1.5",
"vinyl-source-stream": "^1.1.0"
},
"resolutions": {
"natives": "1.1.3"
},
"repository": {
"url": "https://github.com/botwiki/botwiki-wp-theme"
},
"license": "MIT",
"keywords": [
"wordpress",
"theme",
"gulp",
"botwiki"
]
}