-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs",
"get-github-stars": "node get-github-stars.js"
},
"dependencies": {
"@nuxt/content": "^3.6.3",
"@nuxt/fonts": "^0.11.4",
"@nuxt/image": "1.10.0",
"@nuxt/scripts": "0.11.10",
"@nuxt/ui": "4.1.0",
"@tailwindcss/vite": "^4.1.12",
"@unhead/vue": "^2.0.12",
"@vueuse/core": "^13.5.0",
"@vueuse/nuxt": "^13.5.0",
"@vueuse/router": "^13.5.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fonts": "0.0.2",
"nuxt": "^4.0.1",
"tailwind-merge": "^3.2.0",
"vue": "latest",
"vue-router": "latest",
"vue-word-highlighter": "^1.2.5"
},
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"devDependencies": {
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/heroicons-solid": "^1.2.1",
"@iconify-json/mdi": "^1.2.3",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.14.0",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"dotenv": "^17.2.1",
"postcss": "^8.5.1",
"tailwindcss": "^4.1.12"
}
}