-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 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
{
"name": "d2arsenal.com",
"version": "1.4.1",
"author": {
"name": "Alexander Lichter",
"email": "[email protected]",
"url": "https://lichter.io"
},
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"dev:prune": "rm -rf .nuxt/cache/nitro/handlers && rm -rf node_modules/.cache/manifest",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ."
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@headlessui/vue": "1.7.23",
"@iconify-json/heroicons": "^1.2.2",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"@tailwindcss/typography": "^0.5.15",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"bungie-api-ts": "^5.1.0",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"fuse.js": "^7.0.0",
"nuxt": "^3.15.0",
"nuxt-icon": "1.0.0-beta.7",
"sitemap": "^8.0.0",
"typescript": "^5.7.2",
"unstorage": "1.14.4",
"vite-svg-loader": "^5.1.0",
"vue-gtag-next": "^1.14.0",
"vue-tippy": "^6.6.0"
},
"resolutions": {
"@types/node": "18.8.0"
},
"pnpm": {
"patchedDependencies": {
"bungie-api-ts": "patches/bungie-api-ts.patch"
}
}
}