-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 981 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
28
29
30
31
32
33
34
35
36
{
"name": "issviewer",
"version": "1.2.2",
"description": "spot the International Space Station, get pass predictions",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"build-prod": "webpack --mode production --node-env production",
"server": "webpack-dev-server",
"watch": "webpack --watch"
},
"keywords": [],
"author": "pkrasicki",
"license": "AGPL",
"private": "true",
"dependencies": {
"bottleneck": "^2.19.5",
"express": "^4.17.1",
"leaflet": "^1.7.1",
"node-fetch": "^2.6.1",
"redis": "^2.8.0",
"satellite.js": "^3.0.1"
},
"devDependencies": {
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.0",
"nodemon": "^3.0.3",
"webpack": "^5.90.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}