-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
81 lines (81 loc) · 3.01 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
78
79
80
81
{
"name": "design-comuni-pagine-statiche",
"description": "Template HTML del progetto per la realizzazione dei siti web dei Comuni Italiani",
"version": "2.4.0",
"author": "Presidenza del Consiglio dei Ministri",
"license": "BSD-3-Clause",
"scripts": {
"start": "cross-env NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --config ./config/webpack.config.js",
"start:dist": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack-dev-server --config ./config/webpack.config.js && http-server ./dist -o",
"lint:js": "./node_modules/.bin/eslint \"src/**/*.js\"",
"lint:styles": "stylelint \"src/**/*.scss\"",
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack --config ./config/webpack.config.js",
"deploy": "node ./config/site.deploy.js",
"documentation-deploy-to-gh-pages": "npm run build && gh-pages -d dist -m 'chore: update documentation'",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && node scripts/wait-confirm && git add CHANGELOG.md",
"postversion": "echo \"You can now publish your tag with 'git push --follow-tags'\""
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-cli": "^2.2.2",
"copy-webpack-plugin": "^6.4.1",
"cross-env": "^5.2.0",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.2",
"file-loader": "^4.2.0",
"gh-pages": "^5.0.0",
"glob": "^7.1.4",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.3",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^4.0.0-beta.8",
"http-server": "^14.1.1",
"image-webpack-loader": "^8.1.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^3.0.0",
"postcss-sass": "^0.5.0",
"robotstxt-webpack-plugin": "^6.0.0",
"sass": "^1.51.0",
"sass-loader": "^7.2.0",
"sitemap-webpack-plugin": "^0.6.0",
"style-loader": "^1.0.0",
"stylelint": "^14.11.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-scss": "^4.3.0",
"stylelint-webpack-plugin": "^2.4.0",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^4.2.1",
"webpackbar": "^4.0.0"
},
"dependencies": {
"@splidejs/splide": "^4.0.1",
"bootstrap-italia": "^2.9.2",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"command-line-args": "^5.2.1",
"enquirer": "^2.3.1",
"figlet": "^1.2.3",
"ftp-deploy": "^2.3.3",
"just-validate": "^3.8.1",
"raw-loader": "^4.0.2",
"webpack-dev-server": "^4.10.0"
},
"overrides": {
"minimist": "1.2.6"
}
}