-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1022 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": "appl",
"version": "0.1.1",
"private": true,
"dependencies": {
"@uirouter/react": "^0.5.4",
"bootstrap": "^4.0.0-beta.2",
"font-awesome": "^4.7.0",
"react": "^16.1.1",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.1.1",
"react-ga": "^2.3.5",
"react-google-autocomplete": "^1.0.15",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.16",
"reactstrap": "^5.0.0-alpha.3",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "cross-env PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"proxy": {
"/api": {
"target": "http://localhost:3000/",
"ws": true,
"pathRewrite": {
"^/api": ""
}
}
},
"devDependencies": {
"@uirouter/visualizer": "^5.1.3",
"cross-env": "^5.1.1",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0"
}
}