This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.53 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
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.ts components/**/* layouts/**/* pages/**/*",
"format": "prettier --write components/ layouts/ pages/"
},
"devDependencies": {
"@nuxt/image-edge": "1.0.0-rc.1-28164352.ad7c010",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@types/events": "^3.0.0",
"@types/fastclick": "^1.0.30",
"@types/marked": "^5.0.1",
"@types/node": "^20.4.5",
"@types/uuid": "^9.0.2",
"@unocss/nuxt": "^0.53.6",
"@unocss/postcss": "^0.53.6",
"@unocss/transformer-directives": "^0.53.6",
"@virtual-list/vue": "^1.2.0",
"@vite-pwa/nuxt": "^0.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "^3.6.5",
"nuxt-headlessui": "^1.1.4",
"nuxt-icon": "^0.4.2",
"prettier": "^3.0.0"
},
"dependencies": {
"@headlessui/vue": "^1.7.15",
"@nuxtjs/robots": "^3.0.0",
"@pinia/nuxt": "^0.4.11",
"@vueuse/nuxt": "^10.2.1",
"blurhash": "^2.0.5",
"events": "^3.3.0",
"fastclick": "^1.0.6",
"marked": "^5.1.2",
"megalodon": "^6.1.5",
"querystring-es3": "^0.2.1",
"uuid": "^9.0.0",
"v-wave": "^1.5.1",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"browser": {
"fs": false
},
"pnpm": {
"patchedDependencies": {
"megalodon@6.1.5": "patches/megalodon@6.1.5.patch"
}
}
}