-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.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
{
"name": "mpilot-ui",
"version": "0.3.2",
"description": "User interface for MPilot",
"main": "dist/mpilot-ui.bundle.js",
"module": "lib-esm/index.js",
"files": [
"dist",
"lib",
"lib-esm",
"src"
],
"repository": "https://github.com/consbio/mpilot-ui.git",
"author": "Conservation Biology Institute",
"license": "MIT",
"scripts": {
"build": "./build.sh",
"start": "webpack --config webpack.config.babel.js"
},
"dependencies": {
"@flatten-js/core": "^1.2.27",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@turf/transform-translate": "^6.5.0",
"@turf/union": "^6.5.0",
"mpilot": "^0.3.1",
"path-browserify": "^1.0.1",
"string-strip-html": "^9.0.5",
"svelte": "^3.46.3"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.15.3",
"@tsconfig/svelte": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-loader": "^8.2.2",
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-svelte3": "^3.2.1",
"mini-css-extract-plugin": "^2.3.0",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte-check": "^2.2.6",
"svelte-loader": "^3.1.2",
"svelte-preprocess": "^4.9.5",
"ts-loader": "^9.2.6",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0"
}
}