-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 960 Bytes
/
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
{
"name": "mail-log",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@inertiajs/vue3": "^2.0.3",
"@primevue/themes": "^4.2.5",
"@tailwindcss/vite": "^4.0.6",
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/core": "^12.5.0",
"dayjs": "^1.11.13",
"laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.21",
"primevue": "^4.2.5",
"tailwindcss": "^4.0.6",
"tailwindcss-primeui": "^0.4.0",
"vite": "^6.1.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@gearbox-solutions/eslint-config-gbx": "^2.0.6",
"vite-plugin-vue-devtools": "^7.7.2"
}
}