mirror of
https://github.com/seigler/drawing-prompt
synced 2025-07-25 08:46:12 +00:00
29 lines
686 B
JSON
29 lines
686 B
JSON
{
|
|
"name": "drawing-prompt",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"homepage": "https://seigler.github.io/drawing-prompt",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"deploy": "tsc -b && vite build && gh-pages -d dist",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"gh-pages": "^6.3.0",
|
|
"solid-js": "^1.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vite-pwa/assets-generator": "^0.2.6",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.0.11",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vite-plugin-solid": "^2.11.0",
|
|
"workbox-window": "^7.3.0"
|
|
},
|
|
"resolutions": {
|
|
"sharp": "0.32.6",
|
|
"sharp-ico": "0.1.5"
|
|
}
|
|
}
|