-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
74 lines (74 loc) · 2.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "innovazione.gov.it",
"version": "2.1.0",
"private": true,
"description": "Sito https://innovazione.gov.it/",
"scripts": {
"dev": "webpack --mode development --watch --progress --color",
"build": "webpack --mode production --progress",
"middleman:build": "bundle exec middleman build",
"start:proxy": "./proxy/proxy.js",
"start:lambda": "netlify-lambda serve -c netlify.config.js functions/source",
"build:lambda": "netlify-lambda build -c netlify.config.js functions/source",
"lint": "yarn run eslint source/javascripts/*",
"lint:autocorrect": "eslint source/javascripts/* --fix",
"lint:styles": "stylelint source/stylesheets/**/*.scss",
"start": "concurrently \"npm run start:proxy\" \"npm run start:lambda\" \"npm run start:webpack\"",
"deploy": "gh-pages -u 'Deploy Bot <[email protected]>' -d ./build/",
"go": "concurrently \"bundle exec middleman \" \"yarn dev\""
},
"author": "Cantiere Creativo s.r.l.",
"main": "index.js",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.18.6",
"@datocms/cli": "^1.1.5",
"autoprefixer": "^9",
"babel-loader": "^8.0.5",
"bemo-scaffold": "*",
"compression-webpack-plugin": "^7.0.0",
"css-loader": "^5",
"file-loader": "^6.2.0",
"get-caller-file": "1.0.3",
"glob": "^7.1.2",
"glob-loader": "0.3.0",
"import-glob-loader": ">= 1.1.0",
"jquery": ">=3.4.0",
"mini-css-extract-plugin": "^1.3.2",
"postcss-loader": "^3.0.0",
"sass": ">= 0.0.0",
"sass-loader": ">= 10.1.0",
"style-loader": "^0.23.1",
"stylelint": "^13.8.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"svg-spritemap-webpack-plugin": ">= 3.7.1",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.76.0",
"webpack-cli": ">= 3.2.1"
},
"dependencies": {
"@popperjs/core": "^2.6.0",
"bootstrap-italia": "^2.10.0",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"focus-visible": "^5.2.0",
"gh-pages": "^5.0.0",
"lazysizes": "^5.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.6",
"remark-gfm": "^3.0.1",
"sharer.js": "^0.4.1"
},
"browserslist": [
"last 2 versions",
"> 1%"
],
"engines": {
"node": ">=18.0.0"
}
}