-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 1022 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 1022 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
29
30
31
32
33
34
{
"name": "earth-viewer-explorer",
"version": "1.0.1",
"private": true,
"homepage": "https://earthViewer.github.io/explorer",
"dependencies": {
"ajv": "^6.5.3",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"mobx": "^4.3.2",
"mobx-react": "^5.2.5",
"popper.js": "^1.14.4",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-fontawesome": "^1.6.1",
"react-scripts": "^1.1.4",
"reactstrap": "^6.4.0",
"worldwind-react-globe": "git+https://github.com/emxsys/worldwind-react-globe.git#semver:^1.0.0",
"worldwind-react-globe-bs4": "git+https://github.com/emxsys/worldwind-react-globe-bs4.git#semver:^1.0.1"
},
"devDependencies": {
"gh-pages": "^1.2.0",
"install-peers": "^1.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}