deepsite-ai-builder / frontend /package.json
Vehicoule's picture
# DeepSite - Complete Project Setup
83cb890 verified
Invalid JSON: Unexpected token '`', "```json { "... is not valid JSON
```json
{
"name": "deepsite-frontend",
"version": "1.0.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"lucide-react": "^0.263.1",
"axios": "^1.5.0",
"tailwindcss": "^3.3.0",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.27",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^20.5.0"
}
}
```