super-productivity/packages/plugin-dev/boilerplate-solid-js/package.json

24 lines
686 B
JSON

{
"name": "boilerplate-solid-js",
"version": "1.0.0",
"description": "Solid.js Boilerplate Plugin for Super Productivity",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"package": "node scripts/build-plugin.js",
"deploy": "npm run build"
},
"devDependencies": {
"@solidjs/router": "^0.14.10",
"@super-productivity/plugin-api": "file:../../plugin-api",
"@super-productivity/vite-plugin": "file:../../vite-plugin",
"archiver": "^7.0.1",
"solid-js": "^1.8.18",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-solid": "^2.10.2"
}
}