-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.75 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
52
53
54
55
56
57
58
59
{
"name": "indexjs",
"version": "0.0.1",
"description": "IndexJS conference site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indexconfshq/indexjs.git"
},
"keywords": [
"conference",
"javascript"
],
"author": "indexconfs",
"license": "MIT",
"bugs": {
"url": "https://github.com/indexconfshq/indexjs/issues"
},
"homepage": "https://github.com/indexconfshq/indexjs#readme",
"dependencies": {
"dotenv": "^8.2.0",
"firebase": "^7.13.0",
"framer-motion": "^1.10.3",
"gatsby": "^2.20.5",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.4.7",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-google-analytics": "^2.3.0",
"gatsby-plugin-manifest": "^2.3.2",
"gatsby-plugin-modal-routing": "^1.1.0",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-styled-components": "^3.3.4",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-transition-link": "^1.18.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-images": "^3.3.10",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-transformer-remark": "^2.8.15",
"gatsby-transformer-sharp": "^2.5.4",
"gsap": "^3.2.6",
"intersection-observer": "^0.10.0",
"prettier": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-markdown": "^4.3.1",
"react-modal": "^3.11.2",
"styled-components": "^5.1.1",
"theme-ui": "^0.3.1"
}
}