Files
matrix-authentication-service/frontend/package.json
T
dependabot[bot] 0786a1f107 build(deps-dev): bump storybook from 7.0.24 to 7.0.25 in /frontend
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) from 7.0.24 to 7.0.25.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.25/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.25/code/lib/cli)

---
updated-dependencies:
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-04 01:30:12 +02:00

77 lines
2.6 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": "npm run lint && vite build --base=./ && npm run build:templates",
"build:templates": "tailwindcss --postcss --minify --config ./tailwind.templates.config.cjs -o dist/tailwind.css",
"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.0.10",
"@urql/devtools": "^2.0.3",
"@urql/exchange-graphcache": "^6.1.4",
"@urql/exchange-refocus": "^1.0.2",
"@urql/exchange-request-policy": "^1.0.2",
"@vector-im/compound-web": "https://github.com/vector-im/compound-web.git#0097cd20d33fe1c7862cfc1e6f530255bffd6279",
"date-fns": "^2.30.0",
"graphql": "^16.7.1",
"jotai": "^2.2.1",
"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": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@graphql-eslint/eslint-plugin": "^3.19.3",
"@storybook/addon-actions": "^7.0.25",
"@storybook/addon-backgrounds": "^7.0.25",
"@storybook/addon-controls": "^7.0.25",
"@storybook/addon-docs": "^7.0.25",
"@storybook/addon-essentials": "^7.0.25",
"@storybook/addon-measure": "^7.0.24",
"@storybook/addon-outline": "^7.0.24",
"@storybook/addon-toolbars": "^7.0.24",
"@storybook/addon-viewport": "^7.0.24",
"@storybook/react": "^7.0.25",
"@storybook/react-vite": "^7.0.25",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-c8": "^0.32.4",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.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.24",
"prettier": "2.8.0",
"react-test-renderer": "^18.2.0",
"storybook": "^7.0.25",
"tailwindcss": "^3.3.2",
"typescript": "5.1.6",
"vite": "^4.3.9",
"vite-plugin-graphql-codegen": "^3.2.2",
"vite-plugin-svgr": "^3.2.0",
"vitest": "^0.32.4"
}
}