-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 KB
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
{
"name": "blood-of-moloch",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@chakra-ui/react": "^2.3.1",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/uncial-antiqua": "^4.5.10",
"@opengsn/provider": "^3.0.0-beta.1",
"@supabase/supabase-js": "^1.35.6",
"ethers": "^5.7.0",
"faunadb": "^4.6.0",
"framer-motion": "^7.2.1",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.3.0",
"react-spinners": "^0.13.4",
"react-use": "^17.4.0",
"sass": "^1.54.8",
"web3-providers-http": "^1.7.5"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@jest/globals": "^29.4.3",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.28",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"jest": "^29.4.0",
"node-mocks-http": "^1.11.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
}
}