-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
193 lines (193 loc) · 7.08 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"name": "@wizarrrr/source",
"version": "4.0.0",
"license": "MIT",
"scripts": {
"postinstall": "nx run-many --target=install --projects=wizarr-backend",
"start": "nx run-many --parallel --target=serve --projects=wizarr-frontend,wizarr-backend",
"start:frontend": "nx run wizarr-frontend:serve",
"start:backend": "nx run wizarr-backend:serve",
"test": "start-server-and-test start:backend 5000 test:e2e",
"test:e2e": "nx e2e wizarr-e2e",
"prepare": "husky install",
"commit": "commit"
},
"private": true,
"workspaces": [
"/apps/wizarr-frontend",
"/modules/*"
],
"dependencies": {
"@aacassandra/vue3-progressbar": "^1.0.3",
"@flavorly/vanilla-components": "^0.7.63",
"@formkit/icons": "^1.0.0",
"@formkit/pro": "^0.115.2",
"@formkit/themes": "^1.0.0",
"@formkit/vue": "^1.0.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@headlessui/vue": "^1.7.16",
"@nanogiants/vue3-longpress": "^1.0.8",
"@passwordless-id/webauthn": "^1.2.6",
"@popperjs/core": "^2.11.8",
"@segment/analytics-next": "^1.55.0",
"@sentry/vue": "^7.64.0",
"@simplewebauthn/browser": "^8.0.2",
"@sjmc11/tourguidejs": "^0.0.10",
"@storybook/addon-docs": "^7.5.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-legacy": "^4.1.1",
"@vue-flow/background": "^1.2.0",
"@vue-flow/controls": "^1.1.0",
"@vue-flow/core": "^1.22.3",
"@vue-flow/minimap": "^1.2.0",
"@vueform/multiselect": "^2.6.2",
"@vueuse/core": "^10.4.0",
"@vueuse/integrations": "^10.4.0",
"async-validator": "^4.2.5",
"axios": "^1.5.0",
"axios-cache-interceptor": "^1.2.0",
"bowser": "^2.11.0",
"browser-detect": "^0.2.28",
"chart.js": "^3.9.1",
"currency-symbol-map": "^5.1.0",
"feather-icons": "^4.29.1",
"firebase": "^10.3.1",
"floating-vue": "^2.0.0",
"flowbite": "^1.8.1",
"gridstack": "^9.2.0",
"jenesius-vue-modal": "^1.9.2",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"make-dir-cli": "^3.1.0",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"mount-vue-component": "^0.10.2",
"nanoid": "^4.0.2",
"octokit": "^3.1.1",
"ping.js": "^0.3.0",
"pinia": "^2.1.6",
"pinia-plugin-persistedstate": "^3.2.0",
"plex-oauth": "^2.1.0",
"prompts": "^2.4.2",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io-client": "^4.7.2",
"universal-cookie": "^6.1.0",
"v-offline": "^3.4.0",
"vite-plugin-ssr": "^0.4.140",
"vue": "^3.3.4",
"vue-3-socket.io": "^1.0.5",
"vue-chart-3": "^3.1.8",
"vue-collapsed": "^1.2.7",
"vue-datepicker-ui": "^3.1.1",
"vue-feather": "^2.0.0",
"vue-router": "^4.2.4",
"vue-simple-password-meter": "^1.3.4",
"vue-toastification": "^2.0.0-rc.5",
"vue-top-progress": "^0.7.0",
"vue-ts-responsive-grid-layout": "^1.2.1",
"vue-tsc": "^1.8.8",
"vue3-gettext": "^3.0.0-beta.1",
"vue3-openlayers": "^2.0.0",
"vue3-popper": "^1.5.0",
"vue3-text-clamp": "^0.1.2",
"vuedraggable": "^4.1.0",
"xterm": "^5.2.1",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/prompt-cli": "^18.2.0",
"@nx/cypress": "17.0.0",
"@nx/eslint": "17.0.0",
"@nx/eslint-plugin": "17.0.0",
"@nx/js": "17.1.2",
"@nx/storybook": "^17.1.2",
"@nx/vite": "17.0.0",
"@nx/vue": "17.0.0",
"@nx/workspace": "17.0.0",
"@nxlv/python": "^16.1.4",
"@rushstack/eslint-patch": "^1.3.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/release-notes-generator": "^12.1.0",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/core-server": "^7.5.3",
"@storybook/jest": "^0.2.3",
"@storybook/manager-api": "^7.5.3",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.5.3",
"@storybook/vue3": "^7.5.3",
"@storybook/vue3-vite": "^7.5.3",
"@stripe/stripe-js": "^2.1.6",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@tsconfig/node18": "^18.2.0",
"@types/js-cookie": "^3.0.3",
"@types/jsdom": "^21.1.1",
"@types/node": "^18.17.5",
"@types/qrcode": "^1.5.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vite-pwa/assets-generator": "^0.0.9",
"@vitejs/plugin-vue": "^4.3.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"@wizarrrr/semantic-release-discord": "^1.0.0",
"@wizarrrr/semantic-release-sentry-releases": "^1.0.0",
"autoprefixer": "^10.4.15",
"chromatic": "^9.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cypress": "^13.0.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.14.0",
"eslint-plugin-vue": "^9.17.0",
"execa": "^8.0.1",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"md-editor-v3": "^4.17.4",
"npm-run-all": "^4.1.5",
"nx": "17.0.0",
"postcss": "^8.4.28",
"prettier": "3.0.2",
"sass": "^1.66.1",
"semantic-release": "^22.0.7",
"start-server-and-test": "^2.0.2",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3",
"tailwindcss-inner-border": "^0.2.0",
"terser": "^5.19.3",
"ts-node": "10.9.1",
"typescript": "~5.1.6",
"vite": "^4.4.9",
"vite-plugin-babel": "^1.1.3",
"vite-plugin-browser-sync": "^1.0.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-pwa": "^0.16.4",
"vite-svg-loader": "^4.0.0",
"vitest": "^0.34.2",
"vue-stripe-js": "^1.0.1",
"vue-tsc": "^1.8.8",
"wait-on": "^7.1.0"
}
}