-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.99 KB
/
package.json
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
{
"name": "tir",
"version": "0.12.4",
"build": "2024-02-13T09:51:00.000+00:00",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"dbinit": "tsx db/migrate.js up && tsx db/seed.js up"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "~0.2.0",
"@nuxtjs/color-mode": "~3.3.2",
"@nuxtjs/eslint-config-typescript": "~12.1.0",
"@nuxtjs/eslint-module": "~4.1.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/forms": "~0.5.4",
"@types/adm-zip": "~0.5.1",
"@types/bcryptjs": "^2.4.6",
"@types/formidable": "~3.4.5",
"@types/jsonwebtoken": "~9.0.3",
"@types/ldapjs": "^3.0.6",
"@types/libxmljs": "^0.18.12",
"@types/luxon": "~3.3.4",
"@types/node": "~18.17.3",
"@types/xml2js": "~0.4.12",
"@typescript-eslint/eslint-plugin": "~6.13.1",
"@typescript-eslint/parser": "~6.13.1",
"eslint": "~8.55.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-prettier": "~5.0.1",
"eslint-plugin-vue": "~9.19.2",
"nuxt": "^3.6.5",
"nuxt-headlessui": "~1.1.4",
"prettier": "~3.1.0",
"prettier-plugin-tailwindcss": "~0.5.7",
"typescript": "~5.2.2"
},
"dependencies": {
"@heroicons/vue": "~2.0.18",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.5.0",
"adm-zip": "~0.5.10",
"bcryptjs": "^2.4.3",
"exceljs": "~4.3.0",
"formidable": "~3.5.1",
"into-stream": "~8.0.0",
"jsonwebtoken": "~9.0.2",
"ldapjs": "^3.0.7",
"libxmljs": "^1.0.11",
"luxon": "~3.4.3",
"pg": "~8.11.3",
"pg-hstore": "~2.3.4",
"pinia": "^2.1.7",
"postgres": "~3.3.5",
"sequelize": "~6.32.1",
"sqlite3": "~5.1.6",
"tsx": "^4.7.1",
"umzug": "~3.4.0",
"winston": "~3.11.0",
"winston-syslog": "~2.7.0",
"xml2js": "~0.6.2"
},
"overrides": {
"@parcel/watcher": "2.1.0",
"vue": "latest"
}
}