-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "sakura-jekyll-theme",
"version": "1.0.0",
"main": "index.html",
"repository": "git@github.com:kimfucious/sakura.git",
"author": "Kimfucious",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^8.4.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"clipboard": "^2.0.1",
"critical": "^1.3.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-responsive": "^2.10.0",
"gulp-ruby-sass": "^3.0.0",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"instantsearch.js": "^2.7.4",
"libvips": "^0.0.2",
"pump": "^3.0.0",
"run-sequence": "^2.2.1",
"sharp": "^0.20.2"
},
"scripts": {
"build": "gulp build",
"index": "gulp build:index-algolia",
"install-theme": "gulp install",
"serve": "gulp serve",
"travis": "gulp build:travis"
},
"dependencies": {
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
"picturefill": "^3.0.2",
"popper.js": "^1.14.3"
}
}