-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 833 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
32
33
34
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@nuxt/fonts": "0.11.4",
"@nuxt/icon": "1.15.0",
"@nuxtjs/robots": "^5.4.0",
"@nuxtjs/sitemap": "^7.4.3",
"@nuxtjs/tailwindcss": "6.14.0",
"@vueuse/nuxt": "13.6.0",
"fuse.js": "^7.1.0",
"github-markdown-css": "^5.8.1",
"markdown-it": "^14.1.0",
"nuxt": "^4.0.1",
"ohmyfetch": "^0.4.21",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@types/node": "^24.2.0"
}
}