-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
121 lines (121 loc) · 4.29 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "npx serve -s .output/public",
"postdeploy": "rm -rf dist/*/*.js.map",
"postinstall": "nuxt prepare",
"codegen": "graphql-codegen --config codegen.ts",
"lint:tsc": "yarn nuxi typecheck",
"lint:js": "eslint .",
"prettier:check": "prettier . --check",
"prettier:write": "prettier . --write",
"beforetest:e2e": "nuxt generate --devtools && yarn preview",
"beforetest:e2e:local": "API_BASE=http://uobtheatre-api:8000 nuxt generate --devtools && yarn preview",
"beforetest:e2e:ci": "API_BASE=http://localhost:9000 nuxt generate --devtools && yarn preview",
"test:e2e": "cypress run",
"test:unit": "vitest",
"pr": "yarn lint:tsc && yarn lint:js && yarn prettier:check && yarn test:unit --coverage"
},
"devDependencies": {
"@cypress/vue": "^6.0.1",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.13.0",
"@graphql-codegen/cli": "5.0.3",
"@graphql-codegen/gql-tag-operations-preset": "^2.1.0",
"@graphql-codegen/typescript-vue-apollo": "^4.1.1",
"@graphql-codegen/typescript-vue-apollo-smart-ops": "^3.0.0",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "^2.19.2",
"@nuxtjs/apollo": "^5.0.0-alpha.14",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@nuxtjs/turnstile": "^0.9.11",
"@pinia/testing": "^0.1.7",
"@rollup/plugin-graphql": "^2.0.5",
"@tailwindcss/forms": "^0.5.9",
"@types/humanize-duration": "^3.27.4",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.14",
"@types/lodash": "^4.17.13",
"@types/luxon": "^3.4.2",
"@types/pluralize": "^0.0.33",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vitest/coverage-v8": "^2.0.5",
"@vue/test-utils": "^2.4.6",
"cypress": "^13.15.2",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-vue": "^9.31.0",
"jest": "^29.7.0",
"jsdom": "^25.0.1",
"nuxt": "^3.14.159",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"sass": "^1.81.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.4",
"unplugin-vue-components": "^0.27.4",
"vite-plugin-eslint2": "^5.0.2",
"vitest": "^2.0.5",
"vue-tsc": "^2.1.10",
"webpack": "^5.96.1"
},
"dependencies": {
"@apollo/client": "^3.11.10",
"@fortawesome/fontawesome-svg-core": "^6.7.0",
"@fortawesome/free-brands-svg-icons": "^6.7.0",
"@fortawesome/free-regular-svg-icons": "^6.7.0",
"@fortawesome/free-solid-svg-icons": "^6.7.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@pinia/nuxt": "^0.7.0",
"@popperjs/core": "^2.11.8",
"@sentry/browser": "^7.120.0",
"@tiptap/pm": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@tiptap/vue-3": "^2.9.1",
"@vue/apollo-composable": "^4.2.1",
"@vue/apollo-option": "^4.2.0",
"@vue/apollo-util": "^4.0.0-beta.6",
"@vuepic/vue-datepicker": "10.0.0",
"apollo-link-sentry": "^3.3.0",
"axios": "^1.7.7",
"body-scroll-lock": "^4.0.0-beta.0",
"dayjs": "^1.11.13",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"humanize-duration": "^3.32.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"pinia": "^2.2.5",
"pluralize": "^8.0.0",
"prosemirror-commands": "^1.6.2",
"prosemirror-dropcursor": "^1.6.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-history": "^1.4.1",
"prosemirror-keymap": "^1.2.0",
"prosemirror-model": "^1.23.0",
"prosemirror-schema-list": "^1.2.2",
"prosemirror-state": "^1.4.2",
"prosemirror-transform": "^1.10.2",
"prosemirror-view": "^1.36.0",
"qrcode.vue": "^3.6.0",
"sweetalert2": "^11.14.5",
"uuid": "^11.0.3",
"vue-currency-input": "^3.1.0",
"vue-gtag": "^2.0.1",
"vue-qrcode-reader": "5.5.11"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}