-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 720 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 720 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": "docker-pull-in-web",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "^2.20.0",
"@vueuse/core": "^14.1.0",
"axios": "^1.13.2",
"docker-pull-in-web": "file:",
"https-proxy-agent": "^7.0.6",
"lodash": "^4.17.21",
"nuxt": "^4.2.2",
"nuxt-app": "file:",
"tar": "^7.4.3",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@types/lodash": "^4.17.21",
"@unocss/nuxt": "^66.5.12",
"unocss": "^66.5.12"
}
}