-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
70 lines (70 loc) · 1.95 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
{
"name": "volumio",
"version": "0.0.0",
"dependencies": {
"compare-versions": "^3.1.0",
"fs-extra": "^0.30.0"
},
"scripts": {
"test": "gulp test",
"build:volumio": "gulp build --theme=\"volumio\" --env=\"production\"",
"build:volumio3": "gulp build --theme=\"volumio3\" --env=\"production\""
},
"devDependencies": {
"babel-core": "~5.5.8",
"babel-loader": "~5.1.4",
"babel-polyfill": "^6.5.0",
"browser-sync": "~2.26.7",
"browser-sync-spa": "~1.0.2",
"chalk": "~1.0.0",
"concat-stream": "~1.5.0",
"del": "~1.2.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "~1.6.0",
"gulp-angular-translate-extract": "^0.1.8",
"gulp-autoprefixer": "~2.3.1",
"gulp-csso": "~1.0.0",
"gulp-filter": "~2.0.2",
"gulp-flatten": "~0.0.4",
"gulp-if": "^1.2.5",
"gulp-inject": "~1.3.1",
"gulp-jshint": "~1.11.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-html": "~1.0.3",
"gulp-ng-annotate": "~1.0.0",
"gulp-ng-config": "^1.2.1",
"gulp-ng-constant": "^1.1.0",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.3",
"gulp-rev": "~5.0.0",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "^4.0.2",
"gulp-size": "~1.2.1",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "~1.2.0",
"gulp-useref": "~1.2.0",
"gulp-util": "~3.0.5",
"gulp-webpack": "~1.5.0",
"http-proxy-middleware": "~0.0.5",
"jshint-loader": "~0.8.3",
"jshint-stylish": "~2.0.0",
"karma": "^5.0.1",
"karma-jasmine": "^3.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "~4.17.5",
"main-bower-files": "~2.8.0",
"map-stream": "0.0.6",
"merge-stream": "~0.1.7",
"npm": "~6.14.6",
"request": "^2.69.0",
"require-dir": "~0.3.0",
"uglify-save-license": "~0.4.1",
"wiredep": "~2.2.2",
"wrench": "~1.5.8"
},
"engines": {
"node": "10.22.1"
}
}