-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 944 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-physics",
"version": "0.1.0",
"description": "Generated with generator-harp.gl 0.2.3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack-dev-server"
},
"author": "",
"private": true,
"dependencies": {
"@here/harp-font-resources": "^0.2.4",
"@here/harp-map-controls": "^0.3.3",
"@here/harp-map-theme": "^0.3.2",
"@here/harp-mapview": "^0.9.3",
"@here/harp-mapview-decoder": "^0.4.3",
"@here/harp-omv-datasource": "^0.4.3",
"@types/ammo.js": "osman-turan/ammo.js-typings",
"ammo.js": "kripken/ammo.js",
"three": "^0.105.2"
},
"devDependencies": {
"@types/tween.js": "^16.9.0",
"copy-webpack-plugin": "^4.5.2",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^5.3.0",
"typescript": "^3.4.1",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}