forked from ikxin/kms-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 814 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 814 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
{
"name": "kms-tools",
"version": "2.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.32.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"format": "oxfmt",
"format:check": "oxfmt --check",
"postinstall": "pnpm -C node-vlmcs build && nuxt prepare"
},
"dependencies": {
"@iconify-json/flag": "^1.2.11",
"@nuxt/icon": "^2.2.1",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/i18n": "^10.2.4",
"@nuxtjs/tailwindcss": "^6.14.0",
"@vueuse/nuxt": "14.2.1",
"arco-design-nuxt-module": "^0.2.1",
"echarts": "^6.0.0",
"node-vlmcs": "workspace:*",
"nuxt": "^4.4.2",
"nuxt-echarts": "^1.0.1",
"oxfmt": "^0.43.0",
"vue": "3.5.31"
}
}