-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 8.27 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 8.27 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "cocalc",
"version": "1.0.0",
"description": "CoCalc: Collaborative Calculation",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "./workspaces.py install && ./workspaces.py build && pnpm python-api",
"build:dev": "./workspaces.py install && ./workspaces.py build --dev && pnpm python-api",
"build:lite": "./workspaces.py install && ./workspaces.py build --exclude=hub,server,file-server",
"clean": "rm -rf packages/node_modules && ./workspaces.py clean ",
"hub": "pnpm --dir packages/hub app",
"hub:postgres": "pnpm --dir packages/hub app:postgres",
"hub:pglite": "pnpm --dir packages/hub app:pglite",
"lite": "pnpm --dir packages/lite app",
"dev:lite:init": "bash ./scripts/dev/lite-daemon.sh init",
"dev:lite:start": "bash ./scripts/dev/lite-daemon.sh start",
"dev:lite:stop": "bash ./scripts/dev/lite-daemon.sh stop",
"dev:lite:restart": "bash ./scripts/dev/lite-daemon.sh restart",
"dev:lite:status": "bash ./scripts/dev/lite-daemon.sh status",
"dev:lite:logs": "bash ./scripts/dev/lite-daemon.sh logs",
"dev:lite:config": "bash ./scripts/dev/lite-daemon.sh env",
"dev:lite:env": "node ./scripts/dev/dev-env.js lite --with-browser --start",
"bug-hunt:attach": "node ./scripts/bug-hunt/attach.js",
"bug-hunt:batch-plan": "node ./scripts/bug-hunt/batch-plan.js",
"bug-hunt:capture": "node ./scripts/bug-hunt/capture.js",
"bug-hunt:commit": "node ./scripts/bug-hunt/commit.js",
"bug-hunt:diff-since-snapshot": "node ./scripts/bug-hunt/diff-since-snapshot.js",
"bug-hunt:extract": "node ./scripts/bug-hunt/extract-open-bugs.js",
"bug-hunt:launchpad-canary": "node ./scripts/bug-hunt/launchpad-canary.js",
"bug-hunt:launchpad-backup-snapshot": "node ./scripts/bug-hunt/launchpad-backup-snapshot.js",
"bug-hunt:launchpad-copy-path": "node ./scripts/bug-hunt/launchpad-copy-path.js",
"bug-hunt:launchpad-move": "node ./scripts/bug-hunt/launchpad-move.js",
"bug-hunt:launchpad-queue": "node ./scripts/bug-hunt/launchpad-queue.js",
"bug-hunt:note": "node ./scripts/bug-hunt/note.js",
"bug-hunt:preflight": "node ./scripts/bug-hunt/preflight.js",
"bug-hunt:run-batch": "node ./scripts/bug-hunt/run-batch.js",
"bug-hunt:queue-from-tasks": "node ./scripts/bug-hunt/queue-from-tasks.js",
"bug-hunt:run-queue": "node ./scripts/bug-hunt/run-queue.js",
"bug-hunt:recover-iteration": "node ./scripts/bug-hunt/recover-iteration.js",
"bug-hunt:run-plan": "node ./scripts/bug-hunt/run-plan.js",
"bug-hunt:seed": "node ./scripts/bug-hunt/seed.js",
"bug-hunt:split-suggestions": "node ./scripts/bug-hunt/split-suggestions.js",
"bug-hunt:status": "node ./scripts/bug-hunt/status.js",
"bug-hunt:task-note": "node ./scripts/bug-hunt/task-note.js",
"skill:bug-hunter:diff": "node ./scripts/dev/sync-codex-skill.js cocalc-bug-hunter diff",
"skill:bug-hunter:push": "node ./scripts/dev/sync-codex-skill.js cocalc-bug-hunter push",
"skill:bug-hunter:pull": "node ./scripts/dev/sync-codex-skill.js cocalc-bug-hunter pull",
"lite:test:e2e": "bash ./scripts/dev/lite-playwright.sh",
"lite:test:e2e:headed": "bash ./scripts/dev/lite-playwright.sh --headed",
"lite:test:e2e:strict": "COCALC_JUPYTER_E2E_REQUIRE_KERNEL=1 bash ./scripts/dev/lite-playwright.sh",
"dev:hub:init": "bash ./scripts/dev/hub-daemon.sh init",
"dev:hub:start": "bash ./scripts/dev/hub-daemon.sh start",
"dev:hub:stop": "bash ./scripts/dev/hub-daemon.sh stop",
"dev:hub:restart": "bash ./scripts/dev/hub-daemon.sh restart",
"dev:hub:status": "bash ./scripts/dev/hub-daemon.sh status",
"dev:hub:logs": "bash ./scripts/dev/hub-daemon.sh logs",
"dev:hub:config": "bash ./scripts/dev/hub-daemon.sh env",
"dev:hub:env": "node ./scripts/dev/dev-env.js hub --with-browser --no-start",
"dev:hub:build": "bash ./scripts/dev/hub-daemon.sh build",
"dev:hosts:upgrade": "bash ./scripts/dev/hub-daemon.sh upgrade-hosts",
"dev:hosts:reconcile": "bash ./scripts/dev/hub-daemon.sh reconcile-hosts",
"dev:stack:refresh": "bash ./scripts/dev/hub-daemon.sh refresh",
"dev:membership-analytics:fixtures": "pnpm --dir packages/server build && pnpm --dir packages/server membership-analytics:fixtures --apply --confirm replace-dev-fixture",
"dev:workspace:init": "node ./scripts/dev/workspace-site.js init",
"dev:workspace:start": "node ./scripts/dev/workspace-site.js start",
"dev:workspace:stop": "node ./scripts/dev/workspace-site.js stop",
"dev:workspace:restart": "node ./scripts/dev/workspace-site.js restart",
"dev:workspace:status": "node ./scripts/dev/workspace-site.js status",
"dev:workspace:logs": "node ./scripts/dev/workspace-site.js logs",
"dev:workspace:env": "node ./scripts/dev/workspace-site.js env",
"dev:workspace:build": "node ./scripts/dev/workspace-site.js build",
"dev:workspace:hostname": "node ./scripts/dev/workspace-site.js hostname",
"dev:workspace:open": "node ./scripts/dev/workspace-site.js open",
"dev:saml:idp": "node ./scripts/dev/saml-idp.mjs",
"bench:codex-thread": "node ./scripts/dev/codex-thread-benchmark.mjs",
"lint:frontend": "cd packages && pnpm lint:frontend",
"lint": "cd packages && ./node_modules/.bin/oxlint --config .oxlintrc.jsonc frontend && ./node_modules/.bin/oxlint --config .oxlintrc.non-frontend.jsonc .",
"qa:multibay-browser": "node ./scripts/dev/multibay-browser-qa.mjs",
"accessibility:audit": "node ./scripts/accessibility/audit.mjs",
"accessibility:audit:interactive": "node ./scripts/accessibility/audit.mjs --config ./scripts/accessibility/scenarios.json",
"accessibility:audit:public": "node ./scripts/accessibility/audit.mjs --public --no-auth",
"accessibility:test": "node --test ./scripts/accessibility/*.test.mjs",
"smoke:multibay-reconnect": "node ./scripts/dev/multibay-reconnect-smoke.mjs",
"smoke:host-density": "node ./scripts/dev/host-density-smoke.mjs",
"smoke:codex-launchpad": "node ./scripts/dev/codex-launchpad-smoke.mjs",
"smoke:codex-launchpad-ui": "node ./scripts/dev/codex-launchpad-one-turn-chromium.mjs",
"smoke:project-orphan-recovery": "node ./scripts/dev/project-orphan-recovery-smoke.mjs",
"smoke:self-host": "bash ./scripts/dev/self-host-smoke.sh",
"smoke:cloud-host": "bash ./scripts/dev/cloud-host-smoke.sh",
"static:watch": "cd packages/static && pnpm watch",
"static:watch:low-mem": "cd packages/static && pnpm watch:low-mem",
"static": "pnpm tsc && cd packages/static && pnpm build",
"static:dev": "pnpm tsc && cd packages/static && pnpm build:dev",
"version-check": "cd packages && pnpm check-deps",
"prettier": "./packages/node_modules/.bin/prettier",
"prettier:check": "./packages/node_modules/.bin/prettier --check",
"prettier:write": "./packages/node_modules/.bin/prettier --write",
"check-doc-urls": "cd scripts; python3 check_doc_urls.py",
"check-all-urls": "cd scripts; python3 check_doc_urls.py --all --react",
"test": "unset DEBUG && pnpm test:checks && pnpm run depcheck && ./workspaces.py test",
"test:checks": "pnpm check-doc-urls && pnpm accessibility:test && pnpm run version-check && pnpm run lint && pnpm --dir packages/docs verify && pnpm --dir packages/docs gaps",
"test:audit": "node ./scripts/test-audit.mjs",
"test:ci-plan": "node --test ./scripts/ci-test-plan.test.mjs",
"test:e2e": "pnpm --dir packages/lite jupyter:test:e2e && pnpm --dir packages/frontend test:e2e && pnpm --dir packages/frontend test:e2e:chat",
"depcheck": "cd packages && pnpm run -r --workspace-concurrency=8 depcheck",
"python-api": "cd python/cocalc-api && PATH=$HOME/.local/bin:$PATH make all",
"lint:py": "mypy packages/server/cloud/bootstrap/bootstrap.py",
"tsc": "cd packages && pnpm tsc:build",
"tsc:watch": "cd packages && pnpm tsc:watch"
},
"repository": {
"type": "git",
"url": "https://github.com/sagemathinc/cocalc"
},
"keywords": [
"python",
"sage",
"sagemath",
"latex",
"terminal",
"web",
"ide",
"math",
"mathematics"
],
"author": "SageMath, Inc.",
"license": "SEE LICENSE.md",
"bugs": {
"url": "https://github.com/sagemathinc/cocalc/issues"
},
"homepage": "https://github.com/sagemathinc/cocalc",
"dependencies": {
"lru-cache": "^7.18.3"
},
"devDependencies": {
"axe-core": "^4.12.1",
"lighthouse": "^13.4.1"
}
}