-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 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
35
{
"name": "pokedex",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-linkify": "^0.2.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.0",
"react-scripts": "1.0.17",
"react-spinkit": "^3.0.0",
"redux": "^3.7.2",
"redux-promise-middleware": "^5.0.0",
"redux-thunk": "^2.2.0",
"twitter": "^1.7.1",
"url": "^0.11.0",
"ws": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"server": "node server/server",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": {
"/tweets": {
"target": "http://localhost:4000",
"ws": true
}
}
}