-
-
Notifications
You must be signed in to change notification settings - Fork 97
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 615 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 615 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production"
},
"devDependencies": {
"laravel-mix": "^6.0.43",
"vue-loader": "^16.8.3",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"chart.js": "^3.7.0",
"chartjs-plugin-datalabels": "^2.0.0",
"serialize-javascript": "^4.0.0",
"sweetalert2": "^9.17.1",
"vue": "^3.2.31",
"vue-chartjs": "^4.0.0"
}
}