forked from MikeCheek/naturalmente-tecnologici
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2 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
{
"name": "naturalmente-tecnologici",
"version": "1.0.0",
"private": true,
"description": "naturalmente-tecnologici",
"keywords": [
"naturalmente tecnologici",
"syskrack",
"natura",
"innovazione"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"generate": "plop"
},
"dependencies": {
"@bsmnt/scrollytelling": "^0.3.3",
"@fontsource/cairo": "^4.5.13",
"@fontsource/poppins": "^4.5.10",
"@loadable/component": "^5.16.4",
"@svgr/webpack": "^8.1.0",
"@types/p5": "^1.7.6",
"canvas-confetti": "^1.6.1",
"gatsby": "^5.13.6",
"gatsby-plugin-canonical-urls": "^5.9.0",
"gatsby-plugin-google-tagmanager": "^5.9.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-loadable-components-ssr": "^4.3.2",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"gsap": "^3.12.5",
"i18next": "^23.7.7",
"js-cookie": "^3.0.5",
"p5": "^1.9.0",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0",
"react-intersection-observer": "^9.4.3",
"react-p5": "^1.4.1",
"react-player": "^2.16.0",
"react-slick": "^0.29.0",
"sass": "^1.60.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.1",
"@types/js-cookie": "^3.0.3",
"@types/loadable__component": "^5.13.9",
"@types/node": "^18.15.8",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@types/react-slick": "^0.23.10",
"plop": "^4.0.1",
"typescript": "^5.0.2"
}
}