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.
31 lines
813 B
31 lines
813 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": { |
|
"@types/node": "^20.10.5", |
|
"@types/react": "^18.2.43", |
|
"@types/react-dom": "^18.2.17", |
|
"@types/react-router-dom": "^5.3.3", |
|
"@vitejs/plugin-react": "^4.2.1", |
|
"axios": "^1.6.0", |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0", |
|
"react-router-dom": "^6.21.1", |
|
"typescript": "^5.3.3", |
|
"vite": "^5.0.8" |
|
}, |
|
"devDependencies": { |
|
"@tailwindcss/postcss": "^4.1.17", |
|
"autoprefixer": "^10.4.22", |
|
"postcss": "^8.5.6", |
|
"tailwindcss": "^4.1.17", |
|
"tw-animate-css": "^1.4.0" |
|
} |
|
}
|
|
|