-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "zerosixthree-boilerplate",
"preferGlobal": "false",
"version": "1.8.0",
"description": "Boilerplate of zerosixthree",
"repository": {
"type": "git",
"url": "https://github.com/sebastianekstrom/boilerplate"
},
"license": "MIT",
"author": "Sebastian Ekström <[email protected]>",
"devDependencies": {
"babel-plugin-transform-runtime": "^6.22.0",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.7",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-changed": "^1.3.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.0.4",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.3.0",
"imagemin-pngquant": "^4.2.0",
"lost": "^6.6.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.26.0"
},
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.22.0",
"eslint": "^3.15.0",
"eslint-plugin-html": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-webpack": "^1.5.0",
"jquery": "2.1.4",
"json-loader": "^0.5.4",
"simpleskeletoncss": "^1.0.1"
},
"browser": {
"modernizr": "./source/js/vendor/modernizr.js"
},
"browserify-shim": {
"modernizr": "Modernizr"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}