-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "reddit-search",
"version": "0.0.0",
"description": "Place to search Reddit",
"main": "js/test.js",
"repository": "https://github.com/realsrikar/reddit-search.git",
"author": "Srikar",
"scripts": {
"start": "yarn dev",
"dev": "gulp",
"build": "rm -rf docs/sw.js && gulp build && gulp sw",
"gh": "git add . && git commit -am \"gh-pages\" && git push"
},
"license": "MIT",
"private": false,
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify-es": "^1.0.0",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^5.0.1",
"imagemin-svgo": "^6.0.0"
},
"dependencies": {
"bootstrap": "^4.0.0",
"eslint": "^4.18.1",
"jquery": "^3.3.1",
"popper.js": "^1.12.9",
"sw-precache": "^5.2.1"
}
}