-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
78 lines (78 loc) · 2.83 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
{
"name": "harmoware-vis",
"description": "This is a minimal standalone version of the TripsLayer example on [deck.gl](http://deck.gl) website.",
"version": "1.8.27",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
"scripts": {
"build:lib": "tsc --p tsconfig.json",
"bus3d": "webpack-cli serve --progress --hot --port 3030 --open --content-base ./examples/bus3d --config ./examples/bus3d/webpack.config.js --mode development",
"visualize-sample": "webpack-cli serve --progress --hot --port 3030 --open --content-base ./examples/visualize-sample --config ./examples/visualize-sample/webpack.config.js --mode development",
"visualize-sample:build": "webpack --config ./examples/visualize-sample/webpack.config.js --mode production",
"patch": "npm run build:lib && npm version patch && git push -u upstream HEAD && node ./tools/tag.js",
"minor": "npm run build:lib && npm version minor && git push -u upstream HEAD && node ./tools/tag.js",
"major": "npm run build:lib && npm version major && git push -u upstream HEAD && node ./tools/tag.js"
},
"dependencies": {
"@luma.gl/core": "8.5.14",
"deck.gl": "8.7.12",
"gl-matrix": "3.4.3",
"mapbox-gl": "2.9.1",
"react-icons-kit": "2.0.0",
"react-map-gl": "6.1.19",
"react-redux": "8.0.2",
"react-spinners": "0.13.1"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@loaders.gl/core": "3.1.8",
"@loaders.gl/gltf": "3.1.8",
"@loaders.gl/obj": "3.1.8",
"@reduxjs/toolkit": "1.8.2",
"@types/bootstrap": "5.1.12",
"@types/csvtojson": "2.0.0",
"@types/offscreencanvas": "2019.7.0",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"@types/react-map-gl": "6.1.3",
"axios": "0.27.2",
"babel-loader": "8.2.5",
"bootstrap": "4.6.1",
"co": "4.6.0",
"css-loader": "5.2.7",
"csvtojson": "2.0.10",
"i18next": "21.8.11",
"node-cmd": "5.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.17.3",
"redux": "4.2.0",
"sass": "1.53.0",
"sass-loader": "10.2.1",
"style-loader": "2.0.0",
"typescript": "4.7.4",
"webpack": "4.46.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "3.11.3"
},
"author": "",
"license": "Apache-2.0",
"directories": {
"example": "examples",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harmoware/Harmoware-VIS.git"
},
"bugs": {
"url": "https://github.com/Harmoware/Harmoware-VIS/issues"
},
"homepage": "https://github.com/Harmoware/Harmoware-VIS#readme"
}