49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "reacord-docs-new",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "esmo server.ts",
|
|
"build": "vite build && vite build --ssr",
|
|
"start": "NODE_ENV=production esmo server.ts"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^1.0.5",
|
|
"@reach/rect": "^0.16.0",
|
|
"clsx": "^1.1.1",
|
|
"express": "^4.17.2",
|
|
"gray-matter": "^4.0.3",
|
|
"reacord": "workspace:*",
|
|
"react": "^18.0.0-rc.0",
|
|
"react-dom": "^18.0.0-rc.0",
|
|
"react-focus-on": "^3.5.4",
|
|
"react-head": "^3.4.0",
|
|
"react-router": "^6.2.1",
|
|
"react-router-dom": "^6.2.1",
|
|
"vite-plugin-ssr": "^0.3.42"
|
|
},
|
|
"devDependencies": {
|
|
"@mapbox/rehype-prism": "^0.8.0",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"@types/compression": "^1.7.2",
|
|
"@types/express": "^4.17.13",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/node": "*",
|
|
"@types/react": "^17.0.38",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@vitejs/plugin-react": "^1.1.3",
|
|
"autoprefixer": "^10.4.1",
|
|
"compression": "^1.7.4",
|
|
"esno": "^0.13.0",
|
|
"fast-glob": "^3.2.7",
|
|
"markdown-it": "^12.3.0",
|
|
"markdown-it-prism": "^2.2.1",
|
|
"postcss": "^8.4.5",
|
|
"tailwindcss": "^3.0.8",
|
|
"type-fest": "^2.8.0",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.7.10",
|
|
"vite-plugin-markdown": "^2.0.2"
|
|
}
|
|
}
|