| 1 |
{ |
| 2 |
"name": "tarmac-web", |
| 3 |
"version": "0.1.0", |
| 4 |
"private": true, |
| 5 |
"scripts": { |
| 6 |
"dev": "next dev", |
| 7 |
"build": "next build", |
| 8 |
"start": "next start", |
| 9 |
"lint": "next lint" |
| 10 |
}, |
| 11 |
"dependencies": { |
| 12 |
"@mdx-js/loader": "^3.1.1", |
| 13 |
"@mdx-js/react": "^3.1.1", |
| 14 |
"@next/mdx": "^16.2.1", |
| 15 |
"@types/mdx": "^2.0.13", |
| 16 |
"gray-matter": "^4.0.3", |
| 17 |
"next": "^16.2.1", |
| 18 |
"react": "^19.2.4", |
| 19 |
"react-dom": "^19.2.4", |
| 20 |
"remark-gfm": "^4.0.1" |
| 21 |
}, |
| 22 |
"devDependencies": { |
| 23 |
"@tailwindcss/postcss": "^4.2.2", |
| 24 |
"@types/node": "^25.5.0", |
| 25 |
"@types/react": "^19.2.14", |
| 26 |
"@types/react-dom": "^19.2.3", |
| 27 |
"eslint": "^9.39.4", |
| 28 |
"eslint-config-next": "^16.2.1", |
| 29 |
"postcss": "^8.5.8", |
| 30 |
"tailwindcss": "^4.2.2", |
| 31 |
"typescript": "^5.9.3" |
| 32 |
} |
| 33 |
} |