ui/apps/showcase/package.json
Alois 7194ba72fd
All checks were successful
/ deploy-and-package (push) Successful in 1m19s
feat(deps): add dep build workflow
2026-08-09 22:34:19 +02:00

33 lines
872 B
JSON

{
"name": "@methanium/ui-showcase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@methanium/ui": "workspace:*",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.3",
"@typescript/native": "npm:typescript@^7.0.2",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"eslint": "^10.8.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.9.0",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-eslint": "^8.66.0",
"vite": "^8.2.1"
}
}