-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.54 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.54 KB
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
{
"name": "Beebrain",
"version": "2026.04.16-a",
"description": "Beeminder Graph Generator and Visual Graph Editor",
"main": "server.js",
"scripts": {
"clean": "gulp clean",
"prestart": "gulp compile",
"start": "nodemon app/server.js",
"compile": "gulp compile",
"postinstall": "gulp compile",
"gendoc": "jsdoc -c jsdoc.json",
"quals": "node quals/claude_quals.js"
},
"dependencies": {
"@primer/octicons": "^19.24.1",
"axios": "^1.14.0",
"beeminder": "^2.0.1",
"body-parser": "^2.2.2",
"cluster": "^0.7.7",
"connect-session-sequelize": "^8.0.6",
"d3": "^7.9.0",
"ejs": "^5.0.2",
"express": "^5.2.1",
"express-session": "^1.19.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.1",
"selenium-webdriver": "^4.43.0",
"sequelize": "^6.37.8",
"sqlite3": "^5.1.7"
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "https://github.com/beeminder/road"
},
"keywords": [
"beeminder, beebrain, road, bright red line, graph editor"
],
"license": "MIT",
"overrides": {
"sqlite3": {
"node-gyp": "^11.0.0",
"tar": "^7.5.13"
}
},
"devDependencies": {
"dotenv": "^17.4.2",
"eslint": "^10.2.0",
"gulp": "^5.0.1",
"gulp-changed": "^5.0.4",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint-new": "^2.6.2",
"gulp-rename": "^2.1.0",
"gulp-terser": "^2.1.0",
"nodemon": "^3.1.14",
"puppeteer": "^24.41.0",
"rimraf": "^6.1.3",
"terser": "^5.46.1"
}
}