-
-
Notifications
You must be signed in to change notification settings - Fork 217
/
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.7.0",
"@tailwindcss/typography": "^0.5.9",
"@vueuse/core": "^10.1.2",
"@vueuse/nuxt": "^10.1.2",
"eslint": "^8.41.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.14.1",
"nuxt": "^3.5.2",
"nuxt-icon": "^0.4.1"
},
"dependencies": {
"@headlessui/vue": "^1.7.14",
"@microsoft/fetch-event-source": "^2.0.1",
"@pinia/nuxt": "^0.4.11",
"fork-corner": "^2.0.1",
"highlight.js": "^11.8.0",
"isomorphic-dompurify": "^1.6.0",
"lodash": "^4.17.21",
"marked": "^5.0.4",
"pinia": "^2.1.3",
"uuid": "^9.0.0"
}
}