This repository has been archived on 2025-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
EvoCalculator/package.json
Chika 204f9c077d build: reduce bundle size
refactor dependencies imports to reduce bundle size
2021-04-27 11:37:12 +03:00

79 lines
2.0 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",
"babel-plugin-transform-imports": "^2.0.0",
"craco-antd": "^1.19.0",
"dayjs": "^1.10.4",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"mobx": "^6.1.8",
"mobx-react-lite": "^3.2.0",
"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",
"rebass": "^4.0.7",
"styled-components": "^5.2.3",
"typescript": "^4.2.4",
"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/pluralize": "^0.0.29",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/rebass": "^4.0.8",
"@types/styled-components": "^5.1.9",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"source-map-explorer": "^2.5.2"
},
"scripts": {
"test": "craco test",
"eject": "react-scripts eject",
"start": "craco start",
"build": "craco build",
"eslint": "eslint ./src",
"eslint:fix": "eslint ./src --fix",
"commit": "git-cz",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"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"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}