|
2 | 2 | "name": "example-next", |
3 | 3 | "version": "0.0.0", |
4 | 4 | "private": true, |
| 5 | + "type": "module", |
5 | 6 | "scripts": { |
6 | | - "dev": "next dev", |
| 7 | + "dev": "bun --bun next dev", |
7 | 8 | "build": "next build", |
8 | 9 | "start": "pnpm dlx serve@latest out", |
9 | 10 | "clean": "rm -rf .next out" |
10 | 11 | }, |
11 | 12 | "dependencies": { |
12 | 13 | "@mdx-js/loader": "^3.0.1", |
13 | 14 | "@mdx-js/react": "^3.0.1", |
14 | | - "@next/mdx": "^14.2.5", |
| 15 | + "@next/mdx": "15.0.0-canary.68", |
15 | 16 | "@rehype-pretty/transformers": "workspace:*", |
16 | 17 | "@tailwindcss/typography": "^0.5.13", |
17 | 18 | "autoprefixer": "^10.4.19", |
18 | | - "next": "^14.2.5", |
| 19 | + "next": "15.0.0-canary.76", |
19 | 20 | "postcss": "^8.4.39", |
20 | | - "react": "^18.3.1", |
21 | | - "react-dom": "^18.3.1", |
| 21 | + "react": "19.0.0-rc.0", |
| 22 | + "react-dom": "19.0.0-rc.0", |
22 | 23 | "rehype-pretty-code": "workspace:*", |
23 | 24 | "rehype-slug": "^6.0.0", |
24 | 25 | "rehype-stringify": "^10.0.0", |
25 | | - "shiki": "^1.10.3", |
26 | | - "tailwindcss": "^3.4.5" |
| 26 | + "shiki": "^1.11.0", |
| 27 | + "tailwindcss": "^3.4.6" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
29 | 30 | "@types/mdx": "^2.0.13", |
30 | | - "@types/node": "^20.14.10", |
| 31 | + "@types/node": "^20.14.11", |
| 32 | + "@types/postcss-import": "^14.0.3", |
31 | 33 | "@types/react": "^18.3.3", |
32 | 34 | "@types/react-dom": "^18.3.0", |
| 35 | + "babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625", |
| 36 | + "postcss-import": "^16.1.0", |
33 | 37 | "typescript": "^5.5.3" |
34 | 38 | }, |
35 | 39 | "browserslist": [ |
|
0 commit comments