-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.61 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
{
"private": true,
"scripts": {
"watch": "mix watch",
"watch-poll": "mix watch --watch-options-poll=1000",
"watch-hot": "mix watch --hot",
"dev": "npm run development",
"build": "npm run production",
"development": "mix",
"production": "mix --production"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@tailwindcss/forms": "^0.2.1",
"alpinejs": "^2.7.3",
"autoprefixer": "10.4.5",
"axios": "^0.21",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"nprogress": "^0.2.0",
"postcss": "^8.2.1",
"postcss-import": "^12.0.1",
"tailwindcss": "^2.0.2",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12",
"vue-toastification": "^1.7.11"
},
"dependencies": {
"deep-diff": "^1.0.2",
"laravel-vue-pagination": "^2.3.1",
"moment": "^2.29.1",
"quill-image-resize-module": "^3.0.0",
"v-calendar": "^2.3.2",
"v-clipboard": "^2.2.3",
"v-tooltip": "^2.1.3",
"vue-codemirror": "^4.0.6",
"vue-color": "^2.8.1",
"vue-quill-editor": "^3.0.6",
"vue-select": "^3.12.2",
"vue-sweetalert2": "^5.0.2",
"vue-upload-component": "^2.8.22",
"vue2-editor": "^2.10.2",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.0.0"
}
}