-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "chess-tent-mnonorepo",
"version": "0.1.0",
"private": true,
"scripts": {
"build:dev": "lerna exec --ignore @chess-tent/playground-* \"yarn build:dev\"",
"build": "lerna exec --ignore @chess-tent/playground-* \"yarn build\""
},
"devDependencies": {
"husky": "^5.0.1",
"lerna": "^3.21.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.0",
"dotenv": "^8.2.0",
"nodemon": "^2.0.4",
"ts-node": "^10.9.1",
"typescript": "^4.8.2",
"ts-jest": "^28.0.8",
"tsconfig-paths": "^3.14.0",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.0.0",
"@types/jest": "^28.1.8",
"@types/node": "^16.11.26",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@types/chess.js": "^0.13.4",
"@types/lodash": "^4.14.149",
"@types/react-redux": "^7.1.7",
"@types/uuid": "^7.0.2",
"@types/yup": "^0.29.3",
"jest-html-reporter": "3.10.2"
},
"workspaces": [
"packages/*",
"playground/*"
]
}