|
3 | 3 | "type": "module", |
4 | 4 | "scripts": { |
5 | 5 | "prebuild": "node --run build:blog-data", |
6 | | - "build": "node --run build:default -- --turbo", |
| 6 | + "build": "node --run build:default -- --turbopack", |
7 | 7 | "build:blog-data": "cross-env NODE_NO_WARNINGS=1 node ./scripts/blog-data/generate.mjs", |
8 | 8 | "build:blog-data:watch": "node --watch --watch-path=pages/en/blog ./scripts/blog-data/generate.mjs", |
9 | 9 | "build:default": "cross-env NODE_NO_WARNINGS=1 next build", |
10 | 10 | "cloudflare:build:worker": "OPEN_NEXT_CLOUDFLARE=true opennextjs-cloudflare build", |
11 | 11 | "cloudflare:deploy": "opennextjs-cloudflare deploy", |
12 | 12 | "cloudflare:preview": "wrangler dev", |
13 | 13 | "predeploy": "node --run build:blog-data", |
14 | | - "deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default -- --turbo", |
| 14 | + "deploy": "cross-env NEXT_PUBLIC_STATIC_EXPORT=true node --run build:default -- --turbopack", |
15 | 15 | "predev": "node --run build:blog-data", |
16 | | - "dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbo", |
| 16 | + "dev": "cross-env NODE_NO_WARNINGS=1 next dev --turbopack", |
17 | 17 | "lint": "node --run lint:js && node --run lint:css && node --run lint:md", |
18 | 18 | "lint:fix": "node --run lint:js:fix && node --run lint:css:fix && node --run lint:md:fix", |
19 | 19 | "lint:css": "stylelint \"**/*.css\" --allow-empty-input --cache --cache-strategy=content --cache-location=.stylelintcache", |
|
60 | 60 | "github-slugger": "~2.0.0", |
61 | 61 | "gray-matter": "~4.0.3", |
62 | 62 | "mdast-util-to-string": "^4.0.0", |
63 | | - "next": "15.5.4", |
| 63 | + "next": "16.0.0-beta.0", |
64 | 64 | "next-intl": "~4.3.11", |
65 | 65 | "next-themes": "~0.4.6", |
66 | 66 | "postcss-calc": "~10.1.1", |
|
81 | 81 | }, |
82 | 82 | "devDependencies": { |
83 | 83 | "@flarelabs-net/wrangler-build-time-fs-assets-polyfilling": "^0.0.1", |
84 | | - "@next/eslint-plugin-next": "15.5.4", |
| 84 | + "@next/eslint-plugin-next": "16.0.0-beta.0", |
85 | 85 | "@node-core/remark-lint": "workspace:*", |
86 | 86 | "@opennextjs/cloudflare": "^1.6.4", |
87 | 87 | "@playwright/test": "^1.54.1", |
88 | 88 | "@testing-library/user-event": "~14.6.1", |
89 | 89 | "@types/mdast": "^4.0.4", |
90 | 90 | "@types/mdx": "^2.0.13", |
91 | 91 | "@types/semver": "~7.7.1", |
| 92 | + "babel-plugin-react-compiler": "^1.0.0", |
92 | 93 | "dedent": "^1.6.0", |
93 | | - "eslint-config-next": "15.5.4", |
| 94 | + "eslint-config-next": "16.0.0-beta.0", |
94 | 95 | "eslint-plugin-mdx": "~3.6.2", |
95 | 96 | "eslint-plugin-react": "~7.37.5", |
96 | 97 | "eslint-plugin-react-hooks": "^5.2.0", |
|
0 commit comments