28 lines
588 B
JSON
28 lines
588 B
JSON
{
|
|
"name": "u17_validator",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.8",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-icons": "^5.7.0",
|
|
"react-router-dom": "^7.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@vitejs/plugin-react": "^6.0.5",
|
|
"oxlint": "^1.78.0",
|
|
"sass-embedded": "^1.100.0",
|
|
"vite": "^8.2.1"
|
|
}
|
|
}
|