This repository was archived by the owner on Apr 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.54 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
{
"name": "edutech-map",
"config": {
"appname": "edutech-map"
},
"version": "6.0.1",
"description": "lightweight react starterkit including webpack, unistore, styled components",
"scripts": {
"build:ci": "echo \"MAP_STYLE=$MAP_STYLE\" > .env && echo \"MAP_TOKEN=$MAP_TOKEN\" >> .env && BABEL_ENV=production webpack --config webpack/webpack.config.prod.js",
"build": "BABEL_ENV=production webpack --config webpack/webpack.config.prod.js",
"start": "webpack-dev-server --config webpack/webpack.config.dev.js",
"lint": "eslint --ext .js --ext .jsx ."
},
"repository": {
"url": "git@github.com:technologiestiftung/edutech-map.git",
"type": "git"
},
"author": "webkid.io",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.6.4",
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.6.3",
"@babel/preset-react": "7.6.3",
"autoprefixer": "9.7.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"babel-plugin-styled-components": "1.10.6",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.0.4",
"cross-env": "6.0.3",
"css-loader": "3.2.0",
"dotenv": "8.2.0",
"eslint": "6.6.0",
"eslint-config-airbnb": "18.0.1",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-loader": "3.0.2",
"eslint-plugin-flowtype": "4.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"file-loader": "4.2.0",
"html-webpack-plugin": "4.0.0-beta.8",
"mini-css-extract-plugin": "0.8.0",
"postcss-loader": "3.0.0",
"react-svg-loader": "3.0.3",
"style-loader": "1.0.0",
"webpack": "4.41.2",
"webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "3.3.9",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2"
},
"dependencies": {
"@babel/polyfill": "7.6.0",
"@material-ui/core": "4.6.0",
"@material-ui/icons": "4.5.1",
"@material-ui/styles": "4.7.1",
"@turf/bbox": "6.0.1",
"@turf/boolean-point-in-polygon": "6.0.1",
"core-js": "3.3.4",
"d3-scale": "3.2.1",
"history": "4.10.1",
"idx": "2.5.6",
"lodash": "4.17.15",
"lodash.xor": "4.5.0",
"mapbox-gl": "1.13.2",
"query-string": "6.9.0",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-mapbox-gl": "4.8.6",
"react-router-dom": "5.1.2",
"react-select": "3.0.8",
"react-transition-group": "4.3.0",
"reselect": "4.0.0",
"store": "2.0.12",
"styled-components": "4.4.0",
"styled-normalize": "8.0.6",
"topojson-client": "3.1.0",
"unfetch": "4.1.0",
"unistore": "3.5.0"
}
}