@syngrisi/syngrisi
Version:
Syngrisi - Visual Testing Tool
59 lines (58 loc) • 1.95 kB
JSON
{
"name": "syngrisi-ui-app",
"version": "1.0.0",
"description": "ui for Syngrisi",
"main": "stub.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Viktar Silakou",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.0",
"@mantine/core": "^5.9.5",
"@mantine/dates": "^5.9.5",
"@mantine/form": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@mantine/modals": "^5.9.5",
"@mantine/notifications": "^5.9.5",
"@mantine/nprogress": "^5.9.5",
"@mantine/spotlight": "^5.9.5",
"@mantine/styles": "^5.9.5",
"@popperjs/core": "^2.11.6",
"@tabler/icons": "^1.91.0",
"@tanstack/react-query": "^4.2.3",
"@tanstack/react-query-devtools": "^4.2.3",
"@types/bootstrap": "^5.2.3",
"date-fns": "^2.29.3",
"dayjs": "^1.11.5",
"fabric": "^5.2.4",
"jquery": "^3.6.1",
"ky": "^1.8.1",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.4.0",
"react-router-dom": "^6.3.0",
"use-query-params": "^2.1.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0",
"@vitejs/plugin-react": "^2.0.1",
"eslint": "^8.23.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^4.8.2",
"vite": "^3.0.9"
}
}