Mercurial > code > home > repos > light9
annotate package.json @ 2034:04ed5d134973
WIP draw prom metrics on homepage
author | drewp@bigasterisk.com |
---|---|
date | Sat, 09 Apr 2022 02:47:45 -0700 |
parents | 224c4a1625d7 |
children | 5154f5a23e85 |
rev | line source |
---|---|
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
1 { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
2 "name": "light9", |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
3 "version": "1.0.0", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
4 "repository": "...", |
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
5 "license": "MIT", |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
6 "description": "Mini instructions:", |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
7 "main": "index.js", |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
8 "directories": { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
9 "test": "test" |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
10 }, |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
11 "dependencies": { |
2033 | 12 "@types/debug": "^4.1.7", |
1935
5acdf209394d
start live stats displayer on home page
Drew Perttula <drewp@bigasterisk.com>
parents:
1901
diff
changeset
|
13 "@webcomponents/shadycss": "^1.3.1", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
14 "@webcomponents/webcomponentsjs": "^1.2.0", |
1713
bd0c83b063df
bower, polymer, coffee updates
Drew Perttula <drewp@bigasterisk.com>
parents:
1706
diff
changeset
|
15 "bower": "^1.8.4", |
1901
7fe81130b735
move web logging to https://github.com/visionmedia/debug/ so it can have channels that can be turned off
Drew Perttula <drewp@bigasterisk.com>
parents:
1753
diff
changeset
|
16 "browserify": "^16.2.3", |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
17 "chai": "^3.5.0", |
1945 | 18 "cjs-to-es6": "^1.1.1", |
1753
3c997bc6d380
fix some coffee lint
Drew Perttula <drewp@bigasterisk.com>
parents:
1740
diff
changeset
|
19 "coffeelint": "^2.1.0", |
1713
bd0c83b063df
bower, polymer, coffee updates
Drew Perttula <drewp@bigasterisk.com>
parents:
1706
diff
changeset
|
20 "coffeescript": "^2.3.0", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
21 "d3": "^5.1.0", |
2033 | 22 "debug": "^4.3.4", |
1935
5acdf209394d
start live stats displayer on home page
Drew Perttula <drewp@bigasterisk.com>
parents:
1901
diff
changeset
|
23 "esmify": "^2.1.1", |
2033 | 24 "lit": "^2.2.2", |
1703
b46f6977168b
start pixijs on timeline
Drew Perttula <drewp@bigasterisk.com>
parents:
1572
diff
changeset
|
25 "mocha": "^2.5.3", |
1706
e30493d458f9
more npm setup. n3 upgraded but code is not, yet
drewp@bigasterisk.com
parents:
1703
diff
changeset
|
26 "n3": "^1.0.0-alpha", |
2034 | 27 "parse-prometheus-text-format": "^1.1.1", |
1740
7cb53b510a6a
draw notes, colors. position adjusters better.
Drew Perttula <drewp@bigasterisk.com>
parents:
1713
diff
changeset
|
28 "pixi.js": "^4.7.3", |
1935
5acdf209394d
start live stats displayer on home page
Drew Perttula <drewp@bigasterisk.com>
parents:
1901
diff
changeset
|
29 "significant-rounding": "^2.0.0", |
2033 | 30 "tinycolor2": "^1.4.1", |
31 "vite": "^2.9.1" | |
1362
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
32 }, |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
33 "devDependencies": { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
34 "mocha": "^2.5.3" |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
35 }, |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
36 "scripts": { |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
37 "test": "mocha" |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
38 } |
168262618f2d
new test_js target for testing SyncedGraph
Drew Perttula <drewp@bigasterisk.com>
parents:
diff
changeset
|
39 } |