-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 919 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
38
39
{
"name": "nasa-open-api",
"version": "1.0.0",
"description": "A toolchain with React.js and one of NASA's open APIs that displays potentially hazardous space objects.",
"main": "index.js",
"scripts": {
"dev": "parcel serve src/index.html",
"test": "node tests/*.js",
"build": "npm run test && parcel build src/index.html"
},
"keywords": [
"api",
"node",
"nasa",
"react",
"eslint",
"netlify",
"mdn-docs",
"prettier",
"toolchains"
],
"author": "J. Perez",
"license": "MIT",
"devDependencies": {
"axios": "^0.21.2",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0",
"parcel-bundler": "^1.12.5",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.2"
},
"dependencies": {
"date-fns": "^2.23.0",
"format-number": "^3.0.0",
"react": "^17.0.2",
"react-async-hook": "^3.6.2",
"react-dom": "^17.0.2"
}
}