1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
2021-01-01 02:13:03 -07:00

69 lines
2.1 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": {
"dev": "node nextdev",
"build": "next build && next export -o ../hyperglass/static/ui",
"start": "next start",
"clean": "rimraf --no-glob ./.next ./out",
"typecheck": "tsc",
"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.1.0",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@hookform/resolvers": "^1.2.0",
"@hookstate/core": "^3.0.1",
"@hookstate/persistence": "^3.0.0",
"@meronex/icons": "^4.0.0",
"color2k": "^1.1.1",
"dayjs": "^1.8.25",
"framer-motion": "^3.1.1",
"lodash": "^4.17.15",
"next": "^10.0.4",
"react": "^17.0.1",
"react-countdown": "^2.2.1",
"react-dom": "^17.0.1",
"react-fast-compare": "^3.2.0",
"react-flow-renderer": "^8.2.3",
"react-hook-form": "^6.13.1",
"react-markdown": "^4.3.1",
"react-query": "^3.5.6",
"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/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": "^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"
}
}