-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.84 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.84 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Ozone",
"version": "1.1.0",
"private": true,
"description": "react, mapboxgl, axios, papaparse, reactstrap, bootstrap, fontawesome, googleapis, and custom code in one project",
"homepage": "https://ozonegis.github.io/Ozone.github.io/",
"license": "MIT",
"scripts": {
"build": "yarn build-css && react-scripts build",
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"start": "npm-run-all -p watch-css start-js",
"start-js": "react-scripts start",
"test": "react-scripts test --env=jsdom",
"watch-css": "yarn build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive"
},
"dependencies": {
"@fortawesome/react-fontawesome": "0.0.18",
"axios": "^0.19.2",
"bootstrap": "4.3.1",
"chart.js": "2.9.3",
"mapbox-gl": "^1.9.1",
"moment": "2.24.0",
"node-sass-chokidar": "1.4.0",
"npm-run-all": "4.1.5",
"papaparse": "^5.2.0",
"perfect-scrollbar": "1.5.0",
"react": "16.13.1",
"react-big-calendar": "0.24.5",
"react-bootstrap-sweetalert": "5.1.9",
"react-bootstrap-switch": "15.5.3",
"react-bootstrap-wizard": "0.0.4",
"react-chartjs-2": "2.9.0",
"react-datetime": "2.16.3",
"react-dom": "16.13.1",
"react-google-maps": "9.2.3",
"react-jvectormap": "0.0.16",
"react-mapbox-gl": "^4.8.3",
"react-notification-alert": "0.0.7",
"react-nouislider": "2.0.1",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.1",
"react-select": "3.1.0",
"react-table": "7.0.4",
"react-tagsinput": "3.19.0",
"reactstrap": "5.0.0-alpha.4"
},
"devDependencies": {
"gh-pages": "^2.2.0"
},
"proxy": "http://localhost:5000/"
}