-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 968 Bytes
/
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/content": "^2.0.1",
"@nuxtjs/tailwindcss": "^5.3.0",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@types/imagekit": "^3.1.2",
"nuxt": "3.0.0-rc.6"
},
"dependencies": {
"@headlessui/vue": "^1.6.7",
"@pinia/nuxt": "^0.3.0",
"@types/markdown-it": "^12.2.3",
"axios": "^0.27.2",
"dayjs": "^1.11.4",
"elegant-slug": "^0.0.2",
"firebase": "^9.9.1",
"firebase-admin": "^11.0.0",
"linkify-html": "^3.0.5",
"linkifyjs": "^3.0.5",
"markdown-it": "^13.0.1",
"pinia": "^2.0.16",
"plyr": "^3.7.2",
"rss": "^1.2.2",
"rss-parser": "^3.12.0",
"sitemap": "^7.1.1",
"twitter": "^1.7.1",
"vue-final-modal": "^3.4.4",
"vue-meta": "^2.4.0",
"vue-plyr": "^7.0.0"
}
}