-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 904 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 904 Bytes
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
{
"name": "dex-pair-verify",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.10.5",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma-extensions/find-or-create": "^0.1.0-canary.20230204011658",
"@prisma/client": "^5.15.0",
"dotenv": "^16.4.5",
"formidable": "^3.5.1",
"graphql": "^16.8.2",
"next": "12.0.10",
"next-auth": "4",
"peirce-criterion": "^1.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "8.0.0",
"react-notifications": "^1.7.4",
"react-number-format": "^5.4.0",
"web3": "^4.10.0"
},
"devDependencies": {
"@types/node": "17.0.14",
"@types/react": "17.0.38",
"prisma": "^5.15.0",
"typescript": "^5.4.5"
}
}