-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
56 lines (56 loc) · 1.34 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
52
53
54
55
56
{
"name": "devtoolbox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^4.25.7",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^5.11.0",
"@types/dompurify": "^3.0.5",
"class-variance-authority": "^0.7.0",
"crypto-js": "^4.2.0",
"dompurify": "^3.0.6",
"github-markdown-css": "^5.4.0",
"jsonpath-plus": "^7.2.0",
"jwt-decode": "^4.0.0",
"marked": "^10.0.0",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"react-json-view": "1.21.3",
"react-qr-code": "^2.0.12",
"stripe": "^14.1.0",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/crypto-js": "^4.1.3",
"@types/jsonpath": "^0.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"prisma": "^5.5.0",
"react-diff-viewer-continued": "^3.3.1",
"tailwindcss": "^3",
"typescript": "^5"
},
"overrides": {
"react-json-view": {
"react": "$react",
"react-dom": "$react-dom"
}
}
}