-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "spotify-clone",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.0.0-beta.3",
"font-awesome": "^4.7.0",
"react": "^16.13.1",
"react-dom": "^16.2.0",
"react-fontawesome": "^1.6.1",
"react-redux-form": "^1.16.5",
"react-redux-loading-bar": "^3.1.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"reactstrap": "^5.0.0-alpha.4",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"styled-components": "^3.0.2",
"typeface-oxygen": "0.0.54",
"validate.js": "^0.12.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"invariant": "^2.2.2",
"precommit": "^1.2.2",
"react-redux": "^5.0.6",
"react-router-redux": "^4.0.8",
"react-test-renderer": "^16.2.0",
"redux-devtools-extension": "^2.13.2",
"redux-persist": "^5.5.0",
"sinon": "^4.2.1"
}
}