-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
66 lines (66 loc) · 2.07 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
{
"name": "padigitale2026",
"version": "2.4.0",
"description": "Sito https://padigitale2026.gov.it/",
"main": "src/pages/index.js",
"repository": "[email protected]:teamdigitale/padigitale2026.gov.it-site.git",
"license": "BSD-3-Clause",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"deploy": "gh-pages -u 'Deploy Bot <[email protected]>' -d public",
"lint": "eslint src --ext .js,.jsx",
"lint-autofix": "eslint src --ext .js,.jsx --fix",
"html-proofer": "docker compose up --build",
"pa11y": "chmod +x pa11y.sh && ./pa11y.sh",
"serve": "gatsby serve"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=14.15.4 <=16.20.2"
},
"dependencies": {
"@fontsource/lora": "^4.5.0",
"@fontsource/titillium-web": "^4.5.0",
"@react-aria/live-announcer": "^3.0.1",
"@react-aria/tabs": "^3.0.2",
"bootstrap-italia": "^1.4.3",
"classnames": "^2.3.1",
"design-react-kit": "^3.3.3",
"gatsby": "^3.14.2",
"gatsby-plugin-google-tagmanager": "3.14.0",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-matomo": "0.10.0",
"gatsby-transformer-yaml": "3.14.0",
"gray-matter": "4.0.3",
"jwt-decode": "^3.1.2",
"luxon": "^2.5.2",
"mustache": "4.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-google-recaptcha-v3": "^1.9.7",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.17.1",
"react-jss": "^10.8.0",
"react-select": "^5.1.0",
"swiper": "^7.0.8"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-italia": "^1.0.4",
"gatsby-plugin-jss": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.1",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-remark-images": "^5.11.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.14.0",
"gh-pages": "^3.2.3",
"pa11y-ci": "^3.0.1",
"remark-attr": "^0.11.1"
}
}