You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phpvms/package.json

65 lines
2.3 KiB

{
"private": true,
"scripts": {
"dev": "yarn 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": "yarn 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": "yarns run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"@turf/center": "^6.0.1",
"acorn": "^7.1.1",
"animate.css": "~3.6",
"axios": "^0.18.1",
"bootstrap": "~4.3",
"bootstrap-sass": "^3.4.1",
"bootstrap3": "npm:bootstrap@~3.4",
"ckeditor4": "ckeditor/ckeditor4-releases#full/latest",
"cookieconsent": "^3.1.0",
"cross-env": "^5.1.6",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"flag-icon-css": "^2.9.0",
"geolib": "^2.0.24",
"icheck": "~1.0",
"jquery": "~3.4",
"jquery-pjax": "~2.0",
"js-yaml": "^3.4",
"laravel-mix": "^2.1.14",
"leaflet": "^1.3.4",
"leaflet-ajax": "2.1.0",
"leaflet-providers": "1.0.*",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.geodesic": "^2.5.2",
"lodash": ">=4.17.13",
"marked": ">0.3.18",
"moment": "^2.24.0",
"minimist": "^1.2.2",
"paper-dashboard": "^1.1.0",
"pe7-icon": "^1.0.4",
"pikaday": "^1.7.0",
"pjax": "^0.2.8",
"popper.js": "^1.15.0",
"rivets": "^0.9.6",
"select2": "^4.0.5",
"ssri": "^5.3.0",
"tar": ">=4.4.2",
"webpack": "^3.12.0",
"x-editable": "1.5.1"
},
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"eslint": "^6.2.2",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"tailwindcss": "^0.5.3",
"webpack-bundle-analyzer": "^3.3",
"webpack-dev-server": "^3.1.11"
}
}