-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 Bytes
/
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
{
"name": "tshort",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.9",
"@prisma/client": "^3.14.0",
"@trpc/client": "^9.23.2",
"@trpc/next": "^9.23.2",
"@trpc/react": "^9.23.2",
"@trpc/server": "^9.23.2",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"zod": "^3.16.0"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.32",
"@types/react": "18.0.9",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"prisma": "^3.14.0",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}