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