-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 829 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 829 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.0"
},
"dependencies": {
"@bhplugin/vue3-datatable": "^1.1.4",
"@kyvg/vue3-notification": "^3.2.1",
"@popperjs/core": "^2.11.8",
"@stripe/stripe-js": "^3.4.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue-stripe/vue-stripe": "^4.5.0",
"datatables.net-vue3": "^3.0.1",
"googleapis": "^137.1.0",
"primevue": "^3.52.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue3-easy-data-table": "^1.5.47"
}
}