forked from pmndrs/r3f-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1016 Bytes
/
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
{
"name": "react-three-fiber-homepage",
"private": true,
"version": "1.0.0",
"description": "Homepage and docs for react three fiber",
"license": "MIT",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.1.3",
"@rocketseat/gatsby-theme-docs-core": "^1.1.1",
"gatsby": "^2.24.47",
"gatsby-plugin-canonical-urls": "^2.3.10",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-mdx": "^1.2.34",
"gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-styled-components": "^3.3.10",
"react": "16.13.1",
"react-color": "2.18.1",
"react-dom": "16.13.1",
"react-live": "2.2.2",
"react-markdown": "^4.3.1",
"react-scripts": "3.4.3",
"react-three-fiber": "4.2.10",
"styled-components": "5.1.1",
"three": "0.117.1"
},
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}