mirror of https://github.com/mkrhere/pw2
39 lines
817 B
39 lines
817 B
{
|
|
"name": "pw2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite --host",
|
|
"check": "tsc --noEmit",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview",
|
|
"blog": "node scripts/blog.js"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "^11.13.5",
|
|
"date-fns": "^2.30.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"wouter": "^2.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/rollup": "^8.1.0",
|
|
"@types/gm": "^1.25.4",
|
|
"@types/marked": "^5.0.2",
|
|
"@types/react": "^18.3.20",
|
|
"@types/react-dom": "^18.3.6",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"gm": "^1.25.1",
|
|
"imagen": "github:MKRhere/imagen",
|
|
"marked": "^9.1.6",
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.2.5"
|
|
}
|
|
}
|
|
|