-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"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": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@mdi/font": "^5.9.55",
"@mdi/js": "^5.9.55",
"@popperjs/core": "^2.10.2",
"axios": "^0.21",
"bootstrap": "^5.1.3",
"deepmerge": "^4.2.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.2",
"sass": "~1.32",
"sass-loader": "^11.1.1",
"vue": "^2.7.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue": "^0.8.0",
"@mdi/font": "^7.0.96",
"chart.js": "^3.4.0",
"date-fns": "^2.21.3",
"laravel-echo": "^1.11.0",
"material-design-icons-iconfont": "^6.7.0",
"npm": "^7.6.3",
"numeral": "^2.0.6",
"pusher-js": "^7.0.3",
"qrcode": "^1.4.4",
"tiptap-vuetify": "^2.24.0",
"vee-validate": "^3.4.15",
"vue-axios": "^3.2.4",
"vue-browser-geolocation": "^1.8.0",
"vue-filter-number-format": "^3.0.1",
"vue-google-login": "^2.0.5",
"vue-html-to-paper": "^1.4.1",
"vue-images": "^1.1.0",
"vue-print-nb": "^1.7.4",
"vue-qrcode": "^0.4.0",
"vue-sweetalert2": "^5.0.5",
"vue-toasted": "^1.1.28",
"vuetify": "^2.6.8",
"vuetify-money": "^1.2.0"
},
"name": "sig_vrim",
"version": "1.0.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0zhacarias/sig_vrim.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/0zhacarias/sig_vrim/issues"
},
"homepage": "https://github.com/0zhacarias/sig_vrim#readme",
"description": ""
}