forked from lianginx/chatgpt-nuxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 798 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
{
"name": "chatgpt-nuxt",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
"@pinia/nuxt": "^0.4.8",
"crypto-js": "^4.1.1",
"dexie": "^3.2.3",
"highlight.js": "^11.7.0",
"hotkeys-js": "^3.10.2",
"markdown-it": "^13.0.1",
"moment": "^2.29.4",
"openai": "^3.2.1",
"pinia": "^2.0.34"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.6.5",
"@tailwindcss/typography": "^0.5.9",
"@types/crypto-js": "^4.1.1",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.15.11",
"nuxt": "3.3.3",
"nuxt-icon": "^0.3.3"
}
}