Files
matrix-authentication-service/frontend/package.json
T
2023-07-27 17:48:03 +02:00

83 lines
2.7 KiB
JSON

{
"name": "mas-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"generate": "graphql-codegen && eslint --fix .",
"lint": "graphql-codegen && eslint . && tsc",
"build": "rimraf ./dist/ && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@urql/core": "^4.1.0",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^6.3.1",
"@urql/exchange-refocus": "^1.0.2",
"@urql/exchange-request-policy": "^1.0.2",
"@vector-im/compound-web": "file:./vendor/vector-im-compound-web-f0d4eaf.tgz",
"@vector-im/compound-design-tokens": "file:./vendor/vector-im-compound-design-tokens-aa55111.tgz",
"date-fns": "^2.30.0",
"graphql": "^16.7.1",
"jotai": "^2.2.2",
"jotai-devtools": "^0.5.3",
"jotai-location": "^0.5.1",
"jotai-urql": "^0.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@storybook/addon-actions": "^7.1.1",
"@storybook/addon-backgrounds": "^7.1.1",
"@storybook/addon-controls": "^7.1.1",
"@storybook/addon-docs": "^7.1.1",
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-measure": "^7.1.1",
"@storybook/addon-outline": "^7.1.1",
"@storybook/addon-toolbars": "^7.1.1",
"@storybook/addon-viewport": "^7.1.1",
"@storybook/react": "^7.1.1",
"@storybook/react-vite": "^7.1.1",
"@types/node": "^20.4.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-c8": "^0.33.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-matrix-org": "^1.2.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.27",
"prettier": "2.8.0",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.1",
"storybook": "^7.1.1",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6",
"vite": "^4.4.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.2.3",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^0.33.0"
},
"overrides": {
"@vector-im/compound-design-tokens": "$@vector-im/compound-design-tokens"
}
}