-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "@dcl/game-expo-site",
"version": "1.0.0",
"description": "Game Expo Site",
"author": "Decentraland",
"keywords": [
"gatsby"
],
"scripts": {
"prebuild": "node scripts/prebuild.js",
"postbuild": "node scripts/postbuild.js",
"develop": "gatsby develop --https",
"start": "gatsby develop --https",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"babel-plugin-styled-components": "^1.13.2",
"framer-motion": "^11.0.12",
"gatsby": "^3.13.0",
"gatsby-plugin-humans-txt": "^1.1.4",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-plugin-styled-components": "^4.13.0",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-sharp": "^3.13.0",
"polished": "^4.1.3",
"react": "^18.0.0",
"react-dom": "^18.2.0",
"react-facebook-pixel": "^1.0.4",
"react-fast-marquee": "^1.2.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-multi-carousel": "^2.8.2",
"react-player": "^2.9.0",
"styled-components": "^5.3.1"
},
"engines": {
"node": "16"
},
"homepage": "https://decentraland.org",
"repository": {
"type": "git",
"url": "https://github.com/decentraland/game-expo.git"
},
"devDependencies": {
"glob": "^10.3.10"
}
}