-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.03 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.03 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
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "bucketlist-react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"coveralls": "^3.0.0",
"enzyme": "^3.1.1",
"history": "^4.7.2",
"lodash": "^4.17.4",
"material-ui": "^0.19.4",
"raf": "^3.4.0",
"react": "^16.0.0",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-transition-group": "^15.6.2",
"react-alert": "^2.4.0",
"react-bootstrap": "^0.31.3",
"react-dom": "^16.0.0",
"react-notify-toast": "^0.4.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.14",
"react-toastr": "^3.0.0",
"react-transition-group": "^2.2.1",
"reactstrap": "^4.8.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.3.0",
"redux-persist": "^4.10.1",
"redux-persist-store": "^0.2.4",
"redux-promise-middleware": "^4.4.1",
"redux-thunk": "^2.2.0",
"sinon": "^4.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --config=jest.config.js",
"eject": "react-scripts eject",
"cover": "npm test -- --coverage"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"chai": "^4.1.2",
"enzyme-adapter-react-16": "^1.0.4",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"mocha": "^4.0.1",
"moxios": "^0.4.0",
"react-test-renderer": "^16.1.0",
"webpack": "^3.6.0"
}
}