-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.39 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
{
"name": "feconf2021",
"version": "1.0.0",
"private": true,
"description": "FEConf2021",
"author": "codemilli",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@egjs/component": "^3.0.1",
"body-scroll-lock": "^3.0.3",
"classcat": "^5.0.3",
"clipboard": "^2.0.8",
"firebase": "^8.10.0",
"gatsby": "^3.13.0",
"gatsby-plugin-env-variables": "^2.1.0",
"gatsby-plugin-gatsby-cloud": "^2.11.0",
"gatsby-plugin-google-analytics": "^3.13.0",
"gatsby-plugin-image": "^1.13.0",
"gatsby-plugin-portal": "^1.0.7",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-sass": "^4.0.2",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-plugin-tsconfig-paths": "^1.0.3",
"gatsby-plugin-typescript": "^3.13.0",
"gatsby-source-filesystem": "^3.13.0",
"jotai": "^1.3.3",
"normalize.css": "^8.0.1",
"query-string": "5",
"react": "^17.0.1",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-spring": "^9.2.4",
"three": "^0.132.2",
"use-intersection": "^0.2.1",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@types/firebase": "^3.2.1",
"@types/three": "^0.132.1",
"node-sass": "^6.0.1"
}
}