-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.76 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "frp-web",
"type": "module",
"private": true,
"packageManager": "pnpm@10.32.1",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"cleanup": "nuxt cleanup",
"preview": "nuxt preview",
"start-docker": "nuxt start --hostname 0.0.0.0",
"release": "bumpp",
"lint": "eslint --cache",
"postinstall": "nuxt prepare",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@antv/g2": "^5.4.8",
"@monaco-editor/loader": "^1.7.0",
"@nuxtjs/i18n": "^10.2.3",
"@types/adm-zip": "^0.5.8",
"adm-zip": "^0.5.16",
"ant-design-vue": "^4.2.6",
"dayjs": "^1.11.20",
"frp-bridge": "^0.0.3",
"monaco-editor": "^0.55.1",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"swiper": "^12.1.2",
"tar": "^7.5.11",
"vue": "^3.5.30",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^7.7.3",
"@iarna/toml": "^2.2.5",
"@nuxtjs/color-mode": "^4.0.0",
"@pinia/nuxt": "^0.11.3",
"@types/fs-extra": "^11.0.4",
"@types/tar": "^6.1.13",
"@unocss/eslint-config": "^66.6.7",
"@unocss/eslint-plugin": "^66.6.7",
"@unocss/nuxt": "^66.6.7",
"@unocss/preset-web-fonts": "^66.6.7",
"@unocss/reset": "^66.6.7",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"bumpp": "^11.0.1",
"eslint": "^10.0.3",
"jiti": "^2.6.1",
"lint-staged": "^16.4.0",
"sass-embedded": "^1.98.0",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3",
"uno-colors": "^0.1.0",
"unocss": "^66.6.7",
"unocss-preset-theme": "^0.14.1",
"unplugin-vue-components": "^31.0.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --cache --fix"
}
}