-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 3.31 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.19",
"cross-env": "^5.1",
"jquery-ui": "^1.12.1",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.13",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@ckeditor/ckeditor5-alignment": "^15.0.0",
"@ckeditor/ckeditor5-autoformat": "^15.0.0",
"@ckeditor/ckeditor5-basic-styles": "^15.0.0",
"@ckeditor/ckeditor5-build-balloon": "^15.0.0",
"@ckeditor/ckeditor5-build-balloon-block": "^15.0.0",
"@ckeditor/ckeditor5-build-classic": "^15.0.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^15.0.0",
"@ckeditor/ckeditor5-dev-utils": "^12.0.5",
"@ckeditor/ckeditor5-easy-image": "^15.0.0",
"@ckeditor/ckeditor5-editor-classic": "^15.0.0",
"@ckeditor/ckeditor5-essentials": "^15.0.0",
"@ckeditor/ckeditor5-font": "^15.0.0",
"@ckeditor/ckeditor5-heading": "^15.0.0",
"@ckeditor/ckeditor5-highlight": "^15.0.0",
"@ckeditor/ckeditor5-horizontal-line": "^15.0.0",
"@ckeditor/ckeditor5-image": "^15.0.0",
"@ckeditor/ckeditor5-indent": "^15.0.0",
"@ckeditor/ckeditor5-link": "^15.0.0",
"@ckeditor/ckeditor5-list": "^15.0.0",
"@ckeditor/ckeditor5-media-embed": "^15.0.0",
"@ckeditor/ckeditor5-page-break": "^15.0.0",
"@ckeditor/ckeditor5-paragraph": "^15.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^15.0.0",
"@ckeditor/ckeditor5-remove-format": "^15.0.0",
"@ckeditor/ckeditor5-table": "^15.0.0",
"@ckeditor/ckeditor5-theme-lark": "^15.0.0",
"@ckeditor/ckeditor5-upload": "^15.0.0",
"@wiris/mathtype-ckeditor5": "^7.17.1",
"@yaireo/tagify": "^2.31.2",
"awesome-notifications": "^3.1.0",
"bootstrap": "^4.3.1",
"css-loader": "^3.2.0",
"css-spinners": "^1.0.0",
"eslint": "^6.7.2",
"font-awesome": "^4.7.0",
"input-characters-count": "^0.1.4",
"jquery": "^3.4.1",
"jquery-modal": "^0.9.2",
"jquery-simple-upload": "^1.1.0",
"jquery-ui-dist": "^1.12.1",
"js-autocomplete": "^1.0.4",
"popper.js": "^1.16.0",
"postcss": "^7.0.27",
"postcss-loader": "^3.0.0",
"raw-loader": "^3.1.0",
"style-loader": "^1.0.0",
"tailwindcss": "^1.2.0",
"vue": "^2.6.10",
"vue-debounce": "^2.3.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}