2015-07-19 06:49:24 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
2018-08-06 12:30:51 +00:00
|
|
|
"scripts": {
|
2018-08-29 15:18:15 +00:00
|
|
|
"test": "echo \"Error\"",
|
2018-08-06 12:30:51 +00:00
|
|
|
"dev": "npm run development",
|
2020-09-14 11:46:27 +00:00
|
|
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
|
|
|
|
|
2018-08-06 12:30:51 +00:00
|
|
|
"prod": "npm run production",
|
2020-09-14 11:46:27 +00:00
|
|
|
"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"
|
2018-08-06 12:30:51 +00:00
|
|
|
},
|
2015-07-19 06:49:24 +00:00
|
|
|
"devDependencies": {
|
2020-07-28 18:29:03 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
2020-09-14 11:46:27 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.10.5",
|
2019-09-11 16:47:13 +00:00
|
|
|
"bootstrap-sass": "^3.4.1",
|
2020-09-14 11:46:27 +00:00
|
|
|
"cross-env": "^7.0.2",
|
2019-09-11 16:47:13 +00:00
|
|
|
"laravel-mix": "^4.1.4",
|
2020-05-20 13:54:10 +00:00
|
|
|
"node-sass": "^4.14.1",
|
2019-04-29 08:36:30 +00:00
|
|
|
"npm-font-open-sans": "^1.1.0",
|
2019-08-27 09:15:23 +00:00
|
|
|
"purecss-sass": "^1.0.1",
|
2019-09-11 16:47:13 +00:00
|
|
|
"resolve-url-loader": "^3.1.0",
|
2020-07-28 18:29:03 +00:00
|
|
|
"sass": "^1.26.10",
|
2020-05-20 13:54:10 +00:00
|
|
|
"sass-loader": "^7.3.1",
|
|
|
|
"ts-loader": "^6.2.2",
|
2020-09-14 11:46:27 +00:00
|
|
|
"typescript": "^4.0.2"
|
2020-02-24 09:08:06 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
|
2020-09-14 11:46:27 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
|
|
|
"axios": "^0.20.0",
|
2020-05-20 13:54:10 +00:00
|
|
|
"datatables.net": "^1.10.21",
|
2020-09-14 11:46:27 +00:00
|
|
|
"datatables.net-buttons": "^1.6.3",
|
2020-02-24 09:08:06 +00:00
|
|
|
"easytimer": "^1.1.1",
|
2020-05-20 13:54:10 +00:00
|
|
|
"jquery": "^3.5.1",
|
2020-09-14 11:46:27 +00:00
|
|
|
"leaflet": "^1.7.1",
|
2020-02-24 09:08:06 +00:00
|
|
|
"leaflet-draw": "^1.0.4",
|
2020-09-14 11:46:27 +00:00
|
|
|
"lodash": "^4.17.20",
|
2020-02-24 09:08:06 +00:00
|
|
|
"single-page-nav": "^1.0.0",
|
2019-08-27 09:15:23 +00:00
|
|
|
"vee-validate": "^2.2.15",
|
2020-09-14 11:46:27 +00:00
|
|
|
"vue": "^2.6.12",
|
2020-07-28 18:29:03 +00:00
|
|
|
"vue-class-component": "^7.2.5",
|
2020-05-20 13:54:10 +00:00
|
|
|
"vue-datetime-picker": "^0.2.1",
|
|
|
|
"vue-directive-tooltip": "^1.6.3",
|
2019-01-07 10:16:18 +00:00
|
|
|
"vue-events": "^3.1.0",
|
2020-06-22 19:59:22 +00:00
|
|
|
"vue-property-decorator": "^8.5.1",
|
2020-09-14 11:46:27 +00:00
|
|
|
"vue-template-compiler": "^2.6.12",
|
|
|
|
"vue-toast-notification": "^0.5.0",
|
2020-07-28 18:29:03 +00:00
|
|
|
"vuedraggable": "^2.24.0",
|
2019-08-27 09:15:23 +00:00
|
|
|
"vuejs-datetimepicker": "^1.1.12",
|
2018-09-07 13:31:05 +00:00
|
|
|
"vuetable-2": "^1.7.5"
|
2018-09-06 15:58:54 +00:00
|
|
|
}
|
2015-07-19 06:49:24 +00:00
|
|
|
}
|