-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "shub-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"rc-checkbox": "^2.1.4",
"react": "^16.2.0",
"react-calendar": "^2.12.0",
"react-dom": "^16.2.0",
"react-jss": "^8.2.1",
"react-redux": "^5.0.6",
"react-responsive-carousel": "^3.1.33",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint .",
"precommit": "npm run lint"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.12.1",
"eslint-config-metarhia": "^2.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.5.1",
"husky": "^0.14.3"
},
"proxy": {
"/api/getSchedule.json": {
"target": "http://207.154.253.221"
},
"/api/getEvents.json": {
"target": "http://207.154.253.221"
},
"api/getHomework.json": {
"target": "http://207.154.253.221"
},
"/auth/signIn.json": {
"target": "http://207.154.253.221"
},
"/auth/signOut.json": {
"target": "http://207.154.253.221"
},
"api/getPinnedMessages.json": {
"target": "http://207.154.253.221"
}
}
}