forked from PrairieLearn/PrairieLearn
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.88 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
{
"name": "prairielearn",
"private": true,
"scripts": {
"grader-host-dev": "yarn workspace @prairielearn/grader-host dev",
"grader-host-start": "yarn workspace @prairielearn/grader-host start",
"release": "turbo run build && node tools/fix-workspace-versions-before-publish.mjs && changeset publish",
"version": "changeset version && YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn",
"dev-workspace-host": "yarn workspace @prairielearn/workspace-host dev",
"dev": "yarn workspace @prairielearn/prairielearn dev",
"start-workspace-host": "yarn workspace @prairielearn/workspace-host start",
"start": "yarn workspace @prairielearn/prairielearn start",
"migrate-dev": "yarn workspace @prairielearn/prairielearn dev:no-watch --migrate-and-exit",
"migrate": "yarn workspace @prairielearn/prairielearn start --migrate-and-exit",
"refresh-workspace-hosts-dev": "yarn workspace @prairielearn/prairielearn dev:no-watch --refresh-workspace-hosts-and-exit",
"refresh-workspace-hosts": "yarn workspace @prairielearn/prairielearn start --refresh-workspace-hosts-and-exit"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@prairielearn/prettier-plugin-sql": "workspace:^",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-no-floating-promise": "^1.0.2",
"eslint-plugin-no-only-tests": "^3.1.0",
"htmlhint": "^1.1.4",
"jsdoc": "^4.0.2",
"prettier": "3.0.1",
"pyright": "^1.1.321",
"s3rver": "^3.7.1",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
},
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"node": ">=16.0.0"
},
"packageManager": "yarn@3.5.0"
}