forked from cjb/codex-blackboard
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
82 lines (82 loc) · 2.72 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
{
"name": "codex-blackboard",
"version": "1.0.0",
"description": "codex-blackboard ================",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.26.0",
"@floating-ui/dom": "^1.6.13",
"@fortawesome/fontawesome-free": "^6.7.2",
"@googleapis/calendar": "^9.7.9",
"@googleapis/drive": "^8.14.0",
"@googlemaps/js-api-loader": "^1.16.8",
"@googlemaps/markerclusterer": "^2.5.3",
"@googlemaps/markerwithlabel": "^2.0.28",
"chart.js": "^4.4.7",
"chartjs-adapter-dayjs-3": "^1.2.3",
"coffeescript": "^2.7.0",
"css-color-names": "1.0.1",
"cytoscape": "^3.31.0",
"cytoscape-fcose": "^2.2.0",
"cytoscape-layout-utilities": "^1.1.1",
"dayjs": "^1.11.13",
"delay": "^6.0.0",
"denodeify": "^1.2.1",
"favico.js": "^0.3.10",
"gemoji": "^8.1.0",
"google-auth-library": "^9.15.0",
"hubot": "^9.0.0",
"hubot-help": "^2.1.5",
"mail-listener6": "^2.0.3",
"md5": "^2.3.0",
"meteor-node-stubs": "^1.2.12",
"normalize-text": "^2.5.0",
"page": "^1.11.6",
"sanitize-html": "^2.14.0",
"twitter-api-v2": "^1.19.0"
},
"devDependencies": {
"@playwright/browser-chromium": "^1.49.1",
"@playwright/browser-firefox": "^1.49.1",
"@types/chai": "^4.3.11",
"@types/sinon": "^17.0.3",
"babel-plugin-istanbul": "^7.0.0",
"chai": "^5.0.0",
"drag-mock": "^1.4.0",
"eslint": "^9.18.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-prettier": "^5.2.2",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"sinon": "^19.0.2"
},
"scripts": {
"test": "LANG=EN_us meteor test --once --driver-package meteortesting:mocha",
"test.full": "LANG=en_US meteor test --once --driver-package meteortesting:mocha --full-app --settings tests/integration_test_settings.json",
"coverage": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_HTML=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm test",
"coverage.json": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_JSON=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm test",
"coverage.client.json": "TEST_SERVER=0 meteor npm run-script coverage.json",
"coverage.server.json": "TEST_CLIENT=0 meteor npm run-script coverage.json",
"coverage.full.json": "BABEL_ENV=COVERAGE COVERAGE=1 COVERAGE_OUT_JSON=1 COVERAGE_APP_FOLDER=$PWD/ meteor npm run-script test.full"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Torgen/codex-blackboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Torgen/codex-blackboard/issues"
},
"homepage": "https://github.com/Torgen/codex-blackboard#readme",
"private": true,
"babel": {
"env": {
"COVERAGE": {
"plugins": [
"istanbul"
]
}
}
}
}