This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
115 lines (115 loc) · 3.93 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "field-sight",
"version": "1.0.0",
"description": "Field Sight",
"main": "src/index.js",
"author": "SR Thapa",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --content-base src --mode development --config config/webpack.base.config.js --open --hot --history-api-fallback --env.PLATFORM=local --env.VERSION=stag",
"clean": "rm -rf dist",
"prebuild": "npm run clean && webpack --mode production --config config/webpack.prod.config.js --env.PLATFORM=production --env.VERSION=stag --progress",
"build": "node server"
},
"dependencies": {
"@types/npm": "^2.0.31",
"animate.css": "^3.7.2",
"array-move": "^2.1.0",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"cropperjs": "^1.5.1",
"date-fns": "^1.30.1",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"express": "^4.16.4",
"font-awesome": "^4.7.0",
"gradstop": "^2.2.3",
"leaflet": "^1.6.0",
"leaflet-geosearch": "^2.7.0",
"leaflet-vector-tile-layer": "^0.4.0",
"leaflet.markercluster": "^1.4.1",
"leaflet.vectorgrid": "^1.3.0",
"material-design-icons-iconfont": "5.0.1",
"mdbreact": "^4.21.1",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-bootstrap-multiselect": "^2.4.1",
"react-bootstrap-typeahead": "^3.4.7",
"react-chartjs-2": "^2.7.6",
"react-color": "^2.18.0",
"react-content-loader": "^4.2.2",
"react-cropper": "^1.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-datepicker": "^2.9.6",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.5",
"react-grid-gallery": "^0.5.4",
"react-iframe": "^1.8.0",
"react-intl": "^3.3.2",
"react-leaflet": "^2.4.0",
"react-leaflet-easyprint": "^2.0.0",
"react-leaflet-markercluster": "^2.0.0-rc3",
"react-leaflet-measure": "^2.1.1",
"react-leaflet-search": "^1.0.3",
"react-loader-spinner": "^2.3.0",
"react-perfect-scrollbar": "^1.5.3",
"react-redux": "^7.1.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.0.0",
"react-select": "^3.0.8",
"react-select-2": "^2.0.11",
"react-sortable-hoc": "^1.10.1",
"react-stripe-elements": "^5.0.0",
"react-toastify": "^5.3.1",
"react-virtualized": "^9.21.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-react": "^7.0.0-beta.51",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-react-intl": "^4.1.20",
"babel-plugin-transform-remove-console": "^6.9.4",
"compression-webpack-plugin": "^3.0.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"dotenv-webpack": "^1.7.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.1.2",
"webpack": "^4.12.0",
"webpack-cli": "^3.3.10",
"webpack-dashboard": "^3.0.7",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.1.3",
"webpack-visualizer-plugin": "^0.1.11"
}
}