mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 14:08:09 -05:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "speice.io",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/jetbrains-mono": "^4.5.12",
|
|
"@fontsource/lato": "^4.5.10",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"highlight.js": "^11.7.0",
|
|
"normalize.css": "^8.0.1",
|
|
"prism-themes": "^1.9.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rehype-highlight": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@bspeice/vite-plugin-blog": "^1.1.0",
|
|
"@mapbox/rehype-highlight-code-block": "^1.0.0",
|
|
"@mdx-js/rollup": "^2.3.0",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/remark-prism": "^1.3.4",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"husky": "^8.0.0",
|
|
"pretty-quick": "^3.1.3",
|
|
"remark-prism": "^1.3.6",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.2.0"
|
|
}
|
|
}
|