-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.19 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
82
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"i18n:deepl": "node scripts/i18n-deepl.js",
"i18n:fill": "node scripts/i18n-report.js",
"predev": "npm run i18n:deepl",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"checker": "eslint && prettier . --check",
"prepare": "husky"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@nuxt/fonts": "^0.11.0",
"@nuxtjs/i18n": "^10.2.0",
"@prisma/client": "^6.19.0",
"@tailwindcss/vite": "^4.0.1",
"@vueuse/core": "^13.1.0",
"@xenova/transformers": "^2.17.2",
"axios": "^1.12.2",
"better-auth": "^1.6.19",
"franc": "^6.2.0",
"h3": "^1.15.1",
"lucide-vue-next": "^0.487.0",
"nodemailer": "^9.0.1",
"nuxt": "^4.2.1",
"tailwindcss": "^4.0.1",
"vue": "latest",
"vue-multiselect": "^3.2.0",
"vue-router": "latest",
"zod": "^3.24.2"
},
"version": "1.0.0",
"description": "Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.",
"main": "index.js",
"devDependencies": {
"@eslint/js": "^9.19.0",
"@types/node": "^22.12.0",
"@types/nodemailer": "^8.0.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.19.0",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vue-i18n-extract": "^2.0.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UTDallasEPICS/manos-unidas-for-autismo.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UTDallasEPICS/manos-unidas-for-autismo/issues"
},
"homepage": "https://github.com/UTDallasEPICS/manos-unidas-for-autismo#readme",
"allowScripts": {
"@parcel/watcher@2.5.1": true,
"@prisma/client@6.19.0": true,
"@prisma/engines@6.19.3": true,
"@tailwindcss/oxide@4.1.13": true,
"esbuild@0.25.12": true,
"esbuild@0.27.4": true,
"esbuild@0.27.7": true,
"prisma@6.19.3": true,
"protobufjs@6.11.4": true,
"sharp@0.32.6": true
}
}