forked from monterail/vue-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.48 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .js,.ts,.vue",
"lint:fix": "eslint . --ext .js,.ts,.vue --fix",
"typecheck": "nuxi typecheck",
"test": "echo \"No tests specified\" && exit 0"
},
"dependencies": {
"@nuxt/eslint": "1.4.1",
"@nuxt/icon": "1.15.0",
"@nuxtjs/sitemap": "^7.4.3",
"@vueuse/core": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"eslint": "^9.0.0",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-highlightjs": "^4.2.0",
"nuxt": "^3.17.5",
"nuxt-icon": "^0.6.6",
"ofetch": "^1.3.3",
"reka-ui": "2.3.1",
"vue": "^3.5.17",
"vue-markdown-render": "^2.2.1",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.54",
"@nuxt/devtools": "^1.0.0",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/tailwindcss": "^6.8.4",
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-emoji": "^3.0.1",
"@types/node": "^20.8.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@9.14.2+sha1.5202b50ab92394b3c922d2e293f196e2df6d441b"
}