-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.1 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
{
"scripts": {
"start": "npm run start:software",
"start:software": "block run --remote software",
"start:course_runner": "block run --remote course_runner",
"start:eavp": "block run --remote eavp",
"build": "tsc",
"test": "vitest --run",
"lint": "eslint --ext .js,.jsx,.ts,.tsx frontend lib",
"deploy": "node deploy.js"
},
"dependencies": {
"@airtable/blocks": "^1.18.1",
"@headlessui/react": "^1.7.7",
"glpk.js": "^4.0.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"weekly-availabilities": "^1.0.0"
},
"devDependencies": {
"@airtable/blocks-cli": "^2.0.4",
"@tsconfig/node-lts": "^20.1.3",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"eslint": "^8.31.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"tsconfig-domdomegg": "^1.0.0",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
},
"jest": {
"preset": "ts-jest"
}
}