@yhwh-script/create-app
Version:
A yhwh-script web app can become anything you want it to become. Set it up with just one command.
32 lines • 749 B
JSON
{
"devDependencies": {
"@vitejs/plugin-basic-ssl": "^2.0.0",
"vite": "^6.2.0"
},
"dependencies": {
"@sqlite.org/sqlite-wasm": "^3.49.1-build2"
},
"description": "This is a @yhwh-script app with SQLite support.",
"keywords": [
"CSS",
"CustomElements",
"HTML",
"JavaScript",
"OPFS",
"SFC",
"Single File Components",
"SQLite",
"Vanilla",
"Vite",
"WebComponents"
],
"license": "Unlicense",
"scripts": {
"dev": "npm run gen && vite",
"gen": "node gen.cjs",
"build": "npm run gen && vite build",
"preview": "vite preview"
},
"type": "module",
"version": "0.0.1"
}