|
1 | 1 | {
|
2 | 2 | "name": "@rideplus/server",
|
3 | 3 | "version": "0.1.0",
|
4 |
| - "main": "src/index.tsx", |
5 | 4 | "private": true,
|
6 | 5 | "scripts": {
|
7 |
| - "build": "tsup", |
8 |
| - "start": "pnpm with-env node dist/index.js", |
9 |
| - "dev": "pnpm with-env tsx watch --clear-screen=false src/index.ts", |
| 6 | + "build": "pnpm with-env next build", |
| 7 | + "dev": "pnpm with-env next dev", |
| 8 | + "lint": "next lint", |
| 9 | + "start": "pnpm with-env next start", |
10 | 10 | "type-check": "tsc --noEmit",
|
11 |
| - "lint": "eslint .", |
12 |
| - "lint:fix": "pnpm lint --fix", |
| 11 | + "clean": "git clean -xdf .next .turbo node_modules", |
13 | 12 | "with-env": "dotenv -e ../../.env --"
|
14 | 13 | },
|
15 | 14 | "dependencies": {
|
16 |
| - "@clerk/fastify": "^0.4.4", |
17 |
| - "@rideplus/api": "0.1.0", |
18 |
| - "@t3-oss/env-core": "^0.3.1", |
19 |
| - "@trpc/server": "^10.27.1", |
20 |
| - "fastify": "^4.17.0", |
21 |
| - "fastify-plugin": "^4.5.0", |
22 |
| - "superjson": "1.9.1", |
| 15 | + "@clerk/nextjs": "^4.19.0", |
| 16 | + "@rideplus/api": "^0.1.0", |
| 17 | + "@t3-oss/env-nextjs": "^0.3.1", |
| 18 | + "@tanstack/react-query": "^4.29.7", |
| 19 | + "@trpc/next": "^10.26.0", |
| 20 | + "@trpc/react-query": "^10.26.0", |
| 21 | + "@trpc/server": "^10.26.0", |
| 22 | + "next": "^13.4.2", |
| 23 | + "react": "18.2.0", |
| 24 | + "react-dom": "18.2.0", |
| 25 | + "superjson": "1.12.2", |
23 | 26 | "zod": "^3.21.4"
|
24 | 27 | },
|
25 | 28 | "devDependencies": {
|
26 |
| - "@rideplus/eslint-config": "^0.1.0", |
| 29 | + "@types/eslint": "^8.37.0", |
| 30 | + "@types/node": "^18.16.0", |
| 31 | + "@types/react": "^18.2.6", |
| 32 | + "@types/react-dom": "^18.2.4", |
| 33 | + "@typescript-eslint/eslint-plugin": "^5.59.6", |
| 34 | + "@typescript-eslint/parser": "^5.59.6", |
27 | 35 | "dotenv-cli": "^7.2.1",
|
28 | 36 | "eslint": "^8.40.0",
|
29 |
| - "pino-pretty": "^10.0.0", |
30 |
| - "tsup": "^6.7.0", |
31 |
| - "tsx": "^3.12.7" |
| 37 | + "eslint-config-next": "^13.4.2", |
| 38 | + "typescript": "^5.0.4" |
| 39 | + }, |
| 40 | + "ct3aMetadata": { |
| 41 | + "initVersion": "7.13.1" |
32 | 42 | }
|
33 | 43 | }
|
0 commit comments