mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 14:53:52 +03:00
84a27b148f
* Added a new eslint plugin in TypeScript for Effect components * Fixed edge cases * Fixed lint * Fix eslint --------- Co-authored-by: Charles Bochet <charles@twenty.com>
198 lines
6.3 KiB
JSON
198 lines
6.3 KiB
JSON
{
|
|
"name": "twenty",
|
|
"version": "0.1.3",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@air/react-drag-to-select": "^5.0.8",
|
|
"@apollo/client": "3.7.17",
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@blocknote/core": "^0.8.2",
|
|
"@blocknote/react": "^0.8.2",
|
|
"@chakra-ui/accordion": "^2.3.0",
|
|
"@chakra-ui/system": "^2.6.0",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@floating-ui/react": "^0.24.3",
|
|
"@hello-pangea/dnd": "^16.2.0",
|
|
"@hookform/resolvers": "^3.1.1",
|
|
"@tabler/icons-react": "^2.30.0",
|
|
"@tanstack/react-virtual": "^3.0.0-alpha.0",
|
|
"@types/node": "^16.18.4",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@types/react-helmet-async": "^1.0.3",
|
|
"@types/react-modal": "^3.16.0",
|
|
"afterframe": "^1.0.2",
|
|
"apollo-link-rest": "^0.9.0",
|
|
"apollo-upload-client": "^17.0.0",
|
|
"cmdk": "^0.2.0",
|
|
"date-fns": "^2.30.0",
|
|
"deep-equal": "^2.2.2",
|
|
"framer-motion": "^10.12.17",
|
|
"graphql": "^16.6.0",
|
|
"hex-rgb": "^5.0.0",
|
|
"immer": "^10.0.2",
|
|
"js-cookie": "^3.0.5",
|
|
"js-levenshtein": "^1.1.6",
|
|
"jwt-decode": "^3.1.2",
|
|
"libphonenumber-js": "^1.10.26",
|
|
"lodash.debounce": "^4.0.8",
|
|
"luxon": "^3.3.0",
|
|
"react": "^18.2.0",
|
|
"react-data-grid": "7.0.0-beta.13",
|
|
"react-datepicker": "^4.11.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-helmet-async": "^1.3.0",
|
|
"react-hook-form": "^7.45.1",
|
|
"react-hotkeys-hook": "^4.4.0",
|
|
"react-loading-skeleton": "^3.3.1",
|
|
"react-phone-number-input": "^3.3.4",
|
|
"react-responsive": "^9.0.2",
|
|
"react-router-dom": "^6.4.4",
|
|
"react-select-event": "^5.5.1",
|
|
"react-textarea-autosize": "^8.4.1",
|
|
"react-tooltip": "^5.13.1",
|
|
"recoil": "^0.7.7",
|
|
"scroll-into-view": "^1.16.2",
|
|
"ts-key-enum": "^2.0.12",
|
|
"type-fest": "^4.1.0",
|
|
"url": "^0.11.1",
|
|
"uuid": "^9.0.0",
|
|
"web-vitals": "^2.1.4",
|
|
"xlsx-ugnis": "^0.19.3",
|
|
"yup": "^1.2.0"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=3001 craco start --max-warnings=0",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"coverage": "craco test --coverage .",
|
|
"lint": "eslint src --max-warnings=0",
|
|
"lint:setup": "cd ../packages/eslint-plugin-twenty-ts/ && yarn && yarn build && cd ../../front/ && yarn upgrade eslint-plugin-twenty-ts",
|
|
"storybook:dev": "storybook dev -p 6006 -s ../public",
|
|
"storybook:test": "test-storybook",
|
|
"storybook:test-slow": "test-storybook --maxWorkers=3",
|
|
"storybook:build": "storybook build -s public",
|
|
"storybook:coverage": "test-storybook --coverage --maxWorkers=3 && npx nyc report --reporter=lcov -t coverage/storybook --report-dir coverage/storybook --check-coverage",
|
|
"graphql:generate": "dotenv cross-var graphql-codegen --config codegen.js",
|
|
"chromatic": "dotenv cross-var npx chromatic --project-token=$CHROMATIC_PROJECT_TOKEN",
|
|
"install": "yarn lint:setup"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": [
|
|
"**/*.stories.*"
|
|
],
|
|
"rules": {
|
|
"import/no-anonymous-default-export": "off"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"overrides": {
|
|
"react-refresh": "0.14.0"
|
|
},
|
|
"jest": {
|
|
"testMatch": [
|
|
"<rootDir>/**/*.test.ts",
|
|
"<rootDir>/**/*.test.tsx"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@craco/craco": "^7.1.0",
|
|
"@graphql-codegen/cli": "^3.3.1",
|
|
"@graphql-codegen/typescript": "^3.0.4",
|
|
"@graphql-codegen/typescript-operations": "^3.0.4",
|
|
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
|
|
"@storybook/addon-actions": "^7.0.22",
|
|
"@storybook/addon-coverage": "^0.0.8",
|
|
"@storybook/addon-essentials": "^7.0.22",
|
|
"@storybook/addon-interactions": "^7.0.22",
|
|
"@storybook/addon-links": "^7.0.22",
|
|
"@storybook/addon-styling": "^1.3.0",
|
|
"@storybook/jest": "^0.1.0",
|
|
"@storybook/node-logger": "^7.0.22",
|
|
"@storybook/react": "^7.0.22",
|
|
"@storybook/react-webpack5": "^7.0.22",
|
|
"@storybook/test-runner": "^0.10.0",
|
|
"@storybook/testing-library": "^0.1.0",
|
|
"@svgr/webpack": "^8.0.1",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/apollo-upload-client": "^17.0.2",
|
|
"@types/deep-equal": "^1.0.1",
|
|
"@types/intl-tel-input": "^18.1.1",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/js-cookie": "^3.0.3",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"@types/luxon": "^3.3.0",
|
|
"@types/react-datepicker": "^4.11.2",
|
|
"@types/scroll-into-view": "^1.16.0",
|
|
"@types/uuid": "^9.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
|
"@typescript-eslint/utils": "^6.7.0",
|
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
"chromatic": "^6.18.0",
|
|
"concurrently": "^8.0.1",
|
|
"cross-var": "^1.1.0",
|
|
"dotenv-cli": "^7.2.1",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-config-standard-with-typescript": "^23.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.5.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.31.11",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"eslint-plugin-storybook": "^0.6.12",
|
|
"eslint-plugin-twenty": "file:../packages/eslint-plugin-twenty",
|
|
"eslint-plugin-twenty-ts": "file:../packages/eslint-plugin-twenty-ts",
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
|
"http-server": "^14.1.1",
|
|
"mock-apollo-client": "^1.2.1",
|
|
"msw": "1.2.1",
|
|
"msw-storybook-addon": "^1.8.0",
|
|
"prettier": "^2.8.0",
|
|
"prop-types": "^15.8.1",
|
|
"react-scripts": "5.0.1",
|
|
"storybook": "^7.0.22",
|
|
"storybook-addon-cookie": "^3.0.1",
|
|
"storybook-addon-pseudo-states": "^2.1.0",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^4.9.3",
|
|
"webpack": "^5.75.0"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
},
|
|
"nyc": {
|
|
"statements": 60,
|
|
"lines": 60,
|
|
"functions": 60,
|
|
"exclude": [
|
|
"src/generated/**/*"
|
|
]
|
|
}
|
|
}
|