-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 929 Bytes
/
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
{
"name": "harp.gl-airspace",
"version": "0.1.0",
"description": "Visualizing FAA airspace with Harp.gl",
"scripts": {
"test": "jest **/*.test.ts",
"build": "webpack",
"start": "webpack serve"
},
"author": "samwinslow",
"dependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@here/harp-datasource-protocol": "^0.28.0",
"@here/harp-geoutils": "^0.28.0",
"@here/harp-map-controls": "^0.28.0",
"@here/harp-map-theme": "^0.28.0",
"@here/harp-mapview": "^0.28.0",
"@here/harp-vectortile-datasource": "^0.28.0",
"@here/harp-webpack-utils": "^0.28.0",
"three": "^0.129.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.9",
"jest": "^27.4.7",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
}
}