{ "name": "frontend", "version": "2.8.2", "private": true, "scripts": { "start": "vite", "build": "npm run typecheck && vite build", "serve": "vite preview", "typecheck": "tsc --noemit", "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx", "lint:fix": "npm run lint --fix", "pretty": "prettier --write \"src/**/*.{ts,tsx}\"" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "src/**/*.{ts,tsx}": [ "npm run pretty", "npm run lint:fix" ] }, "prettier": { "printWidth": 120 }, "dependencies": { "@blueprintjs/core": "^4.20.1", "@blueprintjs/icons": "^4.16.0", "@blueprintjs/select": "^4.9.22", "classnames": "^2.2.6", "connected-react-router": "^6.5.2", "cross-fetch": "^3.0.6", "cytoscape": "^3.16.1", "cytoscape-popper": "^1.0.7", "inflection": "^1.12.0", "lodash": "^4.17.20", "moment": "^2.29.1", "normalize.css": "^8.0.0", "numeral": "^2.0.6", "react": "^16.10.2", "react-dom": "^16.10.2", "react-redux": "^7.2.1", "react-router-dom": "^5.2.0", "react-virtualized": "^9.22.2", "redux": "^4.0.4", "redux-thunk": "^2.3.0", "sanitize-html": "^2.0.0", "styled-components": "^5.2.0", "tippy.js": "^4.3.5" }, "devDependencies": { "@types/classnames": "^2.2.9", "@types/cytoscape": "^3.14.7", "@types/inflection": "^1.5.28", "@types/jest": "^26.0.14", "@types/lodash": "^4.14.161", "@types/node": "^14.11.5", "@types/numeral": "^0.0.28", "@types/react": "^16.9.51", "@types/react-axe": "^3.1.0", "@types/react-dom": "^16.9.8", "@types/react-redux": "^7.1.9", "@types/react-router-dom": "^5.1.6", "@types/sanitize-html": "^1.27.0", "@types/styled-components": "5.1.3", "@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/parser": "^5.59.9", "@vitejs/plugin-react": "^4.0.0", "eslint": "^8.42.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^4.3.0", "lint-staged": "^10.4.0", "prettier": "^2.1.2", "typescript": "^5.1.3", "vite": "^4.3.9", "vite-plugin-svgr": "^3.2.0" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ] }