-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
{
"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": {
"acorn": "^8.8.1",
"admin-lte": "^2.4.18",
"ajv": "^8.12.0",
"animate.css": "^3.7.2",
"axios": "^0.21.4",
"bootstrap": "^3.4.1",
"bootstrap-sass": "^3.4.1",
"cached-path-relative": "^1.1.0",
"chart.js": "^2.9.4",
"ckeditor": "^4.12.1",
"cross-env": "^7.0.3",
"dainsys-css-utilities": "github:Yismen/css-utilities",
"dainsys-form": "github:Yismen/dainsys-form",
"font-awesome": "^4.7.0",
"imagemin": "^5.3.1",
"jquery": "^3.6.0",
"laravel-echo": "^1.11.2",
"laravel-mix": "^6.0",
"laravel-mix-purgecss": "^6.0.0",
"lodash": "^4.17.21",
"popper.js": "^1.16.1",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"pusher-js": "^6.0.3",
"resolve-url-loader": "^3.1.4",
"sass": "^1.49.7",
"sass-loader": "^12.6.0",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-theme": "0.1.0-beta.10",
"socket.io-client": "^2.4.0",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-container": "^1.1.1",
"vue-js-modal": "^1.3.35",
"vue-loader": "^15.10.1",
"vue-router": "^3.5.2",
"vue-select": "^2.6.4",
"vue-sweetalert2": "^1.6.4",
"vue-template-compiler": "^2.6.14",
"vue-test-utils": "^1.0.0-beta.11",
"vue2-dropzone": "^3.6.0",
"vuejs-datepicker": "^1.6.2",
"vuex": "^3.6.2"
},
"dependencies": {
"v-select2-component": "^0.4.7"
}
}