-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "gbooks",
"version": "0.1.0",
"homepage": "https://rodolfobarretoweb.github.io",
"private": true,
"dependencies": {
"axios": "0.16.2",
"bootstrap": "3",
"lodash.values": "4.3.0",
"react": "15.6.1",
"react-bootstrap": "0.31.3",
"react-dom": "15.6.1",
"react-redux": "5.0.6",
"react-redux-i18n": "1.9.0",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-scripts": "1.0.13",
"react-test-renderer": "15.6.1",
"redux": "3.7.2",
"redux-form": "7.0.4",
"redux-thunk": "2.2.0",
"store2": "2.5.5",
"surge": "^0.19.0"
},
"devDependencies": {
"axios-mock-adapter": "1.9.0",
"babel-jest": "21.0.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"jest": "21.1.0",
"jest-localstorage-mock": "2.0.0",
"redux-logger": "3.0.6",
"redux-mock-store": "1.3.0",
"regenerator-runtime": "0.11.0"
},
"scripts": {
"start": "react-scripts start",
"build": "yarn test && react-scripts build",
"test": "REACT_APP_API_BASE_URL=https://www.googleapis.com/books/v1 jest --updateSnapshot",
"eject": "react-scripts eject"
}
}