mirror of https://github.com/mkrhere/pw2
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
814 B
39 lines
814 B
{
|
|
"name": "pw2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "pnpm blog && tsc && vite build",
|
|
"serve": "vite preview",
|
|
"blog": "node scripts/blog.js"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "^11.11.2",
|
|
"date-fns": "^2.30.0",
|
|
"framer-motion": "^10.16.4",
|
|
"gm": "^1.25.0",
|
|
"imagen": "github:MKRhere/imagen",
|
|
"marked": "^9.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"wouter": "^2.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/rollup": "^8.1.0",
|
|
"@types/gm": "^1.25.2",
|
|
"@types/marked": "^5.0.2",
|
|
"@types/node": "^20.8.0",
|
|
"@types/react": "^18.2.24",
|
|
"@types/react-dom": "^18.2.8",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9"
|
|
}
|
|
}
|
|
|