mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
93 lines
2.9 KiB
JSON
Vendored
93 lines
2.9 KiB
JSON
Vendored
{
|
|
"version": "2.0.0-dev",
|
|
"name": "ui",
|
|
"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 --config ./.prettierrc -c -w .",
|
|
"format:check": "prettier --config ./.prettierrc -c .",
|
|
"build": "export NODE_OPTIONS=--openssl-legacy-provider; next build && next export -o ../hyperglass/static/ui",
|
|
"test": "jest"
|
|
},
|
|
"browserslist": "> 0.25%, not dead",
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^1.7.2",
|
|
"@emotion/react": "^11.7.0",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@hookform/devtools": "^4.0.1",
|
|
"@hookform/resolvers": "^2.8.4",
|
|
"dagre": "^0.8.5",
|
|
"dayjs": "^1.10.4",
|
|
"framer-motion": "^5.4.1",
|
|
"lodash": "^4.17.21",
|
|
"merge-anything": "^4.0.1",
|
|
"next": "12",
|
|
"palette-by-numbers": "^0.1.5",
|
|
"plur": "^4.0.0",
|
|
"react": "^17.0.2",
|
|
"react-countdown": "^2.2.1",
|
|
"react-device-detect": "^1.15.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-fast-compare": "^3.2.0",
|
|
"react-flow-renderer": "^9.6.0",
|
|
"react-hook-form": "^7.21.0",
|
|
"react-icons": "^4.3.1",
|
|
"react-if": "^4.1.1",
|
|
"react-markdown": "^5.0.3",
|
|
"react-query": "^3.16.0",
|
|
"react-select": "^5.2.1",
|
|
"react-string-replace": "^v0.5.0",
|
|
"react-table": "^7.7.0",
|
|
"remark-gfm": "^1.0.0",
|
|
"string-format": "^2.0.0",
|
|
"vest": "^3.2.8",
|
|
"zustand": "^3.6.6"
|
|
},
|
|
"resolutions": {
|
|
"react-select/@emotion/react": "^11.7.0",
|
|
"@hookform/devtools/@emotion/react": "^11.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/react-hooks": "^7.0.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/dagre": "^0.7.44",
|
|
"@types/express": "^4.17.13",
|
|
"@types/lodash": "^4.14.177",
|
|
"@types/node": "^14.14.41",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-table": "^7.7.1",
|
|
"@types/string-format": "^2.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.31.0",
|
|
"@typescript-eslint/parser": "^4.31.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^27.2.1",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-import-resolver-typescript": "^2.4.0",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-json": "^3.1.0",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.25.1",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"express": "^4.17.1",
|
|
"http-proxy-middleware": "0.20.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"jest": "^27.2.1",
|
|
"prettier": "^2.3.2",
|
|
"prettier-eslint": "^13.0.0",
|
|
"react-test-renderer": "^17.0.2",
|
|
"type-fest": "^2.3.2",
|
|
"typescript": "^4.4.2"
|
|
}
|
|
}
|