generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "sales-management",
"version": "1.0.0",
"type": "module",
"description": "A package for sales management",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teamtnt/sales-management.git"
},
"author": "TNT Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/teamtnt/sales-management/issues"
},
"homepage": "https://github.com/teamtnt/sales-management#readme",
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vue-flow/background": "^1.3.0",
"laravel-vite-plugin": "^1.0.5",
"mitt": "^3.0.1",
"sass": "^1.51.0",
"vite": "^5.0.12",
"vue": "^3.4.19"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@popperjs/core": "^2.11.6",
"@vue-flow/core": "^1.32.1",
"@vue-flow/node-toolbar": "^1.1.0",
"@vueuse/core": "^10.8.0",
"axios": "^1.6.7",
"bootstrap": "^5.2.3",
"chart.js": "^4.4.1",
"datatables.net-bs5": "^1.13.1",
"datatables.net-buttons-bs5": "^2.3.3",
"datatables.net-select-bs5": "^1.5.0",
"dragula": "^3.7.3",
"feather-icons": "^4.29.1",
"jquery": "^3.7.1",
"notyf": "^3.10.0",
"simplebar": "^6.2.5",
"vue-i18n": "^9.9.1",
"vue-multiselect": "^3.0.0-beta.3",
"vuedraggable": "^4.1.0"
}
}