-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.bak
35 lines (35 loc) · 1.28 KB
/
package.bak
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
{
"private": true,
"workspaces": [
"math2code",
"tex-math-parser",
"react-math-view"
],
"packageManager": "yarn@3.5.1",
"scripts": {
"postinstall": "patch-package",
"lint": "yarn workspaces run lint",
"test": "yarn build && yarn workspace math2code test",
"testTex": "yarn workspace tex-math-parser run test",
"testTexNew": "yarn workspace tex-math-parser run jest newStuff.test.ts",
"build": "yarn workspace tex-math-parser run build && yarn workspace react-math-view run build",
"buildProd": "yarn workspace tex-math-parser run build && yarn workspace react-math-view run build && yarn workspace math2code build",
"dev": "yarn build && yarn workspace math2code run dev"
},
"dependencies": {
"mathjs": "^9.4.4",
"patch-package": "^6.4.7"
},
"devDependencies-dis": {
"@types/jest": "^29.5.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.23.4",
"jest": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "5.0.2"
}
}