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.
29 lines
694 B
29 lines
694 B
{ |
|
"name": "clinic-tests-frontend", |
|
"private": true, |
|
"version": "1.0.0", |
|
"type": "module", |
|
"scripts": { |
|
"dev": "vite", |
|
"build": "vite build", |
|
"preview": "vite preview", |
|
"lint": "eslint src/", |
|
"lint:fix": "eslint src/ --fix", |
|
"format": "prettier --write src/" |
|
}, |
|
"dependencies": { |
|
"react": "^18.3.1", |
|
"react-dom": "^18.3.1", |
|
"react-router-dom": "^6.26.0" |
|
}, |
|
"devDependencies": { |
|
"@types/react": "^18.3.3", |
|
"@types/react-dom": "^18.3.0", |
|
"@vitejs/plugin-react": "^4.3.1", |
|
"eslint": "^8.57.0", |
|
"eslint-plugin-react": "^7.34.4", |
|
"eslint-plugin-react-hooks": "^4.6.2", |
|
"prettier": "^3.3.3", |
|
"vite": "^5.4.0" |
|
} |
|
}
|
|
|