-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 964 Bytes
/
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
{
"name": "teruterubozu",
"version": "0.2.8",
"description": "A WordPress theme inspired by Casper, the Ghost default theme.",
"main": "index.php",
"author": "fcojgodoy",
"license": "GPLv3",
"devDependencies": {
"WordPress-Coding-Standards": "https://github.com/WPTRT/WordPress-Coding-Standards#JRF/searchform",
"autoprefixer": "^8.0.0",
"browser-sync": "^2.23.6",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-image": "^4.3.0",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-wp-pot": "^2.2.0",
"jshint": "^2.9.5",
"sassdoc": "^2.5.0",
"stylelint": "^9.1.1",
"stylelint-scss": "^2.4.0"
},
"dependencies": {
"@cmyee/pushy": "^1.1.2",
"animated-scroll-to": "^1.1.8",
"inuitcss": "^6.0.0"
}
}