-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.32 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
{
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"enzyme-to-json": "^3.3.5",
"prettier": "1.16.4",
"react-scripts": "2.1.3"
},
"dependencies": {
"connected-react-router": "4.5.0",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-redux": "5.1.1",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"redux": "4.0.1",
"redux-observable": "^1.0.0",
"rxjs": "^6.4.0",
"sanitize.css": "7.0.3",
"serve": "10.1.1"
},
"name": "xchange",
"version": "1.0.0",
"description": "Exchange rate between pockets",
"keywords": [
"react",
"redux",
"redux-thunk"
],
"homepage": "https://github.com/SimoNonnis/xchange#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SimoNonnis/xchange.git"
},
"bugs": {
"url": "https://github.com/SimoNonnis/xchange/issues"
},
"license": "MIT",
"author": "Simon Nonnis <[email protected]>",
"main": "./src/index.js",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"private": true
}