-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 914 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
{
"name": "currency-wizard",
"version": "0.1.0",
"private": true,
"dependencies": {
"date-fns": "^1.29.0",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"nock": "^9.1.6",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-datepicker": "^1.1.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"recharts": "^1.0.0-beta.10",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"styled-components": "^3.1.6"
},
"devDependencies": {
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"react-scripts": "^1.1.1",
"react-test-renderer": "^16.2.0",
"redux-test-utils": "^0.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}