-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.64 KB
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
58
{
"name": "portfolio-monitor",
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-standard": "^3.1.0",
"react-scripts": "^1.1.4",
"react-test-renderer": "^16.4.1"
},
"dependencies": {
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"expect": "^23.0.0-alpha.0",
"jest": "^20.0.4",
"material-ui": "next",
"material-ui-icons": "^1.0.0-beta.36",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "3",
"react-router-redux": "^4.0.8",
"react-saga": "^0.2.6",
"redux-devtools-extension": "^2.13.2",
"redux-mock-store": "^1.5.3",
"redux-saga": "^0.16.0",
"redux-saga-test-plan": "^3.7.0",
"reselect": "^3.0.1",
"typeface-roboto": "^0.0.54"
},
"engines": {
"node": "7.10.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"debug-test": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand"
},
"standard": {
"parser": "babel-eslint"
},
"description": "A site to keep track of performance of a list of stock",
"main": "index.js",
"author": "Vivian Chan",
"license": "MIT"
}