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",
|
2019-04-17 08:35:29 +00:00
|
|
|
"development": "node node_modules/cross-env/dist/bin/cross-env.js 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",
|
2019-04-17 08:35:29 +00:00
|
|
|
"production": "node node_modules/cross-env/dist/bin/cross-env.js 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": {
|
2019-09-27 16:02:48 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
|
|
"@babel/plugin-proposal-decorators": "^7.6.0",
|
2019-09-11 16:47:13 +00:00
|
|
|
"axios": "^0.19.0",
|
|
|
|
"bootstrap-sass": "^3.4.1",
|
|
|
|
"cross-env": "^5.2.1",
|
2019-06-21 14:00:51 +00:00
|
|
|
"jquery": "^3.4.1",
|
2019-09-11 16:47:13 +00:00
|
|
|
"laravel-mix": "^4.1.4",
|
2019-06-21 14:00:51 +00:00
|
|
|
"leaflet": "^1.5.1",
|
2019-01-08 13:06:21 +00:00
|
|
|
"leaflet-draw": "^1.0.4",
|
2019-08-27 09:15:23 +00:00
|
|
|
"lodash": "^4.17.15",
|
2019-06-21 14:00:51 +00:00
|
|
|
"node-sass": "^4.12.0",
|
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",
|
|
|
|
"sass": "^1.15.2",
|
|
|
|
"sass-loader": "^7.1.0",
|
2019-10-18 15:05:56 +00:00
|
|
|
"ts-loader": "^6.2.0",
|
|
|
|
"typescript": "^3.6.4",
|
2019-08-27 09:15:23 +00:00
|
|
|
"vee-validate": "^2.2.15",
|
2019-09-11 16:47:13 +00:00
|
|
|
"vue": "^2.6.10",
|
2019-09-27 16:02:48 +00:00
|
|
|
"vue-class-component": "^7.1.0",
|
2019-01-07 10:16:18 +00:00
|
|
|
"vue-events": "^3.1.0",
|
2019-09-27 16:02:48 +00:00
|
|
|
"vue-property-decorator": "^8.2.2",
|
2019-09-11 16:47:13 +00:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
|
|
|
"vue-toast-notification": "0.0.3",
|
2019-07-19 15:41:57 +00:00
|
|
|
"vuedraggable": "^2.23.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-08-29 15:18:15 +00:00
|
|
|
},
|
2018-09-06 15:58:54 +00:00
|
|
|
"dependencies": {
|
2019-09-11 16:47:13 +00:00
|
|
|
"@ckeditor/ckeditor5-build-classic": "^12.4.0",
|
|
|
|
"@fortawesome/fontawesome-free": "^5.10.2",
|
2019-01-07 10:16:18 +00:00
|
|
|
"datatables.net": "^1.10.19",
|
2019-09-11 16:47:13 +00:00
|
|
|
"datatables.net-buttons": "^1.5.6",
|
2019-11-21 17:43:56 +00:00
|
|
|
"easytimer": "^1.1.1",
|
2019-12-03 13:41:44 +00:00
|
|
|
"single-page-nav": "^1.0.0",
|
|
|
|
"vue-datetime-picker": "^0.2.1"
|
2018-09-06 15:58:54 +00:00
|
|
|
}
|
2015-07-19 06:49:24 +00:00
|
|
|
}
|