{ "name": "@clan/webview-ui", "version": "0.0.1", "description": "", "type": "module", "scripts": { "start": "vite", "dev": "vite", "build": "npm run check && npm run test && vite build && npm run convert-html", "convert-html": "node gtk.webview.js", "serve": "vite preview", "check": "tsc --noEmit --skipLibCheck && eslint ./src", "test": "vitest run --typecheck" }, "license": "MIT", "devDependencies": { "@eslint/js": "^9.3.0", "@tailwindcss/typography": "^0.5.13", "@types/node": "^20.12.12", "@typescript-eslint/parser": "^7.10.0", "autoprefixer": "^10.4.19", "classnames": "^2.5.1", "daisyui": "^4.11.1", "eslint": "^8.57.0", "eslint-plugin-tailwindcss": "^3.17.0", "jsdom": "^24.1.0", "json-schema-faker": "^0.5.6", "json-schema-to-ts": "^3.1.0", "postcss": "^8.4.38", "postcss-url": "^10.1.3", "prettier": "^3.2.5", "solid-devtools": "^0.29.2", "tailwindcss": "^3.4.3", "typescript": "^5.4.5", "typescript-eslint": "^7.10.0", "vite": "^5.0.11", "vite-plugin-solid": "^2.8.2", "vitest": "^1.6.0" }, "dependencies": { "@modular-forms/solid": "^0.21.0", "@tanstack/solid-query": "^5.44.0", "material-icons": "^1.13.12", "solid-js": "^1.8.11", "solid-toast": "^0.5.0" } }