forked from inertiajs/pingcrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.94 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
61
{
"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"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
"@fullcalendar/list": "^5.6.0",
"@fullcalendar/timegrid": "^5.6.0",
"@fullcalendar/vue": "^5.6.0",
"@inertiajs/inertia": "^0.8.5",
"@inertiajs/inertia-vue": "^0.5.5",
"@inertiajs/progress": "^0.2.5",
"autoprefixer": "^10.2.4",
"chart.js": "^2.9.4",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.5.0",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"popper.js": "^1.16.0",
"portal-vue": "^1.5.1",
"postcss": "^8.2.6",
"postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.1",
"pretty-checkbox-vue": "^1.1.9",
"socket.io": "^4.1.2",
"tailwindcss": "^2.0.3",
"vue": "^2.6.11",
"vue-advanced-chat": "^0.8.5",
"vue-axios": "^3.2.4",
"vue-js-modal": "^2.0.0-rc.6",
"vue-loader": "^15.9.6",
"vue-meta": "^2.3.1",
"vue-notification": "^1.3.20",
"vue-quick-chat": "^1.2.8",
"vue-radial-progress": "^0.3.2",
"vue-select": "^3.11.2",
"vue-simple-calendar": "^6.0.1",
"vue-socket.io": "^3.0.10",
"vue-template-compiler": "^2.6.12",
"vue2-datepicker": "^3.9.1",
"vuejs-datepicker": "^1.6.2"
},
"devDependencies": {
"svgo": "^1.3.2",
"svgo-loader": "^3.0.0",
"vue-svg-loader": "^0.16.0",
"vue-template-loader": "^1.1.0"
}
}