This repository has been archived on 2023-07-12. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files

33 lines
797 B
JSON

{
"name": "02-basic-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint --ext .jsx --fix src",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"eslint": "^8.23.0",
"eslint-plugin-react": "^7.31.1",
"jsdom": "^20.0.0",
"vite": "^3.0.7",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^0.22.1"
}
}