-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy pathpackage.json
50 lines (50 loc) · 1.6 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "npm run watch --watch --watch-poll",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-prettier": "^6.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^6.2.2",
"laravel-mix": "^6.0.12",
"lodash": "^4.17.20",
"postcss": "^8.2.8",
"prettier": "^2.2.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.30.0",
"sass-loader": "^9.0.3",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12",
"webpack-bundle-analyzer": "^4.4.0"
},
"dependencies": {
"@fullcalendar/core": "^5.10.1",
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/resource-common": "^5.10.1",
"@fullcalendar/resource-daygrid": "^5.10.1",
"@fullcalendar/resource-timegrid": "^5.10.1",
"@fullcalendar/resource-timeline": "^5.10.1",
"@fullcalendar/vue": "^5.10.1",
"axios": "^1.6",
"buefy": "^0.8.20",
"chart.js": "^2.9.4",
"moment": "^2.29.1",
"tippy.js": "^6.3.7",
"vee-validate": "^3.4.5",
"vue": "^2.6.12",
"vue-i18n": "^8.22.2",
"vue-moment": "^4.1.0",
"vuedraggable": "^2.24.3"
}
}