6f33cc5799
fixes issue #7 & #9 also remove agGrid dependency from package.json to reduce download size
119 lines
3.8 KiB
JSON
119 lines
3.8 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.0.0-rc.8",
|
|
"@apollo/react-common": "^3.1.4",
|
|
"@apollo/react-hooks": "^3.1.3",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.27",
|
|
"@fortawesome/free-brands-svg-icons": "^5.12.1",
|
|
"@fortawesome/free-regular-svg-icons": "^5.12.1",
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.8",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/axios": "^0.14.0",
|
|
"@types/color": "^3.0.1",
|
|
"@types/date-fns": "^2.6.0",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/jwt-decode": "^2.2.1",
|
|
"@types/lodash": "^4.14.149",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^16.9.21",
|
|
"@types/react-beautiful-dnd": "^12.1.1",
|
|
"@types/react-datepicker": "^2.11.0",
|
|
"@types/react-dom": "^16.9.5",
|
|
"@types/react-router": "^5.1.4",
|
|
"@types/react-router-dom": "^5.1.3",
|
|
"@types/react-select": "^3.0.13",
|
|
"@types/styled-components": "^5.0.0",
|
|
"apollo-cache-inmemory": "^1.6.5",
|
|
"apollo-client": "^2.6.8",
|
|
"apollo-link": "^1.2.13",
|
|
"apollo-link-error": "^1.1.12",
|
|
"apollo-link-http": "^1.5.16",
|
|
"apollo-link-state": "^0.4.2",
|
|
"apollo-utilities": "^1.3.3",
|
|
"axios": "^0.19.2",
|
|
"axios-auth-refresh": "^2.2.7",
|
|
"color": "^3.1.2",
|
|
"date-fns": "^2.14.0",
|
|
"graphql": "^15.0.0",
|
|
"graphql-tag": "^2.10.3",
|
|
"history": "^4.10.1",
|
|
"immer": "^6.0.3",
|
|
"jwt-decode": "^2.2.0",
|
|
"lodash": "^4.17.15",
|
|
"moment": "^2.24.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.12.0",
|
|
"react-autosize-textarea": "^7.0.0",
|
|
"react-beautiful-dnd": "^13.0.0",
|
|
"react-datepicker": "^2.14.1",
|
|
"react-dom": "^16.12.0",
|
|
"react-hook-form": "^6.0.6",
|
|
"react-markdown": "^4.3.1",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.4.0",
|
|
"react-select": "^3.1.0",
|
|
"styled-components": "^5.0.1",
|
|
"typescript": "~3.7.2"
|
|
},
|
|
"proxy": "http://localhost:3333",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"build-storybook": "build-storybook -s public",
|
|
"generate": "graphql-codegen",
|
|
"lint": "eslint --ext js,ts,tsx src"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^1.13.2",
|
|
"@graphql-codegen/typescript": "^1.13.2",
|
|
"@graphql-codegen/typescript-operations": "^1.13.2",
|
|
"@graphql-codegen/typescript-react-apollo": "^1.13.2",
|
|
"@storybook/addon-actions": "^5.3.13",
|
|
"@storybook/addon-links": "^5.3.13",
|
|
"@storybook/addon-backgrounds": "^5.3.17",
|
|
"@storybook/addon-docs": "^5.3.17",
|
|
"@storybook/addon-knobs": "^5.3.17",
|
|
"@storybook/addon-storysource": "^5.3.17",
|
|
"@storybook/addon-viewport": "^5.3.17",
|
|
"@storybook/addons": "^5.3.13",
|
|
"@storybook/preset-create-react-app": "^1.5.2",
|
|
"@storybook/react": "^5.3.13",
|
|
"@typescript-eslint/eslint-plugin": "^2.20.0",
|
|
"@typescript-eslint/parser": "^2.20.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.0.1",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-react": "^7.18.3",
|
|
"eslint-plugin-react-hooks": "^1.7.0",
|
|
"prettier": "^1.19.1"
|
|
}
|
|
}
|