-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "song-feedback",
"version": "1.0.0",
"homepage": "./",
"private": true,
"devDependencies": {
"react-scripts": "2.0.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.4",
"aws-cloudfront-sign": "^2.2.0",
"aws-sdk": "^2.381.0",
"bootstrap": "^3.3.7",
"chart.js": "^2.7.2",
"firebase": "^3.9.0",
"prop-types": "^15.6.2",
"public-ip": "^2.4.0",
"react": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-chartjs-2": "^2.7.2",
"react-click-n-hold": "^1.0.6",
"react-cookie": "^1.0.5",
"react-dom": "^15.6.2",
"react-idle-timer": "^4.1.3",
"react-joyride": "^2.0.0-15",
"react-loadable": "^5.4.0",
"react-modal": "^3.6.1",
"react-player": "^1.7.1",
"react-player-controls": "^1.0.0-beta.0",
"react-rating": "^0.6.5",
"react-redux": "^5.0.7",
"react-responsive": "^4.1.0",
"react-router": "^4.3.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-swipe-component": "^1.4.0",
"react-transition-group": "^1.2.1",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"run-func": "^1.0.2",
"throttle-debounce": "^2.0.1",
"uuid": "^3.2.1",
"xlsx": "^0.13.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}