-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.62 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.62 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
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
{
"private": true,
"name": "geo-data-merger",
"config": {
"appname": "geo-data-merger"
},
"version": "6.0.6",
"description": "A data merger for json, csv, geojson and topojson files.",
"scripts": {
"build": "BABEL_ENV=production webpack --config webpack/webpack.config.prod.js --colors",
"start": "webpack-dev-server --config webpack/webpack.config.dev.js",
"deploy": "npm run build && git add docs && git commit -m 'chore(site): update' && git push"
},
"repository": {
"url": "git@github.com:funkeinteraktiv/geo-data-merger.git",
"type": "git"
},
"author": "webkid.io",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"eslint": "^7.29.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"postcss-loader": "^6.1.0",
"react-svg-loader": "^3.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.40.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.0.0-beta.3",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0",
"@uppy/core": "^1.19.1",
"@uppy/drag-drop": "^1.4.29",
"@uppy/react": "^1.11.10",
"cacache": "^15.2.0",
"d3-collection": "^1.0.7",
"d3-dsv": "^3.0.1",
"file-saver": "^2.0.5",
"idx": "^2.5.6",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dropzone": "^11.3.2",
"react-feather": "^2.0.9",
"react-table": "^6.11.5",
"react-tabs": "^3.2.2",
"reselect": "^4.0.0",
"styled-components": "^5.3.0",
"styled-normalize": "^8.0.7",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"unfetch": "^4.2.0",
"unistore": "^3.5.2"
},
"overrides": {
"nth-check": "2.0.1"
}
}