-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 990 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 990 Bytes
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
{
"name": "arctic",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"lint": "eslint .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/color-mode": "^4.0.0",
"@tailwindcss/vite": "^4.2.1",
"better-sqlite3": "^12.6.2",
"drizzle-orm": "^0.45.2",
"jose": "^6.2.0",
"meilisearch": "^0.55.0",
"nanoid": "^5.1.6",
"nuxt": "^4.3.1",
"otplib": "^13.3.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"vue": "^3.5.29",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"@types/better-sqlite3": "^7.6.13",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"@vite-pwa/nuxt": "^1.1.1",
"drizzle-kit": "^0.31.9",
"eslint": "^10.0.3",
"eslint-plugin-vue": "^10.8.0",
"vue-eslint-parser": "^10.4.0"
}
}