-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.54 KB
/
Copy pathpackage.json
File metadata and controls
135 lines (135 loc) · 4.54 KB
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
{
"name": "traq_s-ui",
"version": "3.32.2",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"build:may-with-font": "MAY_SKIP_FONT_GEN=1 npm run gen-fonts && npm run build",
"build:with-font": "npm run gen-fonts && npm run build",
"dev": "vite",
"format": "prettier --cache --write .",
"gen-fonts": "node build/gen-mplus.js",
"gen-unicode_emojis": "tsx build/gen-unicode_emojis.ts",
"husky:prepare": "husky",
"postinstall": "patch-package",
"lint": "eslint --fix --cache .",
"lint:no-fix": "eslint --cache .",
"localhost-certs:gen": "./build/gen-localhost-certs.sh",
"localhost-certs:rem": "rm -rf ./.certs",
"preview": "vite preview --host 127.0.0.1 --port 4173",
"preview:with-build": "npm run build && npm run preview",
"test:e2e": "npm run build && npm run test:e2e:only-run",
"test:e2e:only-run": "cypress install && start-server-and-test preview 4173 'cypress open --e2e'",
"test:e2e:only-run-headless": "cypress install && start-server-and-test preview 4173 'cypress run --headless'",
"test:e2e-headless": "npm run build:may-with-font && npm run test:e2e:only-run-headless",
"test:unit": "vitest run --coverage",
"test:unit:watch": "vitest -w",
"type-check": "patch-package && npm run type-check:src && npm run type-check:test",
"type-check:src": "vue-tsc --noEmit",
"type-check:test": "tsc --noEmit --project tests/unit/tsconfig.json && tsc --noEmit --project tests/e2e/tsconfig.json"
},
"overrides": {
"@actions/core": "3.0.1",
"@types/vue-select": {
"vue": "$vue"
}
},
"dependencies": {
"@mdi/js": "7.4.47",
"@sapphi-red/web-noise-suppressor": "0.3.5",
"@shiguredo/virtual-background": "2023.2.0",
"@traptitech/traq": "3.26.1-1",
"@traptitech/traq-markdown-it": "7.1.0",
"@vueuse/core": "14.3.0",
"autosize": "6.0.1",
"browser-image-compression": "2.0.2",
"cropperjs": "1.6.2",
"deepmerge": "4.3.1",
"dequal": "2.0.3",
"firebase": "12.15.0",
"highlight.js": "11.11.1",
"idb-keyval": "6.2.6",
"livekit-client": "2.20.0",
"mitt": "3.0.1",
"party-js": "2.2.0",
"sortablejs": "1.15.7",
"text-field-edit": "4.1.1",
"throttle-debounce": "5.0.2",
"ts-pattern": "5.9.0",
"turndown": "7.2.4",
"turndown-plugin-gfm": "1.0.2",
"vue": "3.5.39",
"vue-router": "5.1.0",
"vue-select": "4.0.0-beta.6",
"vue-slider-component": "4.0.0-beta.9",
"zod": "4.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@pinia/testing": "1.0.3",
"@stylistic/eslint-plugin": "5.10.0",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/autosize": "4.0.3",
"@types/dom-screen-wake-lock": "1.0.3",
"@types/katex": "0.16.8",
"@types/markdown-it": "14.1.2",
"@types/node": "26.1.0",
"@types/punycode": "2.1.4",
"@types/serviceworker": "0.0.199",
"@types/sortablejs": "1.15.9",
"@types/throttle-debounce": "5.0.2",
"@types/turndown": "5.0.6",
"@types/vue-select": "3.16.8",
"@types/webappsec-credential-management": "0.6.9",
"@typescript-eslint/eslint-plugin": "8.62.0",
"@typescript-eslint/parser": "8.62.1",
"@typescript/lib-dom": "npm:@types/web@0.0.350",
"@vitejs/plugin-vue": "6.0.7",
"@vitest/coverage-v8": "4.1.9",
"@vue/test-utils": "2.4.11",
"autoprefixer": "10.5.2",
"axios": "1.16.1",
"browserslist": "4.28.4",
"cypress": "15.18.0",
"esbuild": "0.27.2",
"esbuild-plugin-browserslist": "2.0.0",
"eslint": "10.6.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "6.4.2",
"eslint-plugin-unused-imports": "4.4.1",
"eslint-plugin-vue": "10.9.2",
"fake-indexeddb": "6.2.5",
"fonteditor-core": "2.6.3",
"globals": "17.7.0",
"husky": "9.1.7",
"jsdom": "29.1.1",
"lint-staged": "17.0.8",
"patch-package": "8.0.1",
"pinia": "3.0.4",
"postcss": "8.5.16",
"prettier": "3.9.4",
"rollup-plugin-brotli": "3.1.0",
"sass": "1.101.0",
"start-server-and-test": "3.0.11",
"tsx": "4.23.0",
"typescript": "6.0.3",
"vite": "7.3.5",
"vite-plugin-pwa": "1.2.0",
"vite-svg-loader": "5.1.1",
"vitest": "4.1.9",
"vitest-github-actions-reporter": "0.11.1",
"vue-tsc": "3.3.6",
"workbox-cacheable-response": "7.4.1",
"workbox-core": "7.4.1",
"workbox-expiration": "7.4.1",
"workbox-precaching": "7.4.1",
"workbox-routing": "7.4.1",
"workbox-strategies": "7.4.1"
},
"engines": {
"node": ">=26.4",
"npm": ">=11.13"
}
}