-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
84 lines (84 loc) · 2.76 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "fusioncms",
"private": true,
"scripts": {
"dev": "npx mix",
"production": "npx mix --production",
"watch": "npx mix watch",
"postinstall": "touch ./node_modules/.metadata_never_index"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon-block": "^23.1.0",
"@ckeditor/ckeditor5-vue": "^1.0.3",
"@fortawesome/fontawesome-free": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.0",
"@popperjs/core": "^2.0.6",
"@shopify/draggable": "^1.0.0-beta.8",
"@simonwep/pickr": "^1.2.3",
"@tailwindcss/jit": "^0.1.6",
"apexcharts": "^3.15.6",
"autoprefixer": "^10.2.5",
"autosize": "^4.0.2",
"axios": "^0.28.0",
"brace": "^0.11.1",
"codemirror": "^5.49.2",
"cronstrue": "^1.84.0",
"dragselect": "^1.13.1",
"dragula": "^3.7.2",
"dropzone": "^5.5.1",
"easymde": "^2.12.1",
"flatpickr": "^4.6.2",
"form-data": "^2.3.3",
"fuzzysort": "^1.1.4",
"js-cookie": "^2.2.0",
"later": "^1.2.0",
"lodash": "^4.17.19",
"lozad": "^1.9.0",
"marked": "^4.0.10",
"moment": "^2.22.2",
"moment-timezone": "^0.5.25",
"nprogress": "^0.2.0",
"pluralize": "^8.0.0",
"plyr": "~3.5.10",
"popper.js": "^1.16.1",
"portal-vue": "^1.5.1",
"postcss-import": "^14.0.0",
"tailwindcss": "^2.0.4",
"tooltip.js": "^1.3.3",
"uniqid": "^5.2.0",
"vue": "^3.0.0",
"vue-apexcharts": "^1.5.2",
"vue-feather-icons": "^5.0.0",
"vue-head": "^2.1.2",
"vue-moment": "^4.0.0",
"vue-mq": "^1.0.1",
"vue-nestable": "^2.6.0",
"vue-router": "^3.0.1",
"vue-scrollactive": "^0.9.3",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3",
"glob-all": "^3.1.0",
"laravel-mix": "^6.0",
"node-sass": "^7.0.0",
"postcss": "^8.2.8",
"purgecss-webpack-plugin": "^4.0",
"query-string": "^6.11.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.16.0",
"sass-loader": "^11.0",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.5.22"
}
}