-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 797 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 797 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
{
"name": "metadata",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@arco-design/web-vue": "^2.47.1",
"@types/js-yaml": "^4.0.5",
"@vitejs/plugin-vue": "^4.2.3",
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"moment": "^2.29.4",
"typescript": "^4.9.5",
"vite": "^4.3.9",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-tsc": "^1.8.1"
},
"dependencies": {
"@workspace/apis": "workspace:^",
"@workspace/components": "workspace:^",
"@workspace/types": "workspace:^",
"@workspace/utils": "workspace:^"
}
}