-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1006 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
40
41
42
{
"name": "react-table-component",
"version": "1.0.1",
"description": "react table component that uses the swapi",
"main": "src/app-client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"test",
"fetch",
"weather",
"display"
],
"author": "dan",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"babel": "^6.5.2",
"ejs": "^2.5.5",
"express": "^4.14.1",
"json-loader": "^0.5.4",
"node-fetch": "^1.6.3",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.6.1"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.22.0",
"es6-promise": "^4.0.5",
"forever-monitor": "^1.7.1",
"http-server": "^0.9.0",
"promise-polyfill": "^6.0.2",
"webpack": "^1.13.3",
"whatwg-fetch": "^2.0.2"
}
}