-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.94 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.94 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": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "bun db:schema && nuxt build",
"dev": "bun db:schema && nuxt dev",
"generate": "bun db:schema && nuxt generate",
"preview": "bun db:schema && nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ignore-pattern \"zapatos/\"",
"lint:fix": "eslint . --ignore-pattern \"zapatos/\" --fix",
"db:schema": "dotenv -e .env -- zapatos"
},
"dependencies": {
"@sinclair/typebox": "^0.33.11",
"@tanstack/vue-table": "^8.20.5",
"@vueuse/core": "^11.3.0",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.447.0",
"moment": "^2.30.1",
"nuxt": "^3.12.4",
"pg": "^8.12.0",
"pg-copy-streams": "^6.0.6",
"qrcode": "^1.5.4",
"query-string": "^9.1.1",
"radix-vue": "^1.9.6",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uuid4": "^2.0.3",
"vue": "latest",
"vue-toastification": "^2.0.0-rc.5",
"zapatos": "^6.4.2"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.0",
"@nuxt/icon": "^1.5.2",
"@nuxt/image": "^1.8.1",
"@nuxtjs/tailwindcss": "^6.12.1",
"@sidebase/nuxt-auth": "^0.10.0",
"@types/bcrypt": "^5.0.2",
"@types/folder-hash": "^4.0.4",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash-es": "^4.17.12",
"@types/pg": "^8.11.8",
"@types/pg-copy-streams": "^1.2.5",
"@types/pg-cursor": "^2.7.2",
"@types/qrcode": "^1.5.5",
"@types/selenium-webdriver": "^4.1.26",
"@types/uuid4": "^2.0.3",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"dotenv-cli": "^7.4.2",
"eslint": "^9.9.0",
"folder-hash": "^4.0.4",
"pg-cursor": "^2.12.1",
"postcss": "^8.4.41",
"selenium-webdriver": "^4.25.0",
"shadcn-nuxt": "^0.10.4",
"tailwindcss": "^3.4.9"
}
}