{ "name": "ui", "version": "1.0.0", "description": "UI for hyperglass, the modern network looking glass", "author": "Matt Love", "license": "BSD-3-Clause-Clear", "private": true, "scripts": { "lint": "eslint . --ext .ts --ext .tsx", "dev": "node nextdev", "start": "next start", "typecheck": "tsc --noEmit", "format": "prettier -c .", "clean": "rimraf --no-glob ./.next ./out", "check:es:export": "es-check es5 './out/**/*.js' -v", "check:es:build": "es-check es5 './.next/static/**/*.js' -v", "build": "next build && next export -o ../hyperglass/static/ui" }, "browserslist": "> 0.25%, not dead", "dependencies": { "@chakra-ui/react": "^1.1.6", "@emotion/react": "^11.1.4", "@emotion/styled": "^11.0.0", "@hookform/resolvers": "^1.2.0", "@hookstate/core": "^3.0.3", "@hookstate/persistence": "^3.0.0", "@meronex/icons": "^4.0.0", "color2k": "^1.1.1", "dagre": "^0.8.5", "dayjs": "^1.8.25", "framer-motion": "^3.2.2-rc.1", "lodash": "^4.17.15", "next": "^10.0.5", "react": "^17.0.1", "react-countdown": "^2.2.1", "react-device-detect": "^1.15.0", "react-dom": "^17.0.1", "react-fast-compare": "^3.2.0", "react-flow-renderer": "^8.2.3", "react-ga": "^3.3.0", "react-hook-form": "^6.14.2", "react-markdown": "^5.0.3", "react-query": "^3.6.0", "react-select": "^3.1.1", "react-table": "^7.6.2", "string-format": "^2.0.0", "yup": "^0.32.8" }, "devDependencies": { "@hookstate/devtools": "^3.0.0", "@types/dagre": "^0.7.44", "@types/node": "^14.14.17", "@types/react": "^17.0.0", "@types/react-select": "^3.0.28", "@types/react-table": "^7.0.25", "@types/string-format": "^2.0.0", "@types/yup": "^0.29.9", "@typescript-eslint/eslint-plugin": "^4.11.1", "@typescript-eslint/parser": "^4.11.1", "@upstatement/eslint-config": "^0.4.3", "@upstatement/prettier-config": "^0.3.0", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-prettier": "^7.1.0", "eslint-config-react-app": "^5.2.0", "eslint-import-resolver-typescript": "^2.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.3", "eslint-plugin-json": "^2.1.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.3.0", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "express": "^4.17.1", "http-proxy-middleware": "0.20.0", "onchange": "^7.1.0", "prettier": "^2.2.1", "prettier-eslint": "^12.0.0", "typescript": "^4.0.3" } }