-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"name": "frontend-tourlive",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"chart.js": "^2.7.2",
"history": "^4.7.2",
"html-react-parser": "^0.4.6",
"leaflet": "^1.3.1",
"prop-types": "^15.6.1",
"react": "^16.3.1",
"react-chartjs-2": "^2.7.0",
"react-document-title": "^2.0.3",
"react-dom": "^16.3.1",
"react-event-timeline": "^1.5.1",
"react-helmet": "^5.2.0",
"react-leaflet": "^1.9.1",
"react-notifications": "^1.4.3",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-scroll-to-component": "^1.0.2",
"reactjs-popup": "^1.1.1",
"redux": "^3.7.2",
"redux-promise-middleware": "^5.0.0",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.79.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"sonarqube-scanner-node": "^0.0.7"
}
}