-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@mozilla/readability": "^0.5.0",
"@nuxt/fonts": "^0.10.2",
"@nuxt/ui": "^3.0.0-alpha.8",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.5",
"@sidebase/nuxt-auth": "^0.9.4",
"crossws": "^0.3.1",
"exa-js": "^1.3.2",
"jsdom": "^25.0.1",
"nuxt": "3.13.2",
"openai": "^4.71.1",
"pinia-plugin-persistedstate": "^4.1.3",
"vue": "latest",
"vue-markdown-render": "^2.2.1",
"vue-router": "latest",
"vue3-lottie": "^3.3.1"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"trustedDependencies": [
"@browserless/goto",
"es5-ext",
"html-get",
"top-sites",
"top-user-agents"
],
"devDependencies": {
"@iconify-json/tabler": "^1.2.7",
"sass": "^1.80.6"
}
}