You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
630 B
26 lines
630 B
{ |
|
"name": "kiddos-frontend", |
|
"version": "1.0.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "tsc && vite build", |
|
"preview": "vite preview", |
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" |
|
}, |
|
"dependencies": { |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-router-dom": "^6.21.1", |
|
"axios": "^1.6.0", |
|
"@types/react": "^18.2.43", |
|
"@types/react-dom": "^18.2.17", |
|
"@types/react-router-dom": "^5.3.3", |
|
"@types/node": "^20.10.5", |
|
"@vitejs/plugin-react": "^4.2.1", |
|
"typescript": "^5.3.3", |
|
"vite": "^5.0.8" |
|
} |
|
} |
|
|
|
|
|
|