-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.82 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
{
"devDependencies": {
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
"babel-loader": "6.2.5",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "^6.16.0",
"bower": "1.7.9",
"colors": "1.1.2",
"del": "2.2.2",
"ejs": "2.5.2",
"exports-loader": "0.6.3",
"force-case-sensitivity-webpack-plugin": "0.1.1",
"glob": "7.0.6",
"gulp": "3.9.1",
"gulp-angular-templatecache": "1.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-cached": "1.1.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "1.1.0",
"gulp-eslint": "3.0.1",
"gulp-gzip": "1.4.0",
"gulp-if": "2.0.1",
"gulp-imagemin": "2.4.0",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-scss-lint": "0.3.9",
"gulp-shell": "0.5.2",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "2.0.0",
"gulp-webdriver": "2.0.2",
"he": "1.1.0",
"imagemin-pngquant": "4.2.0",
"install": "^0.8.1",
"io-barcode": "1.3.0",
"json-loader": "0.5.4",
"main-bower-files": "2.13.1",
"marked": "0.3.6",
"merge-stream": "1.0.0",
"npm": "^3.10.8",
"nunjucks-loader": "github:spattersongt/nunjucks-loader",
"ramda": "0.19.1",
"run-sequence": "1.2.2",
"selenium-standalone": "5.6.4",
"through2": "2.0.1",
"touch": "1.0.0",
"uglify-js": "2.7.3",
"vinyl-buffer": "1.0.0",
"vinyl-named": "1.1.0",
"vinyl-source-stream": "1.1.0",
"webpack": "1.13.2",
"webpack-stream": "3.2.0",
"yargs": "3.29.0",
"yeoman-environment": "1.6.3"
},
"engine": "node >= 4.2.2",
"dependencies": {
"babel-plugin-transform-runtime": "^6.15.0",
"connect": "^3.5.0",
"nunjucks": "github:mozilla/nunjucks",
"rest": "1.3.2",
"serve-static": "^1.11.1",
"sizzle": "2.3.3",
"swiper": "3.3.1",
}
}