-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.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
{
"name": "docs-italia-theme",
"description": "Docs Italia theme è il tema Sphinx di riferimento per Docs Italia",
"repository": "https://github.com/italia/docs-italia-theme",
"version": "1.2.0-beta",
"license": "MIT",
"engines": {
"node": ">=6"
},
"author": "Presidenza del Consiglio dei Ministri",
"scripts": {
"start": "grunt",
"build": "grunt build",
"release": "grunt release"
},
"dependencies": {
"grunt-cli": "^1.3.2"
},
"devDependencies": {
"autoprefixer": "^8.5.0",
"bootstrap-italia": "^0.10.3",
"browserify": "^14.5.0",
"connect-livereload": "^0.6.0",
"cssnano": "^4.1.10",
"discourse-client": "^0.1.2",
"grunt": "^1.0.4",
"grunt-browserify": "^5.2.0",
"grunt-cache-bust": "1.4.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-modernizr": "^2.0.1",
"grunt-postcss": "^0.9.0",
"grunt-stylelint": "^0.10.0",
"husky": "^1.2.0",
"matchdep": "^2.0.0",
"modernizr": "^3.7.1",
"pixrem": "^4.0.1",
"stickybits": "^3.5.8",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0"
},
"husky": {
"hooks": {
"pre-commit": "grunt build"
}
}
}