-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.71 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
{
"name": "anchor",
"version": "0.0.1",
"private": true,
"description": "A realtime community streaming platform",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start"
},
"author": "Max Goodhart <[email protected]>",
"license": "MIT",
"dependencies": {
"@chakra-ui/react": "^1.1.2",
"@chakra-ui/theme-tools": "^1.0.2",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@sentry/react": "^5.27.4",
"dashjs": "git+https://github.com/chromakode/dash.js.git#wokenet-release",
"escape-string-regexp": "^4.0.0",
"events": "^3.2.0",
"framer-motion": "^2.9.5",
"hsluv": "^0.1.0",
"lodash": "^4.17.20",
"matrix-js-sdk": "^9.1.0",
"next": "^10.0.1",
"papaparse": "^5.3.0",
"react": "^17.0.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.1",
"react-error-boundary": "^3.1.0",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^6.13.1",
"react-icons": "^4.1.0",
"react-intersection-observer": "^8.31.0",
"tinycolor2": "^1.4.2",
"use-resize-observer": "^7.0.0",
"woke-content": "git+https://github.com/wokenet/woke-content.git"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@tsconfig/recommended": "^1.0.1",
"@types/gtag.js": "0.0.3",
"@types/matrix-js-sdk": "^5.1.2",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"@types/react-custom-scrollbars": "^4.0.7",
"@types/react-google-recaptcha": "^2.1.0",
"@types/webpack-env": "^1.15.3",
"file-loader": "^6.2.0",
"gifsicle": "^5.1.0",
"prettier": "^2.2.1",
"typescript": "^4.0.5",
"webpack-image-resize-loader": "^3.0.3"
}
}