-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
#Dependencies
{
"name": "missionclockservice",
"version": "06.30.09",
"homepage": "http://localhost:8585/MissionClockService",
"private": false,
"dependencies": {
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"bootstrap": "^4.1.3",
"cross-fetch": "^2.2.2",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"moment-timezone": "^0.5.21",
"react": "^16.4.2",
"react-bootstrap": "^0.32.3",
"react-burger-menu": "^2.5.2",
"react-collapse": "^4.0.3",
"react-countdown-now": "^1.3.0",
"react-datetime": "^2.15.0",
"react-dom": "^16.4.2",
"react-draggable-list": "^3.6.0",
"react-live": "^1.11.0",
"react-live-clock": "^2.0.3",
"react-motion": "^0.5.2",
"react-popper": "^1.0.2",
"react-redux": "^5.0.7",
"react-scripts": "1.1.5",
"react-slick": "^0.23.1",
"react-tabs": "^2.3.0",
"react-timezone": "^2.1.0",
"react-toggle": "^4.0.2",
"react-websocket": "^2.0.0",
"reactstrap": "^6.4.0",
"redux": "^4.0.0",
"redux-burger-menu": "^0.2.7",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"sockette": "^2.0.0",
"url-loader": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}