-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.92 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.92 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
{
"name": "voteit_4_frontend",
"private": true,
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"dev": "vite",
"extractLocales": "vue-i18n-extract report --vueFiles './src/**/*.?(ts|js|vue)' --languageFiles './src/locales/*.json'",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
"test": "LANG=en vitest --dom",
"typeCheck": "vue-tsc --noEmit"
},
"type": "module",
"dependencies": {
"@fontsource/noto-sans": "^5.0.17",
"@mdi/font": "^7.4.47",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"axios": "^1.6.7",
"caniuse-lite": "^1.0.30001431",
"core-js": "^3.36.0",
"envelope-client": "github:VoteIT/envelope_client",
"itertools": "^1.7.1",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"pinia": "^3.0.3",
"quill": "^2.0.2",
"quill-mention": "^6.0.1",
"register-service-worker": "^1.7.2",
"resize-observer-polyfill": "^1.5.1",
"roboto-fontface": "*",
"slugify": "^1.6.5",
"vue": "^3.5.16",
"vue-i18n": "^11.1.5",
"vue-router": "^4.5.1",
"vuedraggable": "^4.1.0",
"vuetify": "^3.11.0"
},
"devDependencies": {
"@pinia/testing": "^1.0.2",
"@types/lodash": "^4.14.185",
"@types/luxon": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/compiler-sfc": "^3.4.21",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.2.10",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.22.0",
"happy-dom": "^20.0.8",
"sass": "^1.54.9",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^3.2.4",
"vitest-websocket-mock": "^0.5.0",
"vue-i18n-extract": "^2.0.7",
"vue-tsc": "^2.2.10"
}
}