65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "front-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/react": "^12.1.3",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.21",
|
|
"@types/react": "^17.0.39",
|
|
"@types/react-dom": "^17.0.13",
|
|
"axios": "^0.26.0",
|
|
"cross-env": "^7.0.3",
|
|
"immutable": "^4.0.0",
|
|
"open-color": "^1.9.1",
|
|
"react": "^17.0.2",
|
|
"react-click-outside": "^3.0.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-immutable-proptypes": "^2.2.0",
|
|
"react-redux": "^7.2.6",
|
|
"react-router-dom": "^6.2.2",
|
|
"react-scripts": "5.0.0",
|
|
"react-textarea-autosize": "^8.3.3",
|
|
"react-transition-group": "^4.4.2",
|
|
"redux": "^4.1.2",
|
|
"redux-actions": "^2.6.5",
|
|
"redux-pender": "^2.0.12",
|
|
"styled-components": "^5.3.3",
|
|
"typescript": "^4.6.2",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env NODE_PATH=src react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "jest --watch",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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/enzyme": "^3.10.11",
|
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
|
|
"enzyme": "^3.11.0",
|
|
"jest": "^27.5.1"
|
|
}
|
|
}
|