forked from codesandbox/codesandbox-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.78 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.78 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "homepage",
"version": "1.0.0",
"private": true,
"description": "CodeSandbox Homepage",
"keywords": [
"gatsby"
],
"repository": {
"type": "git",
"url": "https://github.com/codesandbox/codesandbox-client",
"directory": "packages/homepage"
},
"license": "MIT",
"author": "Ives van Hoorne <ives.v.h@gmail.com>",
"scripts": {
"build": "gatsby build",
"build:clean": "rimraf public",
"lint": "eslint .",
"start": "gatsby develop --host=0.0.0.0",
"start:dev": "LOCAL_SERVER=1 LOCAL_DEV=1 gatsby develop",
"test": "echo \"Todo: no test specified\" && exit 0"
},
"browserslist": [
"> 1%",
"IE >= 11",
"last 2 versions"
],
"dependencies": {
"@babel/preset-flow": "^7.0.0",
"@codesandbox/common": "^1.0.8",
"@juggle/resize-observer": "^2.5.0",
"@react-hook/mouse-position": "^1.0.3",
"@sindresorhus/slugify": "^0.9.1",
"algoliasearch": "^3.24.5",
"babel-plugin-macros": "^2.4.2",
"babel-preset-gatsby": "^0.2.8",
"cannon": "^0.6.2",
"date-fns": "1.30.1",
"framer-motion": "^1.6.14",
"gatsby": "^2.13.45",
"gatsby-cli": "^2.7.21",
"gatsby-image": "^2.2.30",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.1.4",
"gatsby-plugin-nprogress": "^2.1.2",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-remove-trailing-slashes": "^2.1.2",
"gatsby-plugin-sharp": "^2.2.9",
"gatsby-plugin-sitemap": "^2.2.4",
"gatsby-plugin-styled-components": "^3.1.14",
"gatsby-plugin-twitter": "^2.1.2",
"gatsby-plugin-typography": "^2.3.2",
"gatsby-react-router-scroll": "^2.1.3",
"gatsby-remark-autolink-headers": "^2.1.3",
"gatsby-remark-copy-linked-files": "^2.1.4",
"gatsby-remark-embedder": "^1.1.2",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-prismjs": "^1.2.24",
"gatsby-source-airtable": "^2.0.8",
"gatsby-source-filesystem": "^2.1.7",
"gatsby-transformer-json": "^2.2.2",
"gatsby-transformer-remark": "^2.6.10",
"gatsby-transformer-sharp": "^2.2.5",
"gsap": "^2.1.3",
"lodash-es": "^4.17.11",
"phoenix": "^1.4.11",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.0",
"react-hook-inview": "^4.1.2",
"react-router-dom": "^4.2.2",
"react-spring": "^8.0.27",
"react-text-loop": "^2.0.2",
"react-three-fiber": "^3.0.15",
"react-use-gesture": "^6.0.14",
"rellax": "^1.10.0",
"styled-breakpoints": "^6.9.1",
"styled-components": "^4.4.1",
"three": "^0.111.0",
"typography": "^0.16.17"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"babel-plugin-styled-components": "^1.10.6",
"dotenv": "^6.2.0",
"rimraf": "^2.6.2",
"terser": "^3.17.0"
}
}