forked from dmdgpdi/react-custom-timetable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 790 Bytes
/
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
{
"name": "react-custom-timetable-monorepo",
"private": true,
"license": "MIT",
"scripts": {
"lib": "yarn workspace react-custom-timetable",
"docs": "yarn workspace docs",
"demo": "yarn workspace demo",
"all": "yarn workspaces foreach --all",
"dev": "yarn lib build:watch & yarn demo dev"
},
"workspaces": {
"packages": [
"library",
"docs",
"demo"
]
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@types/node": "^22.7.4",
"@types/react": "^18.3.5",
"eslint": "8.57.1",
"eslint-plugin-react": "^7.36.1",
"globals": "^15.9.0",
"jest": "^29.7.0",
"prettier": "3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.6.0"
},
"packageManager": "yarn@4.5.0"
}