-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 989 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
37
{
"name": "hf-mission-planner",
"private": true,
"version": "0.1.0",
"description": "High Frontier Mission Planner",
"scripts": {
"build": "webpack",
"start:dev": "webpack-dev-server",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nornagon/hf-mission-planner.git"
},
"author": "Jeremy Apthorp <[email protected]>",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/nornagon/hf-mission-planner/issues"
},
"homepage": "https://github.com/nornagon/hf-mission-planner#readme",
"dependencies": {
"closure-heap": "^1.0.0",
"d3-zoom": "^3.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"style-loader": "^1.3.0",
"webpack": "^5.76.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.0.4"
}
}