-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
53 lines (53 loc) · 1.68 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": "outsystems-maps",
"version": "2.0.1",
"description": "OutSystems Maps",
"author": "UI Components Team",
"license": "BSD-3-Clause",
"scripts": {
"build": "gulp createProduction && npm run lint",
"dev": "gulp startDevelopment",
"docs": "npx typedoc",
"lint": "eslint . --ext .ts",
"lintfix": "eslint . --ext .ts",
"prettier": "prettier --config ./.prettierrc.json --write \"**/*.+(js|ts|css)\"",
"test": "echo \"Error: no test specified\" && exit 1",
"update-version": "gulp updateVersion",
"gta-update-version": "gulp gtaSetVersion --from"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OutSystems/outsystems-maps"
},
"engines": {
"node": ">=12"
},
"homepage": "https://outsystemsui.outsystems.com/OutSystemsMapsSample/",
"devDependencies": {
"@googlemaps/markerclusterer": "^2.5.3",
"@types/google.maps": "^3.58.1",
"@types/leaflet-routing-machine": "^3.2.3",
"@types/leaflet": "^1.7.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"browser-sync": "^3.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint": "^8.57.0",
"fancy-log": "^2.0.0",
"gulp-clean": "^0.4.0",
"gulp-confirm": "^1.0.8",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp": "^5.0.0",
"prettier-eslint": "^16.3.0",
"prompts": "^2.4.2",
"stylelint-config-prettier": "^9.0.5",
"stylelint-order": "^6.0.4",
"stylelint": "^14.16.1",
"typedoc": "^0.23.9",
"typedoc-plugin-merge-modules": "^4.0.1",
"typedoc-umlclass": "^0.7.0",
"typescript": "^4.5.0"
}
}