-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "sophie-dex",
"version": "15.6.1",
"private": false,
"license": "MIT",
"author": {
"name": "Senbonzakura1234",
"email": "anhdungpham090@gmail.com",
"url": "https://github.com/Senbonzakura1234"
},
"homepage": "https://sophie-dex.vercel.app",
"description": "A wiki page created for Atelier Sophie DX",
"repository": {
"url": "https://github.com/Senbonzakura1234/sophie-dex.git",
"type": "git"
},
"scripts": {
"build:local": "del .next && next build",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.json . --fix",
"types": "tsc --noEmit --pretty",
"drizzle-gen": "drizzle-kit generate:pg",
"drizzle-studio": "drizzle-kit studio"
},
"dependencies": {
"@headlessui/react": "^1.7.16",
"@neondatabase/serverless": "^0.5.7",
"@radix-ui/react-scroll-area": "^1.0.4",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.32.6",
"@trpc/client": "^10.37.1",
"@trpc/next": "^10.37.1",
"@trpc/react-query": "^10.37.1",
"@trpc/server": "^10.37.1",
"@vercel/postgres": "^0.4.1",
"drizzle-orm": "^0.28.2",
"jotai": "^2.3.1",
"next": "13.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"daisyui": "^3.5.1",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.12",
"eslint": "^8.46.0",
"eslint-config-next": "13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"pg": "^8.11.2",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"sharp": "^0.32.4",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "6.11.0"
}
}