-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.58 KB
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@inertiajs/inertia": "^0.8.7",
"@inertiajs/inertia-vue3": "^0.3.14",
"@inertiajs/progress": "^0.2.4",
"@vue/compiler-sfc": "^3.0.5",
"axios": "^0.21",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"chokidar": "^3.5.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"node-sass": "^6.0.0",
"postcss": "^8.1.14",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.1.3",
"sass": "^1.34.1",
"sass-loader": "^12.1.0",
"vue": "^3.1.4",
"vue-loader": "^16.1.2"
},
"dependencies": {
"@j-t-mcc/vue3-chartjs": "^1.1.2",
"@vue/apollo-composable": "^4.0.0-alpha.12",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"bootstrap": "^5.0.2",
"chart.js": "^3.4.0",
"chartjs-plugin-datalabels": "^2.0.0",
"chartjs-plugin-zoom": "^1.1.0",
"element-plus": "^1.0.2-beta.53",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"sweetalert2": "^11.0.17",
"vue-sweetalert2": "^4.3.1"
}
}