-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
53 lines (53 loc) · 1.41 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
{
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/allejo/bzion.git"
},
"dependencies": {
"@symfony/webpack-encore": "^0.14.0",
"chartist": "^0.11.0",
"crel": "^3.1.0",
"eyeglass": "^1.2.1",
"eyeglass-sassy-data": "^0.1.2",
"gulp": "^3.9.1",
"gulp-combine-mq": "^0.4.0",
"gulp-cssmin": "^0.1.7",
"gulp-postcss": "^7.0.0",
"gulp-responsive": "^2.8.0",
"gulp-sass": "^2.3.2",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.5.1",
"jquery": "^3.2.1",
"jquery-depends-on": "^1.5.1",
"lodash": "^4.17.4",
"marked": "^0.3.12",
"modernizr": "^3.5.0",
"modernizr-webpack-plugin": "^1.0.6",
"node-sass": "^4.5.3",
"postcss-remove-prefixes": "^1.2.0",
"postcss-unprefix": "^2.1.1",
"pump": "^1.0.1",
"sass-module-importer": "^1.4.0",
"select2": "^4.0.3",
"tinysort": "^2.3.6"
},
"devDependencies": {
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^4.3.1",
"gulp-sourcemaps": "^2.6.1",
"jshint": "^2.9.5",
"jshint-stylish": "^0.4.0",
"sass-true": "^3.0.0",
"sassdoc": "^2.1.20",
"stylelint": "^7.13.0",
"stylelint-scss": "^1.5.2"
},
"scripts": {
"assets": "encore production && gulp sass:dist",
"assets-dev": "encore dev --watch",
"scss-lint": "stylelint web/assets/css/**/*.scss",
"js-lint": "gulp js:hint"
}
}