package.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "private": true,
  3. "scripts": {
  4. "generate-graphql-api": "RAILS_ENV=development bundle exec rails generate graphql_introspection > tmp/graphql_introspection.json && npx graphql-codegen -c .graphql_code_generator.yml && rm tmp/graphql_introspection.json",
  5. "dev": "RAILS_ENV=development forego start -f Procfile.dev",
  6. "i18n": "rails generate translation_catalog",
  7. "lint": "vue-tsc --noEmit && eslint --cache --cache-location ./tmp/eslintcache.js -c .eslintrc.js --ext .js,.ts,.vue app/frontend/ .eslint-plugin-zammad/ .storybook/",
  8. "lint:fix": "yarn lint -- --fix",
  9. "lint:css": "stylelint **/*.{css,vue,scss}",
  10. "lint:css:fix": "stylelint **/*.{css,vue,scss} --fix",
  11. "test": "VTL_SKIP_AUTO_CLEANUP=true TZ=utc vitest",
  12. "test:ct": "yarn --cwd ./.cypress cypress open --component --project ../ --config-file .cypress/cypress.config.ts",
  13. "test:ci:ct": "yarn --cwd ./.cypress cypress run --component --project ../ --config-file .cypress/cypress.config.ts",
  14. "cypress:install": "yarn --cwd ./.cypress install",
  15. "postinstall": "node script/fix-node-modules.mjs",
  16. "storybook": "yarn --cwd ./.storybook start",
  17. "storybook:build": "yarn --cwd ./.storybook build",
  18. "storybook:install": "yarn --cwd ./.storybook install"
  19. },
  20. "engines": {
  21. "node": ">=16"
  22. },
  23. "devDependencies": {
  24. "@graphql-codegen/cli": "^2.12.1",
  25. "@graphql-codegen/introspection": "^2.2.1",
  26. "@graphql-codegen/near-operation-file-preset": "^2.4.1",
  27. "@graphql-codegen/typescript": "^2.7.3",
  28. "@graphql-codegen/typescript-operations": "^2.5.3",
  29. "@graphql-codegen/typescript-vue-apollo": "^3.3.3",
  30. "@pinia/testing": "^0.0.14",
  31. "@tailwindcss/line-clamp": "^0.4.2",
  32. "@testing-library/jest-dom": "^5.16.5",
  33. "@testing-library/user-event": "^14.4.3",
  34. "@testing-library/vue": "^6.6.1",
  35. "@types/lodash-es": "^4.17.6",
  36. "@types/rails__actioncable": "^6.1.6",
  37. "@types/ua-parser-js": "^0.7.36",
  38. "@types/uuid": "^8.3.4",
  39. "@typescript-eslint/eslint-plugin": "^5.36.1",
  40. "@typescript-eslint/parser": "^5.36.1",
  41. "@vitejs/plugin-vue": "^3.0.3",
  42. "@vue/eslint-config-prettier": "^7.0.0",
  43. "@vue/eslint-config-typescript": "^11.0.2",
  44. "@vue/test-utils": "^2.0.2",
  45. "autoprefixer": "^10.4.12",
  46. "eslint": "^8.23.1",
  47. "eslint-config-airbnb-base": "^15.0.0",
  48. "eslint-config-prettier": "^8.5.0",
  49. "eslint-import-resolver-alias": "^1.1.2",
  50. "eslint-plugin-import": "^2.26.0",
  51. "eslint-plugin-prettier": "^4.2.1",
  52. "eslint-plugin-prettier-vue": "^4.2.0",
  53. "eslint-plugin-storybook": "^0.6.4",
  54. "eslint-plugin-vue": "^9.5.1",
  55. "eslint-plugin-zammad": "file:.eslint-plugin-zammad",
  56. "jsdom": "^20.0.0",
  57. "mock-apollo-client": "^1.2.1",
  58. "postcss": "^8.4.16",
  59. "postcss-html": "^1.5.0",
  60. "prettier": "2.7.1",
  61. "prettier-plugin-tailwindcss": "^0.1.13",
  62. "regenerator-runtime": "^0.13.9",
  63. "sass": "^1.55.0",
  64. "stylelint": "^14.11.0",
  65. "stylelint-config-prettier": "^9.0.3",
  66. "stylelint-config-recommended-vue": "^1.4.0",
  67. "stylelint-config-standard": "^28.0.0",
  68. "stylelint-config-standard-scss": "^5.0.0",
  69. "stylelint-prettier": "^2.0.0",
  70. "stylelint-scss": "^4.3.0",
  71. "tailwindcss": "^3.1.8",
  72. "timezone-mock": "^1.3.4",
  73. "type-fest": "^2.19.0",
  74. "typescript": "^4.8.2",
  75. "vite": "^3.0.9",
  76. "vite-plugin-ruby": "^3.1.2",
  77. "vite-plugin-svg-icons": "^2.0.1",
  78. "vitest": "^0.23.1",
  79. "vue-tsc": "^0.40.13"
  80. },
  81. "dependencies": {
  82. "@apollo/client": "^3.6.9",
  83. "@formkit/core": "^1.0.0-beta.10",
  84. "@formkit/dev": "^1.0.0-beta.10",
  85. "@formkit/i18n": "^1.0.0-beta.10",
  86. "@formkit/inputs": "^1.0.0-beta.10",
  87. "@formkit/rules": "^1.0.0-beta.10",
  88. "@formkit/themes": "^1.0.0-beta.10",
  89. "@formkit/utils": "^1.0.0-beta.10",
  90. "@formkit/validation": "^1.0.0-beta.10",
  91. "@formkit/vue": "^1.0.0-beta.10",
  92. "@rails/actioncable": "6.1.7",
  93. "@tiptap/core": "^2.0.0-beta.196",
  94. "@tiptap/extension-image": "^2.0.0-beta.196",
  95. "@tiptap/extension-link": "^2.0.0-beta.196",
  96. "@tiptap/extension-list-item": "^2.0.0-beta.196",
  97. "@tiptap/extension-mention": "^2.0.0-beta.196",
  98. "@tiptap/extension-ordered-list": "^2.0.0-beta.196",
  99. "@tiptap/extension-paragraph": "^2.0.0-beta.196",
  100. "@tiptap/extension-strike": "^2.0.0-beta.196",
  101. "@tiptap/extension-underline": "^2.0.0-beta.196",
  102. "@tiptap/starter-kit": "^2.0.0-beta.196",
  103. "@tiptap/suggestion": "^2.0.0-beta.196",
  104. "@tiptap/vue-3": "^2.0.0-beta.196",
  105. "@vue/apollo-composable": "^4.0.0-alpha.19",
  106. "@vueuse/core": "^9.2.0",
  107. "@vueuse/router": "^9.2.0",
  108. "@vueuse/shared": "^9.2.0",
  109. "async-mutex": "^0.3.2",
  110. "broadcast-channel": "4.13.0",
  111. "flatpickr": "^4.6.13",
  112. "graphql": "^16.6.0",
  113. "graphql-ruby-client": "^1.11.2",
  114. "graphql-tag": "^2.12.6",
  115. "linkify-html": "^3.0.5",
  116. "lodash-es": "^4.17.21",
  117. "loglevel": "^1.8.0",
  118. "mitt": "^3.0.0",
  119. "pinia": "^2.0.22",
  120. "prosemirror-model": "^1.18.1",
  121. "prosemirror-state": "^1.4.1",
  122. "tippy.js": "^6.3.7",
  123. "ua-parser-js": "^1.0.2",
  124. "uuid": "^8.3.2",
  125. "vue": "^3.2.39",
  126. "vue-advanced-cropper": "^2.8.3",
  127. "vue-easy-lightbox": "1.8.2",
  128. "vue-router": "^4.1.5",
  129. "vue3-draggable-resizable": "^1.6.5",
  130. "vuedraggable": "^4.1.0"
  131. }
  132. }