unitdc-rs/crates/unitdc-web/ui/package.json

29 lines
739 B
JSON
Raw Normal View History

2023-07-06 04:42:03 -05:00
{
"name": "ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.0"
2023-07-06 04:42:03 -05:00
},
"devDependencies": {
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
2023-07-06 04:42:03 -05:00
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.5.4",
"vite": "^4.5.3"
2023-07-06 04:42:03 -05:00
}
}