-
Notifications
You must be signed in to change notification settings - Fork 372
/
package.json
44 lines (44 loc) · 1.06 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
{
"private": true,
"engines": {
"node": "18.x"
},
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"watch": "vite build --watch",
"test": "jest"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"laravel-echo": "^1.16.1",
"laravel-vite-plugin": "^1.0.2",
"pusher-js": "^8.4.0-rc2",
"sass": "^1.77.8",
"tailwindcss": "^3.4.13",
"vite": "^5.4.0",
"vite-plugin-mkcert": "^1.17.5"
},
"name": "nexopos",
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^43.0.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"@dicebear/avatars": "^4.10.8",
"@dicebear/avatars-avataaars-sprites": "^4.10.8",
"@wordpress/hooks": "^4.5.0",
"chart.js": "^4.4.4",
"currency.js": "^2.0.4",
"lodash": "^4.17.21",
"mathjs": "^13.0.3",
"moment": "^2.30.1",
"numeral": "^2.0.6",
"qrcode": "^1.5.3",
"rxjs": "^7.8.1",
"vue": "^3.5.10",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.4.3",
"vue3-daterange-picker": "^1.0.1",
"vuedraggable": "^2.24.3"
}
}