-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.04 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "theras-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@mantine/carousel": "^6.0.9",
"@mantine/core": "^6.0.9",
"@mantine/dropzone": "^6.0.10",
"@mantine/form": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/modals": "^6.0.9",
"@mantine/next": "^6.0.9",
"@mantine/notifications": "^6.0.9",
"@mantine/nprogress": "^6.0.9",
"@next-auth/firebase-adapter": "^2.0.1",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.52.1",
"@tabler/icons-react": "^2.14.0",
"@types/cors": "^2.8.13",
"@types/micro-cors": "^0.1.3",
"@web3-react/core": "^8.2.0",
"axios": "^1.3.5",
"cookie": "^0.5.0",
"cors": "^2.8.5",
"embla-carousel-react": "^7.1.0",
"ethers": "^5",
"firebase": "^9.19.1",
"firebase-admin": "^11.6.0",
"iron-session": "^6.3.1",
"js-cookie": "^3.0.5",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"moment": "^2.29.4",
"next": "^12.1.7-canary.41",
"next-auth": "^4.21.1",
"nookies": "^2.5.2",
"plyr-react": "^5.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "3.1.4",
"react-icons": "^4.8.0",
"react-player": "^2.12.0",
"react-speech-kit": "^3.0.1",
"recharts": "^2.6.2",
"siwe": "^1.1.6",
"stripe": "^12.0.0",
"tabler-icons-react": "^1.49.0",
"truncate-eth-address": "^1.0.2",
"use-debounce": "^9.0.4",
"wagmi": "^0.12.12",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/send": "^0.17.1",
"autoprefixer": "^10.4.14",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.5.0",
"postcss": "^8.4.23",
"prettier": "2.7.1",
"tailwindcss": "^3.3.2",
"typescript": "4.7.4"
}
}