UNPKG

create-vitriol

Version:

Create Mithril + Vite projects

31 lines (30 loc) 625 B
{ "name": "vitriol", "private": true, "version": "0.0.0", "type": "module", "description": "Vite, Mithril and Ionic jsx template", "main": "main.js", "scripts": { "test": "vitest", "dev": "vite", "build": "vite build", "preview": "vite preview" }, "keywords": [ "Vite.js", "Mithril.js", "Ionic Framework" ], "devDependencies": { "mithril-query": "^4.0.1", "vite": "^6.0.6", "vite-plugin-dynamic-import": "^1.6.0", "vite-plugin-static-copy": "^2.2.0", "vitest": "^2.1.8" }, "dependencies": { "mithril": "^2.2.12", "@ionic/core": "^8.4.1" } }