|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "dev": "concurrently 'next dev --port 3001' 'bun --watch cron.ts'", |
| 6 | + "dev": "next dev --port 3001", |
7 | 7 | "build": "next build", |
8 | | - "start": "concurrently 'next start --port 8010' 'bun run cron.ts'", |
9 | | - "start:preview": "concurrently 'next start --port 8011' 'bun run cron.ts'", |
| 8 | + "start": "next start --port 8010", |
| 9 | + "start:preview": "next start --port 8011", |
10 | 10 | "lint": "eslint . --ext .ts,.tsx -c .eslintrc.json", |
11 | 11 | "lint:fix": "eslint . --ext .ts,.tsx -c .eslintrc.json --fix" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | 14 | "@million/lint": "^1.0.14", |
15 | 15 | "bun-types": "^1.1.39", |
16 | | - "cron": "^3.5.0", |
17 | | - "express-rate-limit": "^7.5.0", |
18 | | - "multer": "^1.4.5-lts.1", |
19 | 16 | "next": "15.1.0", |
20 | 17 | "react": "^19.0.0", |
21 | 18 | "react-dom": "^19.0.0", |
|
26 | 23 | "devDependencies": { |
27 | 24 | "@eslint/eslintrc": "^3", |
28 | 25 | "@types/bun": "^1.1.14", |
29 | | - "@types/cron": "^2.4.3", |
30 | | - "@types/multer": "^1.4.12", |
31 | 26 | "@types/node": "^22", |
32 | 27 | "@types/react": "^19", |
33 | 28 | "@types/react-dom": "^19", |
34 | 29 | "@types/sql.js": "^1.4.9", |
35 | 30 | "@typescript-eslint/eslint-plugin": "7.2.0", |
36 | 31 | "@typescript-eslint/parser": "7.2.0", |
37 | | - "concurrently": "^9.1.2", |
38 | 32 | "eslint": "^8.57.0", |
39 | 33 | "eslint-config-next": "15.1.0", |
40 | 34 | "eslint-config-prettier": "^8.2.0", |
|
0 commit comments