-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 816 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
35
{
"name": "procedural-realms-client",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"buildqa": "vite build --mode qa",
"preview": "vite preview"
},
"dependencies": {
"ansi_up": "^6.0.2",
"ansi-to-span": "^0.0.1",
"dayjs": "^1.11.10",
"events": "^3.3.0",
"jiff": "^0.7.3",
"nanoid": "^5.0.9",
"strip-ansi": "^7.1.0",
"vue": "^3.4.15",
"vue-html-secure": "^1.0.10",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^5.0.3",
"eslint": "^9.21.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^16.0.0",
"less": "^4.2.0",
"naive-ui": "^2.38.1",
"vite": "^5.4.11"
}
}