-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.91 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
{
"name": "travel-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier src/ --write",
"db:generate": " npx drizzle-kit generate --config=drizzle.config.ts",
"db:migrate": "cross-env DB_MIGRATING=true drizzle-kit migrate",
"graphql:generate": "graphql-codegen --config graphql-codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/experimental-nextjs-app-support": "^0.11.5",
"@auth/drizzle-adapter": "^1.7.2",
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@nextui-org/react": "^2.4.8",
"@t3-oss/env-nextjs": "^0.11.1",
"@tabler/icons-react": "^3.19.0",
"apollo-server-micro": "^3.13.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"drizzle-orm": "^0.35.3",
"drizzle-zod": "^0.5.1",
"framer-motion": "^11.11.11",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"jiti": "^2.3.3",
"mysql2": "^3.11.3",
"next": "14.2.15",
"next-auth": "^4.24.8",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"studio": "^0.13.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"drizzle-kit": "^0.26.2",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-check-file": "^2.8.0",
"eslint-plugin-n": "^17.11.1",
"i": "^0.3.7",
"npm": "^10.9.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "^5"
}
}