-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.13 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
{
"name": "gambit",
"author": "malcolm handley (m@redheron.com)",
"description": "",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@sentry/browser": "^6.7.2",
"@types/bcrypt": "^5.0.0",
"@types/express": "^4.17.12",
"@types/pg": "^8.6.0",
"@types/string-hash": "^1.1.1",
"@types/uuid": "^8.3.0",
"bcrypt": "^5.0.1",
"express": "^4.17.1",
"fast-stable-stringify": "^1.0.0",
"flyd": "^0.2.8",
"idb-kv-store": "^4.5.0",
"pg": "^8.6.0",
"preact": "^10.5.13",
"regenerator-runtime": "^0.13.7",
"string-hash": "^1.1.3",
"url-regex": "^5.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@hpcc-js/wasm": "1.6.0",
"@types/chai": "^4.2.19",
"@types/d3": "^6.7.1",
"@types/d3-graphviz": "^2.6.6",
"@types/deep-equal": "^1.0.1",
"@types/minimist": "^1.2.1",
"@types/mocha": "^8.2.2",
"@types/seed-random": "^2.2.0",
"@types/websocket": "^1.0.2",
"@types/ws": "^7.4.5",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"autoprefixer": "^10.2.6",
"chai": "^4.3.4",
"d3": "^7.0.0",
"d3-graphviz": "^4.0.0",
"deep-equal": "^2.0.5",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"ignore-styles": "^5.0.1",
"minimist": "^1.2.5",
"mocha": "^9.0.1",
"npm-check-updates": "^11.7.1",
"opml-to-json": "^1.0.1",
"parcel": "^2.0.0-nightly.643",
"postcss": "^8.3.5",
"preact-render-to-string": "^5.1.19",
"prettier": "^2.3.1",
"seed-random": "^2.2.0",
"tailwindcss": "^2.2.2",
"ts-node": "^10.0.0",
"typemoq": "^2.1.0",
"typescript": "^4.3.4",
"websocket": "^1.0.34",
"ws": "^7.5.0",
"xmlbuilder2": "^2.4.1",
"xmldom": "^0.6.0"
},
"scripts": {
"test": "mocha --watch -r ts-node/register \"src/**/*.test.ts\"",
"testOnce": "mocha -r ts-node/register \"src/**/*.test.ts\"",
"testInBrowser": "parcel src/mochaInBrowswer/MochaInBrowser.html"
}
}