|
34 | 34 | "mobx-react": "^9.2.1", |
35 | 35 | "mobx-react-helper": "^0.5.1", |
36 | 36 | "mobx-restful": "^2.1.4", |
37 | | - "next": "^15.5.6", |
| 37 | + "next": "^16.0.0", |
38 | 38 | "next-pwa": "~5.6.0", |
39 | 39 | "next-ssr-middleware": "^1.0.3", |
40 | 40 | "react": "^19.2.0", |
|
50 | 50 | "@eslint/compat": "^1.4.0", |
51 | 51 | "@eslint/js": "^9.38.0", |
52 | 52 | "@idea2app/data-server": "^1.0.0-rc.3", |
53 | | - "@next/eslint-plugin-next": "^15.5.6", |
| 53 | + "@next/eslint-plugin-next": "^16.0.0", |
54 | 54 | "@stylistic/eslint-plugin": "^5.5.0", |
55 | 55 | "@tailwindcss/postcss": "^4.1.15", |
56 | 56 | "@tailwindcss/typography": "^0.5.19", |
|
62 | 62 | "@types/node": "^22.18.12", |
63 | 63 | "@types/react": "^19.2.2", |
64 | 64 | "eslint": "^9.38.0", |
65 | | - "eslint-config-next": "^15.5.6", |
| 65 | + "eslint-config-next": "^16.0.0", |
66 | 66 | "eslint-config-prettier": "^10.1.8", |
67 | 67 | "eslint-plugin-react": "^7.37.5", |
68 | 68 | "eslint-plugin-simple-import-sort": "^12.1.1", |
|
109 | 109 | "e": "pnpx @dotenvx/dotenvx run -f .env.personal.local -- pnpm", |
110 | 110 | "prepare": "husky || true", |
111 | 111 | "install": "xgit download https://github.com/idea2app/key-vault main idea2app.github.io || true", |
112 | | - "dev": "next dev", |
113 | | - "build": "next build", |
114 | | - "export": "next build && next export", |
| 112 | + "dev": "next dev --webpack", |
| 113 | + "build": "next build --webpack", |
115 | 114 | "start": "next start", |
116 | | - "lint": "next lint --fix && git add . && tsc --noEmit", |
117 | | - "test": "lint-staged && npm run lint", |
| 115 | + "test": "lint-staged && tsc --noEmit", |
118 | 116 | "pack-image": "docker build -t idea2app/web-server .", |
119 | 117 | "container": "docker rm -f web-server && docker run --name web-server -p 3000:3000 -d idea2app/web-server" |
120 | 118 | } |
|
0 commit comments