-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1.11 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
{
"name": "powerboost.com",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:arabovs/powerboost.com.git",
"author": "Simeon Arabov <[email protected]>",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.18",
"@mui/material": "^5.14.18",
"@react-spring/parallax": "^9.7.3",
"@react-three/drei": "^9.88.16",
"@react-three/fiber": "^8.15.11",
"gatsby": "^5.12.9",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-preload-fonts": "^4.12.1",
"gatsby-plugin-react-helmet": "^6.12.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-theme-material-ui": "^5.3.0",
"gatsby-transformer-sharp": "^5.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"react-swipeable-views": "^0.14.0",
"react-three-fiber": "^6.0.13",
"slick-carousel": "^1.8.1",
"three": "^0.158.0"
}
}