37 lines
980 B
JSON
37 lines
980 B
JSON
{
|
|
"name": "codered-astra",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"host": "vite --host 0.0.0.0 --port 3000",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"format": "prettier --write \"**/*.{js,jsx,md}\""
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@google/generative-ai": "^0.21.0",
|
|
"axios": "^1.7.7",
|
|
"lucide-react": "^0.546.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.28.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.14.0",
|
|
"eslint-plugin-react": "^7.37.2",
|
|
"eslint-plugin-react-hooks": "^5.0.0",
|
|
"eslint-plugin-react-refresh": "^0.4.14",
|
|
"postcss": "^8.4.47",
|
|
"prettier": "^3.3.3",
|
|
"tailwindcss": "^3.4.14",
|
|
"vite": "^5.4.10",
|
|
"vite-jsconfig-paths": "^2.0.1"
|
|
}
|
|
}
|