Files
Jump/package.json

28 lines
901 B
JSON
Raw Normal View History

2022-02-07 11:04:54 +00:00
{
2022-02-12 21:52:15 +00:00
"name": "jump",
"version": "1.3.0",
2022-02-12 21:52:15 +00:00
"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": {
2022-05-10 15:58:55 +01:00
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"html-webpack-plugin": "^5.5.0",
2022-07-19 16:52:59 +01:00
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.54.0",
"sass-loader": "^12.6.0",
2022-07-19 16:52:59 +01:00
"terser-webpack-plugin": "^5.3.3",
"webpack": "^5.74.0",
2022-07-19 16:52:59 +01:00
"webpack-cli": "^4.10.0",
"webpack-remove-empty-scripts": "^0.8.1",
"webpack-version-file": "^0.1.7"
2022-03-15 21:38:39 +00:00
},
"dependencies": {
2022-05-28 20:42:56 +01:00
"eventemitter3": "^4.0.7",
"fuse.js": "^6.6.2"
2022-02-12 21:52:15 +00:00
}
2022-02-07 11:04:54 +00:00
}