clan-core/pkgs/webview-ui/app/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

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