monorepo/visions/ui/package.json

30 lines
681 B
JSON
Raw Normal View History

2025-02-13 14:54:09 +00:00
{
2025-02-14 00:01:21 +00:00
"name": "visions-ui",
2025-02-13 14:54:09 +00:00
"private": true,
2025-02-14 00:01:21 +00:00
"version": "0.0.0",
"type": "module",
2025-02-13 14:54:09 +00:00
"scripts": {
2025-02-14 00:01:21 +00:00
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
2025-02-13 14:54:09 +00:00
},
2025-02-14 00:01:21 +00:00
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
2025-02-13 14:54:09 +00:00
},
2025-02-14 00:01:21 +00:00
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
2025-02-13 14:54:09 +00:00
}
}