This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
generated from SbokyZahodi/FSD-Nuxt3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.65 KB
/
package.json
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
{
"name": "modpack-constructor",
"type": "module",
"private": true,
"packageManager": "bun@1.1.8",
"author": "SbokyZahodi (https://github.com/SbokyZahodi)",
"license": "MIT",
"homepage": "https://github.com/SbokyZahodi/modpack-constructor",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@morev/vue-transitions": "^3.0.2",
"@unocss/reset": "^0.59.4",
"@vercel/kv": "^1.0.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"vue-tsc": "^1.8.27",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@nuxt/devtools": "1.2.0",
"@nuxt/fonts": "^0.7.2",
"@nuxt/image": "^1.8.0",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/device": "^3.2.2",
"@nuxtjs/seo": "2.0.0-rc.10",
"@types/file-saver": "^2.0.7",
"@unocss/eslint-plugin": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"eslint": "^9.9.1",
"lint-staged": "^15.2.10",
"nuxt": "^3.13.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4"
},
"trustedDependencies": [
"@fortawesome/fontawesome-common-types",
"@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons",
"@morev/vue-transitions",
"esbuild",
"json-editor-vue",
"pre-commit",
"sharp",
"simple-git-hooks",
"spawn-sync",
"vue-demi"
],
"simple-git-hooks": {
"pre-commit": "bun lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}