-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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",
"dev:prod": "npx nuxi dev --dotenv .env.production",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^4.3.0",
"@libsql/client": "^0.6.0",
"@nuxt/eslint": "^0.3.10",
"@nuxt/image": "^1.6.0",
"@nuxt/ui": "^2.15.2",
"@nuxtjs/mdc": "^0.7.0",
"@nuxtjs/sitemap": "^5.1.5",
"better-sqlite3": "^9.6.0",
"dayjs": "^1.11.11",
"drizzle-kit": "^0.20.17",
"drizzle-orm": "^0.30.9",
"feed": "^4.2.2",
"markdown-it": "^14.1.0",
"nuxt": "^3.14.1592",
"nuxt-auth-utils": "^0.0.24",
"nuxt-og-image": "^3.0.0-rc.53",
"sanitize-html": "^2.13.0",
"slugify": "^1.6.6",
"twitter-api-v2": "^1.16.3",
"uuid": "^9.0.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/markdown-it": "^14.1.1",
"@types/sanitize-html": "^2.11.0",
"@types/uuid": "^9.0.8"
}
}