-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.59 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "sakchyam_client",
"version": "1.0.0",
"apexchartsVersion": "^3.19.2",
"description": "Sakchyam Frontend",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config config/webpack.dev.config.js --open --mode development --history-api-fallback --env.PLATFORM=local --env.VERSION=stag",
"prebuild": "npm run clean && webpack --mode production --config config/webpack.prod.config.js --env.PLATFORM=production --env.VERSION=stag --progress",
"build": "node server",
"clean": "rm -rf dist",
"test": "jest --coverage=true",
"tests": "mocha",
"cover": "nyc --reporter=lcov --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naxa-developers/sakchyam_client.git"
},
"keywords": [],
"author": "Varun",
"license": "ISC",
"bugs": {
"url": "https://github.com/naxa-developers/sakchyam_client/issues"
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__specs__/assetsTransformer.js",
"\\.(css|less)$": "<rootDir>/__specs__/assetsTransformer.js"
}
},
"homepage": "https://github.com/naxa-developers/sakchyam_client#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/polyfill": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.8.3",
"@turf/bearing": "^6.0.1",
"@turf/destination": "^6.0.1",
"@turf/distance": "^6.0.1",
"@turf/length": "^6.0.2",
"@turf/midpoint": "^5.1.5",
"@turf/turf": "^5.1.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"compression-webpack-plugin": "^3.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"csv-loader": "^3.0.3",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"express": "^4.17.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^5.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^25.1.0",
"mini-css-extract-plugin": "^0.9.0",
"mocha": "^7.1.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"webpack-visualizer-plugin": "^0.1.11"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"@nivo/circle-packing": "^0.62.0",
"@nivo/sankey": "^0.62.0",
"@nivo/treemap": "^0.62.0",
"apexcharts": "^3.19.2",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"canvas2image": "^1.0.5",
"core-js": "^2.5.7",
"d3": "^5.16.0",
"dom-to-image": "^2.6.0",
"dotenv-webpack": "^5.1.0",
"file-saver": "^2.0.2",
"gradstop": "^2.2.3",
"html2canvas": "^1.0.0-rc.1",
"html2canvas-render-offscreen": "0.0.3",
"html2canvasNew": "npm:html2canvas@^1.0.0-rc.7",
"lodash": "^4.17.19",
"mapbox-gl": "^1.10.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-apexcharts": "^1.3.7",
"react-content-loader": "^5.1.0",
"react-dom": "^16.13.0",
"react-dropdown": "^1.7.0",
"react-loader-spinner": "^3.1.14",
"react-redux": "^7.2.0",
"react-reveal": "^1.2.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"save-svg-as-png": "^1.4.17",
"shallowequal": "^1.1.0",
"turf": "^3.0.14"
},
"commented-library": {
"fusioncharts": "^3.15.1-sr.1",
"react-toastify": "^6.0.8",
"react-leaflet": "^2.6.3",
"react-leaflet-choropleth": "^2.0.1",
"react-leaflet-control": "^2.1.2",
"react-leaflet-markercluster": "^2.0.0",
"react-leaflet-vectorgrid": "^2.2.1",
"leaflet": "^1.6.0",
"leaflet.featuregroup.subgroup": "^1.0.2",
"react-compound-slider": "^2.5.0",
"sunburst-chart": "^1.11.2",
"react-tooltip": "^4.1.3",
"react-toolbox": "^2.0.0-beta.13",
"html2canvas": "^1.0.0-rc.1"
}
}