{ "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": { "dev": "node nextdev", "build": "next build && next export -o ../hyperglass/static/ui", "start": "next start", "clean": "rimraf --no-glob ./.next ./out", "check:es:build": "es-check es5 './.next/static/**/*.js' -v", "check:es:export": "es-check es5 './out/**/*.js' -v" }, "browserslist": "> 0.25%, not dead", "dependencies": { "@chakra-ui/react": "^1.0.1", "@emotion/react": "^11.1.1", "@emotion/styled": "^11.0.0", "@hookstate/core": "^3.0.1", "@hookstate/persistence": "^3.0.0", "@meronex/icons": "^4.0.0", "add": "^2.0.6", "axios": "^0.19.2", "axios-hooks": "^1.9.0", "chroma-js": "^2.1.0", "dayjs": "^1.8.25", "framer-motion": "^2.9.4", "lodash": "^4.17.15", "next": "^9.5.4", "react": "16.14.0", "react-countdown": "^2.2.1", "react-dom": "16.14.0", "react-hook-form": "^5.7", "react-markdown": "^4.3.1", "react-select": "^3.0.8", "react-string-replace": "^0.4.4", "react-table": "^7.6.2", "string-format": "^2.0.0", "tempy": "^0.5.0", "yarn": "^1.22.10", "yup": "^0.28.3" }, "devDependencies": { "@types/node": "^14.11.10", "@types/react-select": "^3.0.22", "@types/react-table": "^7.0.25", "@types/string-format": "^2.0.0", "@typescript-eslint/eslint-plugin": "^2.24.0", "@typescript-eslint/parser": "^2.24.0", "@upstatement/eslint-config": "^0.4.3", "@upstatement/prettier-config": "^0.3.0", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-react-app": "^5.2.0", "eslint-import-resolver-typescript": "^2.3.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^2.3.0", "express": "^4.17.1", "http-proxy-middleware": "0.20.0", "prettier": "2.0", "typescript": "^4.0.3" } }