EvoCalculator.Client2/package.json
Chika a978969aa1 antd: support react 18
fix empty InputNumber value bug
2022-05-19 15:20:32 +03:00

64 lines
1.8 KiB
JSON

{
"name": "evocalculator.client2",
"version": "2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint -- --fix",
"prettier": "prettier --write .",
"precommit": "yarn prettier && yarn lint:fix",
"graphql:codegen": "apollo client:codegen --target typescript",
"graphql:schema": "apollo client:download-schema graphql/crm.schema.graphql",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.6.0",
"antd": "^4.20.5",
"axios": "^0.26.1",
"graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"lodash": "^4.17.21",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.4.0",
"next": "^12.1.6",
"next-compose-plugins": "^2.2.1",
"next-plugin-graphql": "^0.0.2",
"next-with-less": "^2.0.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rebass": "^4.0.7",
"sharp": "^0.30.4",
"styled-components": "^5.3.5",
"use-debounce": "^8.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"@types/rebass": "^4.0.10",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"apollo": "^2.33.10",
"eslint": "8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"msw": "^0.39.2",
"prettier": "2.6.2",
"typescript": "4.6.3"
},
"msw": {
"workerDirectory": "public"
}
}