-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.21 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
{
"name": "chronos-share",
"version": "0.1.0",
"prettier": {
"htmlWhitespaceSensitivity": "css",
"printWidth": 120
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "pnpm exec prettier . --write\n",
"test": "jest"
},
"dependencies": {
"@circle-fin/w3s-pw-web-sdk": "^1.0.9",
"@prisma/client": "^5.11.0",
"@types/bcrypt": "^5.0.2",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"jest": "^29.7.0",
"mint.club-v2-sdk": "^0.0.88",
"next": "14.1.4",
"next-navigation": "^1.0.6",
"node-forge": "^1.3.1",
"pnpm": "^8.15.5",
"prettier": "^3.2.5",
"react": "^18",
"react-dom": "^18",
"tmpl": "^1.0.5"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20",
"@types/node-forge": "^1.3.11",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.7.3",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"prisma": "^5.11.0",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.2",
"typescript": "^5"
}
}