70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "evocalculator.client2",
|
|
"version": "0.1.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 --globalTypesFile types/graphql.ts",
|
|
"graphql:schema": "dotenv -e .env.local apollo client:download-schema graphql/crm.schema.graphql",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.7.0",
|
|
"@apollo/client": "^3.6.0",
|
|
"@fontsource/montserrat": "^4.5.12",
|
|
"@tanstack/react-query": "^4.2.3",
|
|
"antd": "^4.21.3",
|
|
"axios": "^0.26.1",
|
|
"dayjs": "^1.11.2",
|
|
"graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0",
|
|
"less": "^4.1.2",
|
|
"less-loader": "^10.2.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mobx": "^6.5.0",
|
|
"mobx-react-lite": "^3.4.0",
|
|
"next": "^12.3.0",
|
|
"next-compose-plugins": "^2.2.1",
|
|
"next-plugin-graphql": "^0.0.2",
|
|
"next-with-less": "^2.0.5",
|
|
"normalize.css": "^8.0.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"rebass": "^4.0.7",
|
|
"sharp": "^0.30.4",
|
|
"styled-components": "^5.3.5",
|
|
"use-debounce": "^8.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/node": "18.7.18",
|
|
"@types/react": "18.0.20",
|
|
"@types/react-dom": "18.0.6",
|
|
"@types/rebass": "^4.0.10",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
"@typescript-eslint/parser": "^5.37.0",
|
|
"apollo": "^2.33.10",
|
|
"dotenv-cli": "^6.0.0",
|
|
"eslint": "8.23.1",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-next": "12.3.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-unicorn": "^43.0.2",
|
|
"husky": "^7.0.4",
|
|
"msw": "^0.39.2",
|
|
"prettier": "2.7.1",
|
|
"typescript": "4.8.3"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
}
|
|
}
|