{ "name": "jump", "version": "1.3.0", "description": "Jump is yet another self-hosted startpage for your server designed to be simple, stylish, fast and secure.", "scripts": { "dev": "webpack --mode=development --devtool=inline-source-map --watch", "build": "webpack" }, "devDependencies": { "clean-webpack-plugin": "^4.0.0", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^3.4.1", "html-webpack-plugin": "^5.5.0", "mini-css-extract-plugin": "^2.6.1", "sass": "^1.54.0", "sass-loader": "^12.6.0", "terser-webpack-plugin": "^5.3.3", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-remove-empty-scripts": "^0.8.1", "webpack-version-file": "^0.1.7" }, "dependencies": { "eventemitter3": "^4.0.7", "fuse.js": "^6.6.2" } }