36 lines
919 B
JSON
36 lines
919 B
JSON
{
|
|
"name": "example",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"prebuild": "node scripts/prebuild.mjs",
|
|
"build": "node scripts/prebuild.mjs && vite build && cp dist/index.html dist/404.html",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@mantine/core": "^6.0.19",
|
|
"@mantine/hooks": "^6.0.19",
|
|
"@preact/signals": "^1.2.1",
|
|
"date-fns": "^2.30.0",
|
|
"gray-matter": "file:deps/gray-matter",
|
|
"jsonlines": "^0.1.1",
|
|
"minisearch": "^6.1.0",
|
|
"preact": "^10.13.1",
|
|
"preact-iso": "^2.3.1",
|
|
"reading-time-estimator": "^1.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"@types/node": "^20.4.9",
|
|
"front-matter": "^4.0.2",
|
|
"glob": "^10.3.3",
|
|
"markdown-to-jsx": "^7.3.2",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-top-level-await": "^1.3.1"
|
|
}
|
|
}
|