litmus/litmus-portal/frontend/package.json

118 lines
3.3 KiB
JSON

{
"name": "litmus-portal",
"version": "0.1.0",
"homepage": "https://litmus-portal.com",
"scripts": {
"start": "react-scripts start",
"build": "cross-env NODE_PATH=src react-scripts build",
"test": "cypress run",
"eject": "react-scripts eject",
"lint": "eslint . --ext .js,.tsx,.ts",
"format": "prettier --write \"src/**/*.+(ts|tsx|js|jsx|json)\" && eslint --fix . --ext .js,.tsx,.ts",
"unit:ci": "cypress run --config video=false"
},
"dependencies": {
"@apollo/client": "^3.1.2",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"ace-builds": "^1.4.12",
"brace": "^0.11.1",
"cronstrue": "^1.100.0",
"d3": "^5.16.0",
"dagre-d3": "^0.6.4",
"date-fns": "^2.14.0",
"graphql": "^15.3.0",
"html2canvas": "^1.0.0-rc.7",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-http-backend": "^1.0.19",
"js-yaml": "^3.14.0",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.1.1",
"jspdf-autotable": "^3.5.13",
"litmus-ui": "^1.0.3",
"localforage": "^1.7.3",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"plotly.js": "^1.58.4",
"prop-types": "^15.7.2",
"rc-progress": "^3.0.0",
"react": "^16.9.0",
"react-ace": "^9.2.1",
"react-date-range": "^1.0.3",
"react-dom": "^16.9.0",
"react-google-charts": "^3.0.15",
"react-i18next": "^11.7.2",
"react-plotly.js": "^2.4.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"react-simple-maps": "^2.1.2",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"subscriptions-transport-ws": "^0.9.17",
"uuid": "^8.3.1",
"yaml": "^1.10.0"
},
"lint-staged": {
"src/**/*.+(js|jsx|ts|tsx)": [
"npm run format",
"git add"
],
"src/**/*.+(json|md)": [
"npm run format"
],
"src/**/*.+(css|scss)": [
"npm run format"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/d3": "^5.7.2",
"@types/dagre-d3": "^0.4.39",
"@types/js-yaml": "^3.12.5",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.161",
"@types/plotly.js": "^1.50.15",
"@types/react": "^16.9.19",
"@types/react-date-range": "^0.95.1",
"@types/react-dom": "^16.9.5",
"@types/react-plotly.js": "^2.2.4",
"@types/react-redux": "^7.1.7",
"@types/react-router-dom": "^5.1.3",
"@types/react-simple-maps": "^1.0.3",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"cross-env": "^5.2.0",
"cypress": "^5.6.0",
"cypress-react-unit-test": "^4.11.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.1",
"eslint-plugin-react-hooks": "^2.5.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.6",
"prettier": "^2.0.5",
"typescript": "^3.7.5"
}
}