-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.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
{
"name": "geoview-api-geolocator",
"version": "0.1.1",
"description": "A project that createas a wrapper geolocator API that uses GeoView to demo",
"main": "src/index.tsx",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Canadian-Geospatial-Platform/geoview-api-geolocator"
},
"scripts": {
"serve": "webpack serve --progress --color --config webpack.dev.js",
"build": "webpack --progress --color --config webpack.prod.js",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@google/earthengine": "^0.1.0",
"@mui/icons-material": "^5.5.0",
"@mui/material": "^5.5.0",
"@mui/styles": "^5.5.0",
"chart.js": "^3.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"file-loader": "^6.2.0",
"geoview-core-types": "github:Canadian-Geospatial-Platform/geoview#types",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"path": "^0.12.7",
"prettier": "^2.6.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}