{ "scripts": { "generate-graphql-api": "bundle exec rails generate graphql_introspection > tmp/graphql_introspection.json && npx graphql-codegen -c .graphql_code_generator.yml", "lint": "vue-tsc --noEmit && eslint --cache --cache-location ./tmp/eslintcache.js -c .eslintrc.js --ext .js,.ts,.vue app/frontend/ .eslint/ .storybook/", "lint:fix": "npm run lint -- --fix", "lint:css": "stylelint \"**/*.{css,vue,scss}\"", "lint:css:fix": "stylelint \"**/*.{css,vue,scss}\" --fix", "test": "jest --config app/frontend/tests/jest.config.js", "storybook": "start-storybook -p 6006", "storybook:build": "build-storybook" }, "devDependencies": { "@graphql-codegen/cli": "^2.3.0", "@graphql-codegen/import-types-preset": "^2.1.8", "@graphql-codegen/introspection": "^2.1.0", "@graphql-codegen/typescript": "^2.4.1", "@graphql-codegen/typescript-operations": "^2.2.1", "@graphql-codegen/typescript-vue-apollo": "^3.2.1", "@pinia/testing": "^0.0.9", "@storybook/addon-actions": "^6.4.9", "@storybook/addon-essentials": "^6.4.9", "@storybook/addon-links": "^6.4.9", "@storybook/addon-postcss": "^2.0.0", "@storybook/vue3": "^6.4.9", "@tailwindcss/forms": "^0.4.0", "@types/jest": "^27.0.3", "@types/lodash-es": "^4.17.5", "@types/rails__actioncable": "^6.1.6", "@types/svgo": "^2.6.0", "@types/uuid": "^8.3.3", "@typescript-eslint/eslint-plugin": "^5.8.0", "@typescript-eslint/parser": "^5.8.0", "@vitejs/plugin-vue": "^2.0.1", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^9.1.0", "@vue/test-utils": "^2.0.0-rc.18", "@vue/vue3-jest": "^27.0.0-alpha.4", "autoprefixer": "^10.4.0", "eslint": "^8.5.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jest": "^25.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier-vue": "^3.1.0", "eslint-plugin-storybook": "^0.5.5", "eslint-plugin-vue": "^8.2.0", "eslint-plugin-zammad": "file:.eslint", "jest": "^27.4.5", "jest-mock-console": "^1.2.3", "jest-transform-stub": "^2.0.0", "mock-apollo-client": "^1.2.0", "postcss": "^8.4.5", "postcss-html": "^1.3.0", "prettier": "2.5.1", "storybook-builder-vite": "^0.1.11", "stylelint": "^14.2.0", "stylelint-config-prettier": "^9.0.3", "stylelint-config-recommended-vue": "^1.1.0", "stylelint-config-standard": "^24.0.0", "stylelint-config-standard-scss": "^3.0.0", "stylelint-prettier": "^2.0.0", "stylelint-scss": "^4.1.0", "tailwindcss": "^3.0.7", "ts-jest": "^27.1.2", "type-fest": "^2.8.0", "typescript": "^4.5.4", "vite": "^2.7.6", "vite-plugin-ruby": "^3.0.4", "vite-plugin-svg-icons": "^1.0.5", "vue-tsc": "^0.30.0" }, "dependencies": { "@apollo/client": "^3.5.6", "@rails/actioncable": "6.0.4", "@vue/apollo-composable": "^4.0.0-alpha.16", "broadcast-channel": "^4.8.0", "graphql": "^16.2.0", "graphql-ruby-client": "^1.10.5", "graphql-tag": "^2.12.6", "lodash-es": "^4.17.21", "loglevel": "^1.8.0", "pinia": "^2.0.8", "uuid": "^8.3.2", "vue": "^3.2.26", "vue-router": "^4.0.12" }, "resolutions": { "vscode-jsonrpc": "8.0.0-next.3", "vscode-languageserver": "8.0.0-next.3" } }