mirror of
https://github.com/ershisan99/cards-front.git
synced 2025-12-16 12:32:57 +00:00
62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "vite-template-redux",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint .",
|
|
"type-check": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.11.16",
|
|
"@mui/material": "^5.13.2",
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"axios": "^1.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-redux": "^8.0.1",
|
|
"react-router-dom": "^6.11.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^9.2.0",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.2.5",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jsdom": "^21.1.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-config-nick": "^1.0.2",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.0.0",
|
|
"vitest": "^0.30.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
],
|
|
"plugins": [
|
|
"prettier"
|
|
],
|
|
"rules": {
|
|
"prettier/prettier": "error",
|
|
"react/jsx-no-target-blank": "off"
|
|
}
|
|
},
|
|
"prettier": "prettier-config-nick"
|
|
}
|