-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "contrib-rewards",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma-format": "npx prisma-case-format --map-table-case snake --map-field-case snake",
"prisma-push": "dotenv -e .env.local -- npx prisma db push",
"generate-secrets": "tsx generate-secrets.ts"
},
"dependencies": {
"@airgap/beacon-dapp": "^4.2.2",
"@auth/prisma-adapter": "^2.2.0",
"@nextui-org/react": "^2.4.2",
"@prisma/client": "^5.15.1",
"@taquito/beacon-wallet": "^20.0.1",
"@taquito/signer": "^20.0.1",
"@taquito/taquito": "^20.0.1",
"@types/bcryptjs": "^2.4.6",
"@tzkt/sdk-api": "^2.2.1",
"bcryptjs": "^2.4.3",
"dotenv-cli": "^7.4.2",
"framer-motion": "^11.2.11",
"next": "14.2.4",
"next-auth": "^5.0.0-beta.19",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"prisma": "^5.15.1",
"prisma-case-format": "^2.2.1",
"sass": "^1.77.5",
"tailwindcss": "^3.4.1",
"tsx": "^4.16.2",
"typescript": "^5"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}