-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
73 lines (73 loc) · 2.04 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "Seaboard",
"version": "1.0.0",
"description": "Seaboard",
"main": "src/assets/scripts/src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "webpack-dev-server --progress --colors",
"watch": "NODE_ENV=development webpack -d -w",
"build": "gulp build",
"publish": "gulp publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timwis/es6-boilerplate.git"
},
"author": "timwis <tim@timwis.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timwis/es6-boilerplate/issues"
},
"homepage": "https://github.com/timwis/es6-boilerplate#readme",
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.5.0",
"browser-sync": "^1.5.7",
"del": "^1.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-cached": "^1.0.1",
"gulp-changed": "^1.0.0",
"gulp-clean-css": "^3.0.0",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-ignore": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-rev": "^7.1.2",
"gulp-rev-all": "^0.7.5",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.5.2",
"gulp-size": "^2.1.0",
"gulp-uglify": "^2.0.1",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.6",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"ampersand-state": "^5.0.0",
"bootstrap": "^3.3.6",
"bower": "^1.8.8",
"github-api": "^2.3.0",
"gulp-webpack": "^1.5.0",
"jquery-deparam": "^0.5.2",
"jquery-serializejson": "^2.6.2",
"js-cookie": "^2.1.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
"netlify-cli": "^1.2.2",
"node-sass": "^4.7.2",
"notie": "github:timwis/notie#string-types",
"select2": "^4.0.2",
"sw-precache": "^5.0.0"
}
}