matrix-veles/webui/package.json

68 lines
1.8 KiB
JSON

{
"name": "webui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fontsource/exo-2": "^4.5.9",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.0.0",
"@types/node": "^18.7.15",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/react-redux": "^7.1.24",
"@types/react-relay": "^13.0.1",
"@types/react-table": "^7.7.12",
"@types/relay-runtime": "^13.0.2",
"axios": "^0.27.2",
"hamburger-react": "^2.5.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-http-backend": "^1.4.1",
"i18next-parser": "^6.5.0",
"lucide-react": "^0.88.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.18.5",
"react-redux": "^8.0.2",
"react-relay": "^13.2.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"sass": "^1.54.8",
"typescript": "~4.8.2"
},
"scripts": {
"start": "yarn run relay && react-scripts start",
"build": "yarn run relay && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"extract-translations": "i18next --fail-on-warnings",
"relay": "yarn run relay-compiler $@"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-plugin-relay": "^14.1.0",
"graphql": "^16.3.0",
"relay-compiler": "^13.2.0"
},
"proxy": "http://localhost:8123"
}