1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
thatmattlove 082c4175f4 Add UI tests
2021-09-21 10:12:07 -07:00

83 lines
2.5 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 .",
"build": "next build && next export -o ../hyperglass/static/ui",
"test": "jest"
},
"browserslist": "> 0.25%, not dead",
"dependencies": {
"@chakra-ui/react": "^1.6.3",
"@choc-ui/chakra-autocomplete": "^4.5.10",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@hookform/devtools": "^3.1.0",
"@hookform/resolvers": "^2.5.1",
"@meronex/icons": "^4.0.0",
"dagre": "^0.8.5",
"dayjs": "^1.10.4",
"framer-motion": "^4.1.17",
"lodash": "^4.17.21",
"next": "^11.1.2",
"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-ga": "^3.3.0",
"react-hook-form": "^7.7.0",
"react-markdown": "^5.0.3",
"react-query": "^3.16.0",
"react-select": "^4.3.1",
"react-table": "^7.7.0",
"remark-gfm": "^1.0.0",
"string-format": "^2.0.0",
"vest": "^3.2.3",
"zustand": "^3.5.10"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@types/dagre": "^0.7.44",
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/react-select": "^4.0.15",
"@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",
"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"
}
}