forked from pagopa/corporate-site-fe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.31 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
{
"name": "pagopa-corporate-gatsby-fe",
"version": "0.1.0",
"private": true,
"description": "Gatsby based frontend of PagoPa SpA corporate website",
"author": "Michele Moio",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build && cp index.html ./public",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"ctix": "ctix create --overwrite",
"spec": "playwright test -x",
"codegen": "playwright codegen --lang=it",
"e2e": "codeceptjs run"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@types/smoothscroll-polyfill": "^0.3.1",
"bootstrap": "^5.2.3",
"classnames": "^2.3.2",
"dotenv": "^16.0.3",
"gatsby": "^5.4.2",
"gatsby-plugin-i18next": "^1.1.10",
"gatsby-plugin-image": "^3.4.0",
"gatsby-plugin-react-helmet": "^6.7.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-sass": "^6.4.0",
"gatsby-plugin-schema-snapshot": "^4.9.0",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby-source-filesystem": "^5.5.0",
"gatsby-source-strapi": "^3.2.0",
"gatsby-transformer-inline-svg": "^1.2.0",
"gatsby-transformer-json": "^5.5.0",
"gatsby-transformer-remark": "^6.5.0",
"gatsby-transformer-sharp": "^5.4.0",
"gsap": "^3.11.4",
"i18next": "^22.4.9",
"is-whitespace-character": "^2.0.1",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^12.1.4",
"react-paginate": "^8.1.4",
"react-spring": "^9.6.1",
"react-svg": "^16.0.0",
"react-youtube": "^10.1.0",
"reaptcha": "^1.12.1",
"sass": "^1.57.1",
"sharp": "^0.30.1",
"smoothscroll-polyfill": "^0.4.4",
"swiper": "^9.0.5"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.14.6",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-helmet": "^6.1.6",
"@types/youtube-player": "^5.5.7",
"codeceptjs": "^3.4.1",
"codeceptjs-resemblehelper": "^1.9.6",
"ctix": "^1.8.2",
"gremlins.js": "^2.2.0",
"ts-node": "10.9.1",
"typescript": "4.9.5"
}
}