-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.78 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.78 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "celeryband",
"version": "0.0.1",
"description": "Create salary bands for your company in an anonymous and safe way.",
"author": "Sebastian Di Luzio",
"packageManager": "pnpm@10.32.1",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/maybeanerd/celeryband.git"
},
"bugs": {
"url": "https://github.com/maybeanerd/celeryband/issues"
},
"homepage": "https://github.com/maybeanerd/celeryband#readme",
"scripts": {
"build": "nuxt build",
"start": "nuxt start",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext \".ts,.vue\" .",
"lint:fix": "pnpm lint --fix",
"nuxt:upgrade": "nuxi upgrade --force",
"db:generate": "drizzle-kit generate",
"db:up": "drizzle-kit up"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/image": "1.11.0",
"@nuxt/ui": "3.3.7",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@nuxtjs/i18n": "9.5.6",
"@types/better-sqlite3": "7.6.13",
"@types/node": "22.19.15",
"@types/nodemailer": "7.0.11",
"@typescript-eslint/parser": "7.18.0",
"@vite-pwa/nuxt": "1.1.1",
"autoprefixer": "10.4.27",
"drizzle-kit": "0.31.10",
"eslint": "8.57.1",
"git-commit-info": "2.0.2",
"nuxt": "3.21.2",
"nuxt-auth-utils": "0.5.29",
"nuxt-cron": "1.8.0",
"prettier": "3.8.1",
"tailwindcss": "4.2.2",
"tsx": "4.21.0",
"typescript": "5.9.3"
},
"dependencies": {
"better-sqlite3": "12.8.0",
"drizzle-orm": "0.45.1",
"nodemailer": "8.0.3",
"zod": "4.3.6"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"better-sqlite3",
"esbuild",
"sharp",
"vue-demi"
]
}
}