-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.4 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "set NITRO_PRESET=vercel-edge && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"start": "nuxt start",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .ts,.js,.vue --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext .ts,.js,.vue --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,vue,css,md}\""
},
"dependencies": {
"@internationalized/date": "^3.5.5",
"@tanstack/vue-table": "^8.19.3",
"@vee-validate/zod": "^4.13.2",
"@vercel/kv": "^1.0.1",
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.12",
"firebase": "^10.12.5",
"googleapis": "^140.0.1",
"js-cookie": "^3.0.5",
"lottie-web": "^5.12.2",
"lucide-vue-next": "^0.414.0",
"nodemailer": "^6.9.14",
"nuxt": "^3.12.4",
"radix-vue": "^1.9.2",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "latest",
"vue-router": "^4.4.0",
"xlsx-template": "^1.4.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/radix-icons": "^1.1.14",
"@iconify/vue": "^4.1.2",
"@nuxt/config": "^2.18.1",
"@nuxt/devtools": "latest",
"@nuxt/types": "^2.18.1",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^6.12.1",
"@nuxtjs/vercel-builder": "^0.25.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@pinia/nuxt": "^0.5.1",
"@types/crypto-js": "^4.2.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.12",
"@types/nodemailer": "^6.4.15",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"dayjs-nuxt": "^2.1.9",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.27.0",
"nuxt": "^3.12.4",
"pinia": "^2.1.6",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.4",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.28"
},
"overrides": {
"vue": "latest"
}
}