-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
67 lines (67 loc) · 1.83 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "reactjs-unsplash",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/atahani/reactjs-unsplash"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "lint-staged",
"lint": "eslint ./src",
"flow": "flow check",
"update-flowtyped": "flow-typed update"
},
"author": "Ahmad Tahani <ahmad.tahani@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^22.0.1",
"eslint-cli": "^1.1.1",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-jsx-a11y": "^5.1.1",
"file-loader": "^1.1.6",
"flow-bin": "^0.63.1",
"husky": "^1.3.1",
"lint-staged": "^7.3.0",
"prettier": "1.14.3",
"react-hot-loader": "4.0.0-beta.14",
"react-test-renderer": "^16.7.0",
"redux-devtools-extension": "^2.13.7",
"redux-mock-store": "^1.2.3"
},
"dependencies": {
"camelcase-keys-deep": "^0.1.0",
"history": "^4.6.3",
"jest-styled-components": "^6.3.1",
"lodash": "^4.17.11",
"polished": "^1.2.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-event-listener": "^0.5.3",
"react-helmet": "^5.1.3",
"react-onclickoutside": "^6.1.1",
"react-redux": "^5.1.1",
"react-responsive-masonry": "^2.0.0",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"react-scripts": "^2.1.3",
"redux": "^3.6.0",
"redux-form": "^7.2.0",
"redux-persist": "^5.4.0",
"redux-saga": "^0.16.2",
"styled-components": "^3.4.10",
"url-search-params-polyfill": "^2.0.0",
"whatwg-fetch": "^2.0.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}