74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"name": "peddlers-client",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"proxy": "http://peddlers-of-ketran:8930",
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.13.7",
|
|
"@mui/material": "^5.13.7",
|
|
"@mui/styles": "^5.13.3",
|
|
"@mui/utils": "^5.13.7",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"ajv": "^8.12.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"http-proxy-middleware": "^2.0.3",
|
|
"moment": "^2.29.1",
|
|
"moment-timezone": "^0.5.34",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-moment": "^1.1.1",
|
|
"react-movable": "^3.0.4",
|
|
"react-moveable": "^0.31.1",
|
|
"react-router-dom": "^6.14.1",
|
|
"react-scripts": "5.0.1",
|
|
"socket.io-client": "^4.4.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "HTTPS=true react-scripts start",
|
|
"build": "export $(cat ../.env | xargs) && react-scripts build",
|
|
"test": "export $(cat ../.env | xargs) && react-scripts test",
|
|
"eject": "export $(cat ../.env | xargs) && react-scripts eject",
|
|
"type-check": "tsc --project tsconfig.json --noEmit",
|
|
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --max-warnings=0",
|
|
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix"
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,jsx,ts,tsx}": [
|
|
"npm run lint:fix"
|
|
]
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.22",
|
|
"@types/react-dom": "^18.2.7",
|
|
"typescript": "^5.3.3"
|
|
}
|
|
}
|