forked from googlemaps/js-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.8 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@googlemaps/js-samples",
"description": "Samples for Google Maps JavaScript",
"version": "2.1.4",
"keywords": [
"google",
"javascript",
"maps",
"samples"
],
"homepage": "https://github.com/googlemaps/js-samples#readme",
"bugs": {
"url": "https://github.com/googlemaps/js-samples/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/googlemaps/js-samples.git"
},
"bin": {
"googlemaps-js-samples": "cli/index.js"
},
"files": [],
"license": "Apache-2.0",
"scripts": {
"build": "bazel build :public.tar",
"build:clean": "bazel clean",
"build:format": "lerna run build:format",
"ci": "npm run build && npm run test",
"defaults:data:merge": "lerna exec '../../build/merge_default_data.sh'",
"defaults:package:merge": "lerna exec '../../build/merge_default_package.sh'",
"extract:master": "mkdir -p master/public && tar -xf dist/bin/public.tar -C master/public",
"extract:public": "mkdir -p public && tar -xf dist/bin/public.tar -C public",
"format": "npm run format:root && lerna run format",
"format:dist": "lerna run format:dist",
"format:root": "sort-package-json && prettier *.json *.js shared/**/*.scss --write --loglevel error",
"serve": "bazel run :serve",
"test": "bazel test //...",
"test:tags": "./build/test_tags.sh",
"test:e2e": "bazel test //e2e:e2e"
},
"dependencies": {
"node-fetch": "^2.6.0",
"npm": "^6.14.8",
"open": "^7.1.0",
"tar": "^6.0.5",
"tmp": "^0.2.1",
"yargs": "^16.0.3"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/preset-env": "^7.9.6",
"@bazel/buildifier": "^3.4.0",
"@bazel/buildozer": "^3.4.0",
"@bazel/rollup": "2.2.2",
"@bazel/typescript": "2.2.1",
"@material/select": "^7.0.0",
"@rollup/plugin-babel": "^5.0.0",
"@types/google.visualization": "0.0.54",
"@types/googlemaps": "^3.39.13",
"@types/jest": "^26.0.13",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.6.1",
"core-js": "^3.6.5",
"deck.gl": "^8.2.2",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-prettier": "^3.1.3",
"glob": "^7.1.6",
"http-server": "^0.12.3",
"jest": "^26.0.1",
"json": "^10.0.0",
"lerna": "^3.20.2",
"make-dir": "^3.1.0",
"npm-run-all": "^4.1.5",
"nunjucks-cli": "git+https://github.com/jpoehnelt/nunjucks-cli.git#a6c17c60a5e7fda4fbc8a73c0abf8af5750ff48c",
"prettier": "^2.1.2",
"rollup": "^2.0.0",
"selenium-standalone": "^6.17.0",
"selenium-webdriver": "^4.0.0-alpha.7",
"typescript": "^3.9.6",
"web-resource-inliner": "^5.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}