-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.39 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.39 KB
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
69
70
{
"private": true,
"name": "webmail",
"description": "vue webmail app",
"version": "1.0.0",
"engines": {
"node": "12.20.0"
},
"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",
"heroku-postbuild": "npm run dev"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"axios": "^0.21.4",
"laravel-mix": "^6.0.39",
"lodash": "^4.17.19",
"postcss": "^8.3.11",
"resolve-url-loader": "^3.1.4",
"sass": "^1.43.4",
"sass-loader": "^11.1.1",
"tailwindcss": "^2.2.19",
"vue-loader": "^15.9.8"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@johmun/vue-tags-input": "^2.1.0",
"@kugatsu/vuenotification": "^1.1.4",
"@syncfusion/ej2-base": "^19.3.54",
"@syncfusion/ej2-vue-buttons": "^19.3.53",
"@syncfusion/ej2-vue-calendars": "^19.3.53",
"@syncfusion/ej2-vue-dropdowns": "^19.3.53",
"@syncfusion/ej2-vue-grids": "^19.3.54",
"@syncfusion/ej2-vue-inputs": "^19.3.53",
"@syncfusion/ej2-vue-layouts": "^19.3.53",
"@syncfusion/ej2-vue-lists": "^19.3.53",
"@syncfusion/ej2-vue-navigations": "^19.3.54",
"@syncfusion/ej2-vue-notifications": "^19.3.53",
"@syncfusion/ej2-vue-popups": "^19.3.53",
"@syncfusion/ej2-vue-richtexteditor": "^19.3.53",
"@syncfusion/ej2-vue-splitbuttons": "^19.3.53",
"codemirror": "^5.64.0",
"core-js": "^3.19.1",
"file-icons-js": "github:websemantics/file-icons-js",
"gsap": "^3.8.0",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"portal-vue": "^2.1.7",
"pretty-file-icons": "^2.2.1",
"vue": "^2.6.14",
"vue-avatar-cropper": "^2.0.9",
"vue-class-component": "^7.2.6",
"vue-click-outside": "^1.1.0",
"vue-image-crop-upload": "^3.0.3",
"vue-js-modal": "^2.0.1",
"vue-loaders": "^4.1.4",
"vue-router": "^3.5.3",
"vue-simple-suggest": "^1.11.2",
"vue-template-compiler": "^2.6.14",
"vue-window-portal": "^1.6.1",
"vueditor": "^0.3.1",
"vuex": "^3.6.2"
}
}