-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 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
{
"name": "moodhelper-nuxt",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "^2.12.0",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/sitemap": "^5.1.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@tailwindcss/typography": "^0.5.10",
"express": "^4.18.2",
"nuxt": "^3.10.3",
"nuxt-rate-limit": "^1.2.0",
"openai": "^4.28.0",
"sitemap": "^7.1.1",
"vite-plugin-copy": "^0.1.6",
"vue": "^3.4.19",
"vue-markdown-render": "^2.1.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@col0ring/vite-plugin-copy": "^1.0.2",
"autoprefixer": "^10.4.17",
"daisyui": "^4.7.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}