-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 928 Bytes
/
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
{
"name": "photo-album",
"description": "A React app that allows the user to navigate photo albums provided by JSONPlaceholder",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"styled-components": "^3.4.6"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.7.1",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"fetch-mock": "^7.0.0-alpha.6",
"react-scripts": "1.1.5",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"serve": "^10.0.1"
}
}