mirror of
https://github.com/daledavies/jump.git
synced 2026-01-09 17:02:08 +01:00
28 lines
900 B
JSON
28 lines
900 B
JSON
{
|
|
"name": "jump",
|
|
"version": "1.4.1",
|
|
"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": "^4.2.2",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"sass": "^1.54.0",
|
|
"sass-loader": "^13.2.0",
|
|
"terser-webpack-plugin": "^5.3.3",
|
|
"webpack": "^5.76.1",
|
|
"webpack-cli": "^5.0.1",
|
|
"webpack-remove-empty-scripts": "^1.0.1",
|
|
"webpack-version-file": "^0.1.7"
|
|
},
|
|
"dependencies": {
|
|
"eventemitter3": "^5.0.0",
|
|
"fuse.js": "^6.6.2"
|
|
}
|
|
}
|