-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "wai-matomo-theme",
"version": "1.5.2-beta",
"description": "Matomo Theme based on Bootstrap Italia",
"keywords": [],
"author": {
"name": "AGID - Agenzia per l'Italia Digitale",
"url": "https://www.agid.gov.it"
},
"contributors": [
{
"name": "Andrea Capelli",
"url": "https://github.com/valair"
},
{
"name": "Davide Porrovecchio",
"url": "https://github.com/pdavide"
}
],
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/AgID/wai-matomo-theme.git#readme",
"scripts": {
"build": "gulp build",
"release": "NODE_ENV=production gulp release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgID/wai-matomo-theme.git"
},
"bugs": {
"url": "https://github.com/AgID/wai-matomo-theme.git/issues"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.14.7",
"bootstrap-italia": "^1.4.3",
"gulp": "^4.0.2",
"gulp-append-prepend": "^1.0.9",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tar": "^2.1.0",
"gulp-touch-cmd": "^0.0.1",
"gulp-uglify": "^3.0.2",
"sass": "^1.35.2"
}
}