-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "ai-couplets",
"private": true,
"type": "module",
"version": "0.2.6",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "0.10.3",
"@nuxt/image": "1.9.0",
"@nuxtjs/seo": "2.0.3",
"@nuxtjs/tailwindcss": "6.13.1",
"@pinia/nuxt": "0.9.0",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "12.4.0",
"dayjs-nuxt": "2.1.11",
"dotenv": "^16.4.7",
"html-to-image": "^1.11.11",
"nuxt": "^3.15.2",
"nuxt-gtag": "3.0.2",
"openai": "^4.78.1",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "4.2.0",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"devDependencies": {
"@iconify-json/svg-spinners": "^1.2.2",
"@iconify-json/tabler": "^1.2.14",
"@nuxt/icon": "^1.10.3"
}
}