-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.6 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
60
61
62
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@stripe/stripe-js": "^1.15.1",
"@webscopeio/react-textarea-autocomplete": "^4.7.3",
"chroma-js": "^2.1.0",
"disstreamchat-utils": "^0.0.3",
"emoji-mart": "^3.0.1",
"firebase": "^8.6.5",
"firebase-admin": "^9.9.0",
"framer-motion": "^3.2.2-rc.1",
"lodash": "^4.17.20",
"next": "10.1.3",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"react": "17.0.1",
"react-beforeunload": "^2.4.0",
"react-color": "^2.19.3",
"react-dom": "17.0.1",
"react-error-boundary": "^3.1.0",
"react-firebase-hooks": "^3.0.1",
"react-hamburger-menu": "^1.2.1",
"react-lazy-load": "^3.1.13",
"react-loader": "^2.4.7",
"react-query": "^3.8.2",
"react-select": "^4.0.2",
"react-twemoji": "^0.3.0",
"react-use": "^15.3.8",
"sha1": "^1.1.1",
"styled-components": "^5.2.1",
"uid": "^2.0.0",
"use-async-memo": "^1.2.2"
},
"devDependencies": {
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/chroma-js": "^2.1.3",
"@types/next": "^9.0.0",
"@types/node": "^14.17.3",
"@types/nookies": "^2.0.3",
"@types/react": "^17.0.0",
"@types/react-query": "^1.1.2",
"@types/sha1": "^1.1.2",
"@types/styled-components": "^5.1.7",
"babel-jest": "^26.6.3",
"babel-plugin-styled-components": "^1.12.0",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"typescript": "^4.1.3"
}
}