25 lines
497 B
JSON
25 lines
497 B
JSON
{
|
|
"name": "example",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@mantine/core": "^6.0.19",
|
|
"@mantine/hooks": "^6.0.19",
|
|
"preact": "^10.13.1",
|
|
"preact-iso": "^2.3.1",
|
|
"preact-render-to-string": "^6.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-md-to-html": "^0.0.18"
|
|
}
|
|
}
|