-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"name": "story-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@srph/react-infinite-scroll": "^0.1.0",
"axios": "^0.16.2",
"babel-plugin-add-react-displayname": "0.0.4",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.5",
"jshint": "^2.9.5",
"lodash": "^4.17.4",
"material-design-icons": "^3.0.1",
"moment": "^2.20.1",
"numeral": "^2.0.6",
"react": "^15.6.2",
"react-bootstrap": "0.31.5",
"react-datepicker": "^1.1.0",
"react-dom": "^15.6.2",
"react-redux": "^5.0.6",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.12",
"react-test-renderer": "^15.6.2",
"redux": "^3.7.2",
"redux-saga": "^0.15.6",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.1",
"sinon": "^3.3.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"tcov": "react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject"
},
"devDependencies": {
"axios-mock-adapter": "^1.9.0",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0"
},
"babel": {
"presets": [
"react-app"
],
"plugins": [
"add-react-displayname"
]
}
}