-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "uxmp-ui",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"test:unit": "vue-cli-service test:unit"
},
"overrides": {
"@intlify/core-base": "^10.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/vue-fontawesome": "^3.0.1",
"@kyvg/vue3-notification": "^3",
"amplitudejs": "^5.3.2",
"ansi-regex": "^6",
"axios": "^1",
"class-transformer": "^0.5.0",
"mitt": "^3.0.0",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4",
"reflect-metadata": "^0.2",
"uuid": "^11.0.0",
"vite-plugin-eslint": "^1.8.1",
"vue": "^3.2.33",
"vue-i18n": "^10",
"vue-router": "^4.0.15",
"yargs-parser": "^21.0.1"
},
"devDependencies": {
"@babel/types": "^7.18.13",
"@eslint/js": "^9.9.1",
"@intlify/devtools-types": "^10",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-vue": "^5",
"@vue/compiler-sfc": "^3.2.33",
"eslint": "^9.9.1",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"typescript": "^5",
"typescript-eslint": "^8.4.0",
"vite": "^5",
"vue-tsc": "^2"
}
}