more js cleanup and consolidation with webpack; removed vendor dir #91
This commit is contained in:
11
package.json
11
package.json
@@ -9,21 +9,22 @@
|
||||
"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": {
|
||||
"dependencies": {
|
||||
"Leaflet.Geodesic": "git+https://git@github.com/henrythasler/Leaflet.Geodesic.git",
|
||||
"axios": "^0.17",
|
||||
"bootstrap-sass": "^3.3.7",
|
||||
"bootstrap3": "^3.3.5",
|
||||
"cross-env": "^5.1.3",
|
||||
"icheck": "1.0.2",
|
||||
"icheck": "^1.0.2",
|
||||
"jquery": "^3.2.1",
|
||||
"laravel-mix": "^1.0",
|
||||
"leaflet": "^1.2.0",
|
||||
"leaflet-ajax": "2.1.0",
|
||||
"leaflet-rotatedmarker": "^0.2.0",
|
||||
"lodash": "4.17.4",
|
||||
"pjax": "^0.2.4",
|
||||
"popper.js": "^1.13.0",
|
||||
"rivets": "0.9.6",
|
||||
"select2": "^4.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"pjax": "^0.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user