-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@iconify/vue": "^4.3.0",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.3",
"@nuxt/image": "^1.9.0",
"@tailwindcss/typography": "^0.5.16",
"@vueuse/core": "^12.4.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"install": "^0.13.0",
"npm": "^11.0.0",
"nuxt": "^3.15.1",
"posthog-js": "^1.205.1",
"rss": "^1.2.2",
"sass-loader": "^16.0.4",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@iconify-json/devicon": "^1.2.11",
"@iconify-json/fluent": "^1.2.11",
"@iconify-json/game-icons": "^1.2.1",
"@iconify-json/line-md": "^1.2.5",
"@iconify-json/lineicons": "^1.2.4",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/material-symbols-light": "^1.2.12",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/mynaui": "^1.2.9",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/simple-icons": "^1.2.19",
"@iconify-json/tabler": "^1.2.14",
"@iconify-json/vscode-icons": "^1.2.10",
"@nuxtjs/tailwindcss": "^6.13.0",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"nuxt-icon": "^1.0.0-beta.7",
"postcss": "^8.4.49",
"sass": "^1.83.1",
"tailwindcss": "^3.4.17"
}
}