73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "evocalculator.client",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.6.2",
|
|
"@apollo/client": "^3.3.13",
|
|
"@babel/code-frame": "^7.10.4",
|
|
"@babel/helper-split-export-declaration": "^7.11.0",
|
|
"@craco/craco": "^6.1.1",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"antd": "^4.15.0",
|
|
"axios": "^0.21.1",
|
|
"craco-less": "^1.17.1",
|
|
"graphql": "^15.5.0",
|
|
"js-cookie": "^2.2.1",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^1.26.0",
|
|
"mobx": "^6.1.8",
|
|
"mobx-react-lite": "^3.2.0",
|
|
"normalize.css": "^8.0.1",
|
|
"pluralize": "^8.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^4.0.3",
|
|
"styled-components": "^5.2.3",
|
|
"styled-system": "^5.1.5",
|
|
"typescript": "^4.2.3",
|
|
"use-debounce": "^6.0.1",
|
|
"uuid": "^8.3.2",
|
|
"validator": "^13.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.15",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/luxon": "^1.26.3",
|
|
"@types/pluralize": "^0.0.29",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/styled-components": "^5.1.9",
|
|
"@types/styled-system": "^5.1.11",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"eslint": "^7.24.0",
|
|
"eslint-plugin-react": "^7.23.2"
|
|
},
|
|
"scripts": {
|
|
"test": "craco test",
|
|
"eject": "react-scripts eject",
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"eslint": "eslint ./src",
|
|
"eslint:fix": "eslint ./src --fix"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|