-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 851 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 851 Bytes
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
{
"name": "obs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@codeday/topo": "^3.36.0",
"@codeday/topocons": "^1.5.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@types/react": "^16.9.44",
"babel-plugin-inline-import-graphql-ast": "^2.4.1",
"emotion-theming": "^10.0.27",
"luxon": "^1.25.0",
"next": "^10.0.3",
"next-seo": "^4.17.0",
"prop-types": "^15.7.2",
"random-weighted-choice": "^0.1.4",
"react": "^17.0.1",
"react-confetti": "^6.0.0",
"react-dom": "^17.0.1",
"react-player": "^2.7.0",
"react-transition-group": "^4.4.1",
"react-typing-effect": "^2.0.4",
"react-use": "^15.3.4",
"tmi.js": "^1.7.1",
"truncate": "^2.1.0"
}
}