-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "frontend",
"version": "0.1337.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"reset": "rm -rf .nuxt node_modules .output package-lock.json && npm install",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxtjs/google-fonts": "^3.0.0",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"nuxt": "3.3.3",
"nuxt-vite": "^0.3.5",
"sass": "^1.62.0",
"vuetify": "^3.1.14"
},
"dependencies": {
"@dqbd/tiktoken": "^1.0.6",
"@mdi/font": "^7.2.96",
"@mozilla/readability": "^0.4.2",
"@pinia/nuxt": "^0.4.9",
"cheerio": "^1.0.0-rc.12",
"googleapis": "^118.0.0",
"gsap": "^3.11.5",
"jsdom": "^21.1.1",
"langchain": "^0.0.59",
"openai": "^3.2.1",
"pinia": "^2.0.35",
"qs": "^6.11.1",
"robots-txt-parse": "^2.0.1",
"sass-loader": "^10.4.1",
"user-agents": "^1.0.1359",
"vite-plugin-node-polyfills": "^0.8.1",
"vite-plugin-top-level-await": "^1.3.0",
"vite-plugin-vuetify": "^1.0.2",
"vite-plugin-wasm": "^3.2.2",
"vue-showdown": "^4.0.0"
},
"overrides": {
"vue": "latest"
}
}