mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
33 lines
696 B
JSON
33 lines
696 B
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": {
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@bspeice/vite-plugin-blog": "^1.1.0",
|
||
|
"@mdx-js/rollup": "^2.3.0",
|
||
|
"@types/react": "^18.0.28",
|
||
|
"@types/react-dom": "^18.0.11",
|
||
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
||
|
"husky": "^8.0.3",
|
||
|
"pretty-quick": "^3.1.3",
|
||
|
"typescript": "^4.9.3",
|
||
|
"vite": "^4.2.0"
|
||
|
},
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "pretty-quick --staged"
|
||
|
}
|
||
|
}
|
||
|
}
|