-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "viewshed-peaks",
"version": "0.0.1",
"description": "Web map analysing visable area from peaks",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint app/**/*.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KHwong12/viewshed-peaks.git"
},
"author": "Kenneth Wong",
"license": "ISC",
"bugs": {
"url": "https://github.com/KHwong12/viewshed-peaks/issues"
},
"homepage": "https://github.com/KHwong12/viewshed-peaks#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^8.8.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"npm-run-all": "^4.1.5",
"tslint": "^6.1.3",
"typescript": "^4.5.2",
"vite": "^2.9.1"
},
"dependencies": {
"@arcgis/core": "^4.22.2",
"@types/arcgis-js-api": "^4.23.1"
}
}