phpvms/package.json

37 lines
1.5 KiB
JSON
Raw Normal View History

2017-06-09 02:28:26 +08:00
{
"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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
2017-06-09 02:28:26 +08:00
},
"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",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"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",
"moment": "^2.20.1",
"pjax": "^0.2.4",
"popper.js": "^1.13.0",
"rivets": "0.9.6",
"select2": "^4.0.5",
"x-editable": "1.5.1"
2017-12-31 00:38:18 +08:00
},
"devDependencies": {
"copy-webpack-plugin": "^4.3.1"
2017-06-09 02:28:26 +08:00
}
}