forked from SAAARP-LABS/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.76 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mongodbcrud",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.8",
"@tippyjs/react": "^4.2.6",
"@uiball/loaders": "^1.3.0",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"autoprefixer": "10.4.14",
"axios": "^0.26.1",
"body-parser": "^1.20.2",
"connectkit": "^1.5.3",
"cross-fetch": "^3.1.5",
"crypto": "^1.0.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"ether": "^0.0.9",
"ethers": "^5.7.2",
"express": "^4.18.2",
"framer-motion": "^10.16.4",
"graphql": "^16.3.0",
"jsonwebtoken": "^9.0.2",
"lokijs": "^1.5.12",
"mobile-device-detect": "^0.4.3",
"mongoose": "^7.3.0",
"next": "13.4.6",
"next-auth": "^4.23.1",
"path": "^0.12.7",
"pino-pretty": "^10.2.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"viem": "^1.10.9",
"wagmi": "^1.4.1",
"web3modal": "^1.9.12"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.21",
"@types/uuid": "^8.3.4",
"env-cmd": "^10.1.0",
"hardhat": "^2.18.1",
"ts-node": "^10.7.0"
}
}