-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 3.59 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 3.59 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --progress --watch-poll --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js",
"build:stats": "ng build --stats-json"
},
"devDependencies": {
"sass": "^1.30.0",
"node-sass": "^7.0.0",
"semver": "^7.3.5",
"babel-eslint": "^10.0.1",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"fs": "0.0.1-security",
"fs-extra": "^10.0.0",
"laravel-mix": "^6.0.39",
"lodash": "^4.17.21",
"postcss": "^8.4.4",
"raw-loader": "^4.0.2",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack-visualizer-plugin": "^0.1.11"
},
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^27.1.0",
"@ckeditor/ckeditor5-build-classic": "^27.0.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^30.0.0",
"@ckeditor/ckeditor5-upload": "^27.0.0",
"@ckeditor/ckeditor5-vue2": "^1.0.5",
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.22.0",
"buefy": "0.9.5",
"bulma-helpers": "^0.3.12",
"compass-mixins": "^0.12.10",
"copy-to-clipboard": "^3.3.1",
"css-loader": "^5.2.7",
"filepond": "^4.25.1",
"filepond-plugin-file-rename": "^1.1.6",
"filepond-plugin-file-validate-size": "^2.2.2",
"filepond-plugin-file-validate-type": "^1.2.5",
"filepond-plugin-image-crop": "^2.0.3",
"filepond-plugin-image-edit": "^1.6.0",
"filepond-plugin-image-preview": "^4.6.1",
"fuse.js": "^6.4.4",
"highlight.js": "^10.5.0",
"jodit": "^3.6.15",
"jodit-vue": "^2.4.0",
"jquery": "^3.5.1",
"laravel-vue-pagination": "^2.3.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.33",
"slugify": "^1.3.6",
"style-loader": "^2.0.0",
"tiptap": "^1.4",
"tiptap-extensions": "^1.35",
"uuid": "^8.0.0",
"v-jsoneditor": "^1.4.1",
"vaah-vue-clicktocopy": "^1.1.5",
"vaah-vue-pagination": "^1.1.5",
"vue": "^2.6.12",
"vue-avatar": "^2.2.0",
"vue-axios": "^3.2.0",
"vue-codemirror": "^4.0.6",
"vue-content-loader": "^0.2.3",
"vue-filepond": "^6.0.3",
"vue-fuse": "^2.2.1",
"vue-highlightjs": "^1.3.3",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.4.9",
"vue-tree-list": "^1.5.0",
"vue2-smooth-scroll": "^1.3.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.6.0"
}
}