-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
67 lines (67 loc) · 1.91 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
{
"name": "santatracker",
"version": "2021.1.0",
"license": "Apache-2.0",
"scripts": {
"dev": "npm run start",
"start": "./serve.js",
"release": "./release.js",
"test": "mocha-headless-server src/api/test.html",
"staging-check": "node .cloudbuild/staging-check.js",
"postinstall": "ln -s ../node_modules static/node_modules || true"
},
"dependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@webcomponents/webcomponentsjs": "^2.4.0",
"autoprefixer": "^9.3.0",
"babel-plugin-func-wrap": "^1.1.0",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"clipboardy": "^2.1.0",
"core-js": "^3.3.2",
"custom-event-polyfill": "^1.0.7",
"dat.gui": "^0.7.3",
"dhost": "^0.3.5",
"esm-resolve": "^1.0.6",
"event-target": "^1.2.3",
"fancy-log": "^1.3.2",
"fast-async": "^6.3.8",
"firebase": "^8.10.0",
"git-last-commit": "^1.0.1",
"google-closure-compiler": "^20190909.0.0",
"google-closure-library": "^20190909.0.0",
"html-entities": "^1.2.1",
"html-minifier": "^4.0.0",
"html-modules-polyfill": "^0.1.0",
"iframe-load": "^0.1.4",
"jquery": "^3.5.0",
"jsdom": "^12.2.0",
"json5": "^2.1.0",
"lit-element": "^2.2.1",
"lottie-web": "^5.5.10",
"mime-types": "^2.1.21",
"mocha": "^5.2.0",
"mocha-headless-server": "^0.1.2",
"parse5": "^5.1.0",
"polka": "^0.5.2",
"pretty-ms": "^4.0.0",
"regenerator-runtime": "^0.13.3",
"rimraf": "^3.0.2",
"rollup": "^2.59.0",
"sass": "^1.22.9",
"terser": "^3.10.11",
"three": "^0.158.0",
"tmp": "^0.0.33",
"unistore": "^3.4.1",
"web-animations-js": "^2.3.1",
"whatwg-fetch": "^3.0.0",
"yargs": "^12.0.2"
},
"devDependencies": {
"@google-cloud/cloudbuild": "^2.6.0",
"@google-cloud/error-reporting": "^2.0.4"
}
}