forked from manar007/frontend-tech-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 816 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
{
"name": "test-candidates",
"version": "0.0.1",
"description": "test back - front",
"main": "server.js",
"proxy": "http://localhost:9001",
"scripts": {
"server": "node server.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"keywords": [
"test",
"travix"
],
"author": "spartans",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"axios-mock-adapter": "^1.10.0",
"body-parser": "^1.18.2",
"express": "^4.14.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-redux": "^5.0.6",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"styled-components": "^2.2.3"
}
}