-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "spoi",
"version": "2.0.0",
"description": "Map of Smart Points of Interest",
"main": "dist/index.html",
"scripts": {
"build": "ng build --prod",
"build-dev": "ng build --aot",
"dev": "ng serve --configuration production --disable-host-check",
"start": "node_modules/.bin/pm2 --no-daemon start ecosystem.config.js",
"start-dev": "npm run dev"
},
"dependencies": {
"hslayers-ng": "^8.1.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.0.0",
"@angular-devkit/build-angular": "^13.3.9",
"@angular-eslint/builder": "^13.2.1",
"@angular-eslint/eslint-plugin": "^13.2.1",
"@angular-eslint/eslint-plugin-template": "^13.5.0",
"@angular-eslint/template-parser": "^13.5.0",
"@angular/cli": "~13.3.5",
"@types/node": "^16.4.5",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"eslint": "^8.17.0",
"eslint-config-openlayers": "~14.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-tsdoc": "^0.2.16",
"pm2": "^5.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SDI4Apps/spoi.git"
},
"keywords": [
"poi",
"spoi",
"tourism",
"linked data"
],
"author": "bosc, ccss",
"contributors": [
"raitisbe",
"jmacura",
"kunickyd"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/SDI4Apps/spoi/issues"
},
"homepage": "https://github.com/SDI4Apps/spoi#readme"
}