-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.11 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
74
75
76
77
{
"name": "sanimap",
"version": "1.0.0",
"description": "Mapa del Sistema Sanitari de Catalunya",
"keywords": [
"wsk",
"mdl",
"es6",
"babel",
"gulp"
],
"homepage": "https://sanimap.confavc.cat",
"repository": "github:adab1ts/sanimap",
"license": "AGPL-3.0",
"author": "Adab1ts <[email protected]> (https://www.adabits.org)",
"contributors": [
"Klaudia Alvarez <[email protected]> (https://github.com/laklau)",
"Carles Muiños <[email protected]> (https://github.com/zuzust)"
],
"engines": {
"node": ">=0.12"
},
"private": true,
"scripts": {
"clean": "rimraf app dist",
"lint:scripts": "gulp lint",
"lint:styles": "stylelint 'src/**/*.css' -q",
"lint": "yarn run lint:scripts && yarn run lint:styles",
"start": "bundle exec jekyll serve",
"build:src": "JEKYLL_ENV=production bundle exec jekyll build",
"prebuild": "yarn run build:src",
"build": "gulp",
"preserve:prod": "yarn run build:src",
"serve:prod": "gulp serve:dist",
"pagespeed": "gulp pagespeed",
"precommit": "yarn run lint"
},
"devDependencies": {
"apache-server-configs": "^2.14.0",
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.0.15",
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"eslint-config-google": "^0.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^1.1.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.4",
"gulp-newer": "^1.2.0",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"husky": "^0.13.1",
"psi": "^2.0.4",
"rimraf": "^2.6.0",
"run-sequence": "^1.0.1",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^16.0.0",
"sw-precache": "^3.2.0",
"sw-toolbox": "^3.2.1"
},
"eslintConfig": {
"extends": "google"
},
"stylelint": {
"extends": "stylelint-config-standard"
}
}