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.

43 lines
917 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.9.0",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"framer-motion": "^6.3.15",
"gm": "^1.23.1",
"imagen": "github:MKRhere/imagen",
"marked": "^4.0.17",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@svgr/rollup": "^6.2.1",
"@types/gm": "^1.18.12",
"@types/marked": "^4.0.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"react-scripts": "5.0.1",
"typescript": "^4.7.4",
"vite": "^2.9.12"
}
}