forked from PrairieLearn/PrairieLearn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.91 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
{
"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.27.1",
"@prairielearn/prettier-plugin-sql": "workspace:^",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"dependency-cruiser": "^16.3.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-no-floating-promise": "^1.0.2",
"eslint-plugin-no-only-tests": "^3.1.0",
"globby": "^11.1.0",
"htmlhint": "^1.1.4",
"prettier": "3.2.5",
"pyright": "^1.1.362",
"s3rver": "^3.7.1",
"turbo": "^1.13.3",
"typescript": "^5.4.5"
},
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}