-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "taror-project",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lerna": "lerna",
"build": "lerna run build --stream",
"test": "jest"
},
"engines": {
"node": ">=12.22.0"
},
"devDependencies": {
"@testing-library/react": "^12.1.5",
"@types/jest": "^27.5.0",
"@types/node": "^18.6.3",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.20.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.1",
"lerna": "^4.0.0",
"tree-kill": "^1.2.2",
"ts-jest": "^28.0.2",
"typescript": "^4.7.4"
},
"resolutions": {
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.14",
"@types/history": "^4.7.9"
}
}