mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
82 lines
2.6 KiB
JSON
Vendored
82 lines
2.6 KiB
JSON
Vendored
{
|
|
"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.5.2",
|
|
"@emotion/react": "^11.1.5",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@hookform/resolvers": "1.3.0",
|
|
"@hookstate/core": "^3.0.7",
|
|
"@hookstate/persistence": "^3.0.0",
|
|
"@meronex/icons": "^4.0.0",
|
|
"dagre": "^0.8.5",
|
|
"dayjs": "^1.10.4",
|
|
"framer-motion": "^4.1.8",
|
|
"lodash": "^4.17.15",
|
|
"next": "^10.1.3",
|
|
"palette-by-numbers": "^0.1.5",
|
|
"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": "^8.2.3",
|
|
"react-ga": "^3.3.0",
|
|
"react-hook-form": "^6.15.4",
|
|
"react-markdown": "^5.0.3",
|
|
"react-query": "^3.6.0",
|
|
"react-select": "^4.1.0",
|
|
"react-table": "^7.6.2",
|
|
"remark-gfm": "^1.0.0",
|
|
"string-format": "^2.0.0",
|
|
"vest": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@hookstate/devtools": "^3.0.0",
|
|
"@types/dagre": "^0.7.44",
|
|
"@types/node": "^14.14.17",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-select": "^4.0.13",
|
|
"@types/react-table": "^7.0.25",
|
|
"@types/string-format": "^2.0.0",
|
|
"@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"
|
|
}
|
|
}
|