This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
156 lines (156 loc) · 4.79 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "@bayer/ol-kit",
"version": "0.18.3",
"license": "BSD",
"description": "Mapping components & utils built with openlayers + react",
"keywords": [
"map",
"mapping",
"toolkit",
"react",
"openlayers",
"components"
],
"contributors": [
{
"name": "Jake Stäzrad",
"email": "[email protected]",
"url": "https://github.com/stazrad"
},
{
"name": "Glen Selle",
"email": "[email protected]",
"url": "https://github.com/glenselle"
},
{
"name": "Daniel Rodenberg",
"email": "[email protected]",
"url": "https://github.com/drodenberg"
},
{
"name": "Patrick Moulden",
"email": "[email protected]",
"url": "https://github.com/PatchesMaps"
}
],
"homepage": "https://ol-kit.com",
"bugs": "https://github.com/MonsantoCo/ol-kit/issues",
"main": "./core/index.js",
"scripts": {
"build": "rm -rf core/ && babel src/ -d core",
"dev": "rm -rf core/ && { babel --watch src/ -d core; } | tee >&2",
"app:build": "webpack --config app/webpack.config.js",
"app": "webpack-dev-server --hot --inline --config app/webpack.config.js",
"docs": "rm -rf docs/ && jsdoc -r -c jsdoc.json && cp src-docs/overrides/* docs/",
"integrations": "./app/integration.sh",
"lint": "eslint src/**/*.js",
"lint:fix": "npm run lint -- --fix",
"prepublishOnly": "run preventPublish",
"ship": "run ship",
"test": "jest --notify --config=jest.config.js",
"test:coverage": "jest --config=jest.config.js --coverage",
"test:watch": "jest --notify --config=jest.config.js --watch --coverage"
},
"repository": {
"type": "git",
"url": "[email protected]:MonsantoCo/ol-kit.git"
},
"dependencies": {
"@date-io/moment": "~1.3.13",
"@material-ui/core": "~4.9.12",
"@material-ui/icons": "~4.9.1",
"@material-ui/pickers": "~3.2.10",
"@material-ui/styles": "~4.9.10",
"@mdi/js": "~5.1.45",
"@mdi/react": "1.4.0",
"@turf/bbox": "~6.0.1",
"@turf/centroid": "~6.0.2",
"@turf/helpers": "~6.1.4",
"clipboard": "^2.0.6",
"geostyler-openlayers-parser": "0.21.0",
"lodash.clonedeep": "~4.5.0",
"lodash.debounce": "~4.0.8",
"lodash.escaperegexp": "~4.1.2",
"lodash.isequal": "~4.5.0",
"moment": "~2.26.0",
"nanoid": "~2.1.11",
"prop-types": "~15.7.2",
"qs": "~6.9.3",
"react-color": "~2.18.0",
"react-draggable": "^4.4.3",
"react-hook-form": "~5.7.2",
"react-select": "~3.1.0",
"shp-write": "~0.3.2",
"uuid": "~7.0.3"
},
"devDependencies": {
"@babel/cli": "~7.4.3",
"@babel/core": "~7.7.7",
"@babel/plugin-proposal-class-properties": "~7.7.4",
"@babel/plugin-proposal-optional-chaining": "~7.9.0",
"@babel/plugin-transform-runtime": "~7.6.2",
"@babel/polyfill": "~7.8.3",
"@babel/preset-env": "~7.7.1",
"@babel/preset-react": "~7.7.0",
"@babel/runtime": "~7.7.2",
"@hot-loader/react-dom": "~16.13.0",
"@testing-library/dom": "~7.0.4",
"@testing-library/jest-dom": "~5.5.0",
"@testing-library/react": "~10.0.1",
"apollo-boost": "^0.4.9",
"babel-eslint": "~10.0.1",
"babel-jest": "~24.9.0",
"babel-loader": "~8.0.6",
"babel-plugin-inline-react-svg": "~1.1.0",
"babel-plugin-module-resolver": "~3.2.0",
"better-docs": "~1.4.7",
"child_process": "~1.0.2",
"css-loader": "~3.6.0",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "~1.15.2",
"enzyme-to-json": "~3.4.4",
"eslint": "~6.8.0",
"eslint-config-standard": "~14.1.1",
"eslint-loader": "~4.0.2",
"eslint-plugin-import": "~2.20.2",
"eslint-plugin-node": "~11.0.0",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-react": "~7.19.0",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-standard": "~4.0.1",
"graphql": "^14.7.0",
"html-webpack-plugin": "~4.3.0",
"husky": "~4.2.5",
"jest": "~25.4.0",
"jest-canvas-mock": "~2.2.0",
"jest-environment-jsdom": "~26.0.1",
"jest-environment-jsdom-global": "~2.0.2",
"jest-fetch-mock": "~3.0.3",
"jest-puppeteer": "~4.4.0",
"jest-styled-components": "~7.0.2",
"jsdoc": "3.6.3",
"ol": "4.6.5",
"parcel": "2.0.0-alpha.3.2",
"puppeteer": "^4.0.1",
"react": "~16.11.0",
"react-apollo": "^3.1.5",
"react-dom": "~16.11.0",
"react-hot-loader": "~4.12.21",
"react-router-dom": "^5.2.0",
"runjs": "~4.4.2",
"semver": "~7.3.2",
"styled-components": "~5.0.1",
"webpack": "~4.43.0",
"webpack-cli": "~3.3.12",
"webpack-dev-server": "~3.11.0"
},
"peerDependencies": {
"ol": "4.6.5",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"styled-components": ">=5.0.0",
"@material-ui/core": ">=4.0.0",
"@material-ui/icons": ">=4.0.0",
"@material-ui/styles": ">=4.0.0"
}
}