-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"detect-node": "^2.1.0",
"firebase": "^8.7.1",
"gl-react": "^5.0.0",
"gl-react-negative": "^2.0.1",
"gl-shader": "^4.2.1",
"invariant": "^2.2.4",
"loose-envify": "^1.4.0",
"ndarray": "^1.0.19",
"next": "latest",
"nookies": "^2.5.2",
"object-assign": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-favicon": "0.0.23",
"react-is": "^17.0.2",
"react-top-loading-bar": "^2.0.1",
"styled-components": "^5.2.3",
"typedarray-pool": "^1.2.0",
"webgltexture-loader": "^1.0.0",
"webgltexture-loader-ndarray": "^1.1.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"datocms-client": "^3.4.12"
},
"license": "MIT"
}