-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.48 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
{
"name": "detool",
"version": "0.0.0",
"private": true,
"dependencies": {
"@faker-js/faker": "7.6.0",
"@heroicons/react": "2.0.17",
"@tanstack/react-query": "4.29.5",
"@trpc/client": "10.25.0",
"@trpc/next": "10.25.0",
"@trpc/react-query": "10.25.0",
"@trpc/server": "10.25.0",
"@vercel/postgres": "^0.2.1",
"@vercel/postgres-kysely": "^0.2.1",
"clsx": "^1.2.1",
"flowbite": "1.6.5",
"flowbite-react": "0.4.4",
"kysely": "^0.24.2",
"next": "13.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-svg-spinners": "0.3.1",
"superjson": "1.12.3",
"zod": "3.21.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fix": "next lint --fix",
"ts-lint": "tsc --noEmit --incremental --watch"
},
"devDependencies": {
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"postcss": "8.4.23",
"prettier-plugin-tailwindcss": "0.2.8",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"engines": {
"node": ">=16",
"pnpm": "8"
},
"packageManager": "[email protected]",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}