forked from classiebit/eventmie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.88 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
{
"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": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"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 --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
"@ckeditor/ckeditor5-editor-classic": "^12.1.4",
"@ckeditor/ckeditor5-vue": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.11.2",
"axios": "^0.18",
"bootstrap": "^4.3.1",
"bootstrap-sass": "^3.4.1",
"cross-env": "^5.2.1",
"laravel-mix": "^4.1.4",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"resolve-url-loader": "^2.3.1",
"sass": "^1.23.0",
"sass-loader": "^7.3.1",
"sweetalert2": "^8.18.1",
"vee-validate": "^2.2.15",
"vue": "^2.5.22",
"vue-carousel": "^0.18.0",
"vue-cookie-law": "^1.10.0",
"vue-croppa": "^1.3.8",
"vue-match-heights": "^0.1.1",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.5.22",
"vue2-datepicker": "^2.12.0",
"vuex": "^3.1.0"
},
"dependencies": {}
}