You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
423 B

{
"name": "panel",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-css-injected-by-js": "^3.1.0",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@tauri-apps/api": "^1.3.0",
"solid-js": "^1.7.5"
}
}