-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
27 lines (27 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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"
}
}