This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.24 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "tn-obu-hybrid",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "node ace serve --watch",
"build": "node ace build --production",
"start": "node server.js",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
"vite": "vite",
"vite-build": "vite build"
},
"devDependencies": {
"@adonisjs/assembler": "^5.8.0",
"@tailwindcss/forms": "^0.5.2",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-standard": "^7.0.0",
"adonis-preset-ts": "^2.1.0",
"autoprefixer": "^10.4.7",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-adonis": "^2.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.1.1",
"file-loader": "^6.2.0",
"glob-parent": "^6.0.2",
"node-forge": "1.3.1",
"pino-pretty": "^7.6.1",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.0",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.4",
"typescript": "~4.7.4",
"vue-loader": "^17.0.0",
"youch": "^3.2.0",
"youch-terminal": "^2.1.4"
},
"dependencies": {
"@adonisjs/attachment-lite": "^1.0.7",
"@adonisjs/auth": "^8.2.1",
"@adonisjs/core": "^5.8.4",
"@adonisjs/lucid": "^18.1.0",
"@adonisjs/lucid-slugify": "^2.2.0",
"@adonisjs/redis": "^7.3.0",
"@adonisjs/repl": "^3.1.11",
"@adonisjs/session": "^6.4.0",
"@adonisjs/shield": "^7.0.11",
"@adonisjs/view": "^6.1.6",
"@eidellev/adonis-stardust": "^2.2.0",
"@eidellev/inertia-adonisjs": "^6.3.0",
"@fontsource/clear-sans": "^4.5.3",
"@headlessui/vue": "^1.6.5",
"@heroicons/vue": "^1.0.6",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@milkdown/core": "^6.2.0",
"@milkdown/preset-commonmark": "^6.2.0",
"@milkdown/prose": "^6.2.0",
"@milkdown/theme-nord": "^6.2.0",
"@milkdown/vue": "^6.2.0",
"@popperjs/core": "^2.11.5",
"@poppinss/matchit": "^3.1.2",
"@sindresorhus/slugify": "1",
"@types/socket.io": "^3.0.2",
"@vitejs/plugin-vue": "^2.3.3",
"@vueuse/core": "^8.7.5",
"add": "^2.0.6",
"adonis-lucid-soft-deletes": "^1.4.3",
"adonis-responsive-attachment": "^1.3.0",
"air-datepicker": "^3.2.0",
"execa": "5",
"got": "11",
"i": "^0.3.7",
"luxon": "^2.4.0",
"marked": "^4.0.17",
"mysql": "^2.18.1",
"numbro": "^2.3.6",
"pg": "^8.7.3",
"phc-argon2": "^1.1.3",
"pinia": "^2.0.14",
"proxy-addr": "^2.0.7",
"reflect-metadata": "^0.1.13",
"rollup-plugin-copy": "^3.4.0",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"source-map-support": "^0.5.21",
"svgo": "^2.8.0",
"tempy": "1",
"v-calendar": "^3.0.0-alpha.8",
"vite": "^2.9.13",
"vite-plugin-live-reload": "^2.1.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.2.37",
"vue-cropperjs": "^5.0.0",
"vue-inline-svg": "^3.1.0",
"vue3-click-away": "^1.2.4",
"weasyprint-wrapper": "^0.1.3",
"yarn": "^1.22.19"
}
}