-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "hikar.js",
"version": "0.2.0+dev",
"description": "Hikar - the webapp. Using AR.js.",
"scripts": {
"build": "npx webpack"
},
"dependencies": {
"@turf/bearing": "^6.3.0",
"@turf/distance": "^6.3.0",
"@turf/explode": "^5.1.0",
"@turf/helpers": "^6.3.0",
"acorn": "^8.8.1",
"aframe-osm-3d": "^0.5.3",
"bcrypt": "^5.0.1",
"connect-pg-simple": "^7.0.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-session": "^1.17.2",
"geojson-path-finder-nw": "^1.6.2",
"jsfreemaplib": "^0.4.0",
"morgan": "^1.10.0",
"node-fetch": "^3.0.0",
"pg": "^8.5.1",
"qs": "^6.11.0",
"tinyqueue": "^2.0.0",
"turf-point": "^2.0.1"
},
"devDependencies": {
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"node-polyfill-webpack-plugin": "^1.1.0"
},
"author": "Nick Whitelegg",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nickw1/hikar.js.git"
}
}