-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
31 lines (31 loc) · 882 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
{
"name": "satellite-tracker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html",
"publish": "parcel build index.html --public-url ./ --out-dir docs"
},
"author": "David Suárez (github.com/dsuarezv)",
"dependencies": {
"assets": "^3.0.1",
"query-string": "6.10.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-github-fork-ribbon": "0.6.0",
"react-router": "5.1.2",
"satellite.js": "^4.1.3",
"three": "^0.138.3"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@types/react": "^16.14.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"parcel-bundler": "^1.12.5"
}
}