40 lines
994 B
JSON
40 lines
994 B
JSON
{
|
|
"name": "surge365.massemailreact.client",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"admin-lte": "4.0.0-beta3",
|
|
"bootstrap": "^5.3.3",
|
|
"font-awesome": "^4.7.0",
|
|
"ionicons": "^7.4.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-bootstrap": "^2.10.9",
|
|
"react-icons": "^5.3.0",
|
|
"react-router-dom": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/node": "^22",
|
|
"@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"
|
|
},
|
|
"proxy": "http://localhost:5293"
|
|
}
|