-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "andres-alcaraz",
"version": "1.0.0",
"private": true,
"description": "andres-alcaraz",
"author": "Andres2D",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@react-three/drei": "^9.64.0",
"@react-three/fiber": "^8.12.0",
"dotenv": "^16.4.3",
"framer-motion": "^10.11.2",
"gatsby": "^5.4.2",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-manifest": "^5.5.0",
"gatsby-plugin-react-helmet": "^6.5.0",
"gatsby-plugin-sass": "^6.4.0",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-sharp": "^5.12.0",
"maath": "^0.5.3",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-chatbotify": "^1.5.2",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-vertical-timeline-component": "^3.6.0",
"sass": "^1.57.1"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-vertical-timeline-component": "^3.3.6",
"typescript": "^4.9.4"
}
}