-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "geoview-plugins-demo",
"version": "0.1.0",
"description": "A demo app that uses the GeoView APIs",
"main": "src/index.tsx",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Canadian-Geospatial-Platform/GeoView-Plugins-Demo"
},
"scripts": {
"serve": "webpack serve --progress --color --config webpack.dev.js",
"build": "webpack --progress --color --config webpack.prod.js",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"chart.js": "^4.4.0",
"ci": "^2.3.0",
"react": "^18.2.0",
"react-chartjs-2": "5.2",
"react-dom": "^18.2.0"
},
"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": "^18.2.0",
"@types/react-dom": "^18.2.0",
"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",
"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"
}
}