-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.45 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.45 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
{
"name": "uvr-issues",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:msw": "cross-env VITE_USE_MSW=true vite",
"clean": "store prune",
"init:msw": "msw init ./public",
"build": "run-s type-check build-only",
"preview": "vite preview",
"test": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-pattern .gitignore"
},
"dependencies": {
"@bbob/html": "^4.2.0",
"@bbob/preset-html5": "^4.2.0",
"@fortawesome/fontawesome-common-types": "^6.5.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@mdi/font": "7.4.47",
"@primeng/themes": "^20.0.0",
"@primeuix/themes": "^1.2.1",
"@types/humps": "^2.0.6",
"@vueuse/core": "^13.5.0",
"axios": "^1.10.0",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"humps": "^2.0.1",
"lodash": "^4.17.21",
"marked": "^16.0.0",
"modern-normalize": "^3.0.1",
"pinia": "^3.0.3",
"primeicons": "^7.0.0",
"primevue": "^4.3.6",
"tailwindcss": "^4.1.11",
"tailwindcss-primeui": "^0.6.1",
"vue": "^3.5.17",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@stylistic/eslint-plugin": "^5.2.2",
"@tailwindcss/vite": "^4.1.11",
"@tsconfig/node18": "^18.2.2",
"@types/eslint": "^9.6.1",
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^24.0.14",
"@typescript-eslint/parser": "^8.38.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.7.0",
"@yarnpkg/sdks": "^3.2.2",
"cross-env": "^7.0.3",
"eslint": "^9.31.0",
"eslint-plugin-vue": "^10.3.0",
"jsdom": "^26.1.0",
"msw": "^2.10.4",
"npm-run-all2": "^8.0.4",
"roboto-fontface": "^0.10.0",
"sass": "^1.89.2",
"typescript": "~5.8.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-fonts": "^1.3.1",
"unplugin-vue-components": "^28.8.0",
"unplugin-vue-router": "^0.15.0",
"vite": "5.3.2",
"vite-plugin-checker": "^0.10.0",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.0.1"
}
}