-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 843 Bytes
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
{
"name": "typeshift-arena",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:prod": "vite --mode production",
"build": "vite build --mode production",
"build:dev": "vite build --mode development",
"preview": "vite preview"
},
"dependencies": {
"@iconify/vue": "^4.2.0",
"@stomp/stompjs": "^7.0.0",
"@vueuse/core": "^11.1.0",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.8",
"country-flag-icons": "^1.5.13",
"element-plus": "^2.8.8",
"pinia": "^2.2.4",
"sockjs-client": "^1.6.1",
"vue": "^3.5.12",
"vue-i18n": "^9.14.2",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@iconify-json/flag": "^1.2.3",
"@vitejs/plugin-vue": "^5.1.4",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"vite": "^5.4.9"
}
}