-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.53 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
{
"name": "identitadigitale",
"version": "1.0.0",
"description": "Sito https://identitadigitale.gov.it/",
"main": "src/pages/index.js",
"repository": "[email protected]:teamdigitale/identitadigitale.gov.it.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",
"html-proofer": "docker-compose up --build",
"pa11y": "sh pa11y.sh",
"serve": "gatsby serve"
},
"dependencies": {
"@fontsource/lora": "^4.2.2",
"@fontsource/titillium-web": "^4.2.2",
"bootstrap-italia": "^1.4.3",
"classnames": "^2.3.1",
"design-react-kit": "^3.3.3",
"gatsby": "^3.2.1",
"gatsby-plugin-image": "^1.2.1",
"gatsby-plugin-matomo": "0.10.0",
"luxon": "^1.28.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-jss": "^10.6.0",
"swiper": "^6.5.6"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-italia": "^1.0.3",
"gatsby-plugin-jss": "^3.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-sharp": "^3.2.1",
"gatsby-plugin-sitemap": "^3.2.0",
"gatsby-remark-images": "^5.1.0",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-remark": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"gh-pages": "^3.1.0",
"pa11y-ci": "^2.4.0",
"remark-attr": "^0.11.1"
}
}