forked from MetaFam/MetaGameWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "metagame",
"private": true,
"version": "0.0.1",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,json,md}\""
},
"dependencies": {
"@emotion/core": "^10.0.22",
"@mdx-js/react": "^1.5.1",
"@theme-ui/components": "^0.2.50",
"@theme-ui/presets": "^0.2.44",
"gatsby": "^2.18.4",
"gatsby-background-image": "^0.9.12",
"gatsby-image": "^2.2.38",
"gatsby-plugin-layout": "^1.1.21",
"gatsby-plugin-offline": "^3.0.31",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-sharp": "^2.3.12",
"gsap": "^3.0.5",
"normalize.css": "^8.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"theme-ui": "^0.2.49",
"three": "^0.112.1"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}