-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 754 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 754 Bytes
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
{
"name": "dump1090-react-client",
"version": "0.9.0",
"description": "A replacement of dump1090's web client using React, WebSockets and more",
"main": "main.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --progress --colors --port 8090",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michał Jarosz",
"license": "MIT",
"dependencies": {
"dateformat": "^1.0.12",
"geolib": "^2.0.18",
"leaflet": "^0.7.7",
"normalize.css": "^3.0.3",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-leaflet": "^0.9.0"
},
"devDependencies": {
"jsx-loader": "^0.13.2",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}