mirror of
https://github.com/luanslimadev/Wand-Enhancer.git
synced 2026-08-28 23:01:14 +00:00
35 lines
922 B
JSON
35 lines
922 B
JSON
{
|
|
"name": "wand-web-panel",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:host": "vite --host 0.0.0.0",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"preview:host": "vite preview --host 0.0.0.0",
|
|
"bridge": "node ./bridge/server.mjs"
|
|
},
|
|
"dependencies": {
|
|
"preact": "^10.27.2",
|
|
"ws": "^8.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@types/node": "^24.12.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.2.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"tailwindcss": "^4.2.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.2"
|
|
}
|
|
} |