forked from waylaidwanderer/PandoraAI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "pandora-ai",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"overrides": {
"vue": "latest"
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxtjs/tailwindcss": "^6.6.5",
"@tailwindcss/typography": "^0.5.9",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"eslint": "^8.37.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.10.0",
"nuxt": "^3.3.2",
"nuxt-icon": "^0.3.3"
},
"dependencies": {
"@headlessui/vue": "^1.7.12",
"@microsoft/fetch-event-source": "^2.0.1",
"@pinia/nuxt": "^0.4.7",
"fork-corner": "^2.0.1",
"highlight.js": "^11.7.0",
"isomorphic-dompurify": "^1.2.0",
"lodash": "^4.17.21",
"marked": "^4.3.0",
"pinia": "^2.0.33",
"uuid": "^9.0.0"
}
}