forked from mybizna/mybizna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·68 lines (68 loc) · 1.9 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
62
63
64
65
66
67
68
{
"private": true,
"scripts": {
"build": "vue-cli-service build",
"dev": "npm run development",
"development": "mix",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000"
},
"dependencies": {
"@formkit/themes": "^1.0.0-beta.8",
"@formkit/vue": "^1.0.0-beta.6",
"@fullcalendar/core": "^5.11.0",
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/vue3": "^5.11.1",
"@kyvg/vue3-notification": "^2.8.0",
"@popperjs/core": "^2.11.5",
"@tinymce/tinymce-vue": "^4.0.7",
"@vuepic/vue-datepicker": "^4.3.0",
"accounting": "^0.4.1",
"apexcharts": "^3.37.3",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"js-cookie": "^3.0.1",
"laravel-mix": "^6.0.43",
"mitt": "^3.0.0",
"moment-timezone": "^0.5.34",
"nprogress": "^0.2.0",
"renovate": "^17.9.0",
"retry-axios": "^3.0.0",
"url-loader": "^4.1.1",
"vue": "^3.2.13",
"vue-moment": "^4.1.0",
"vue-router": "^4.0.14",
"vue3-apexcharts": "^1.4.1",
"vue3-confirm-dialog": "^0.1.1",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.17.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"babel-eslint": "^10.1.0",
"css-loader": "^6.7.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.6.0",
"moment-locales-webpack-plugin": "^1.2.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.38.0",
"sass-loader": "^10.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.7",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}