forked from zws-im/zws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.51 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
57
58
59
60
61
62
63
64
65
66
{
"name": "@zws.im/zws",
"version": "0.0.0-development",
"private": true,
"bugs": {
"url": "https://github.com/zws-im/zws/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zws-im/zws.git"
},
"license": "Apache-2.0",
"author": {
"name": "Jonah Snider",
"email": "[email protected]",
"url": "https://jonahsnider.com"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "biome check .",
"lint:fix": "biome check . --apply",
"start": "next start",
"validate-prisma": "prisma validate",
"migrations": "prisma migrate deploy",
"build:nixpack": "nixpacks build . --name zws-im/zws"
},
"dependencies": {
"@heroicons/react": "2.0.18",
"@highlight-run/next": "4.1.0",
"@jonahsnider/util": "10.0.2",
"@prisma/client": "5.2.0",
"@types/node": "20.5.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "1.0.2",
"@vercel/kv": "0.2.2",
"apexcharts": "3.42.0",
"autoprefixer": "10.4.15",
"clsx": "2.0.0",
"convert": "4.13.1",
"millify": "6.1.0",
"next": "13.4.19",
"next-plausible": "3.11.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-apexcharts": "1.4.1",
"react-dom": "18.2.0",
"swr": "2.2.2",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"yn": "5.0.0",
"zod": "3.22.2",
"zod-validation-error": "1.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.0.0",
"prisma": "5.2.0",
"type-fest": "4.3.1",
"vercel": "32.1.0"
},
"engines": {
"node": "18.x"
},
"packageManager": "[email protected]"
}