-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 697 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 697 Bytes
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
{
"private": true,
"workspaces": [
"scripts",
"src/*"
],
"engines": {
"node": ">=20.19.4",
"yarn": ">=4.10.3"
},
"devDependencies": {
"@adeira/babel-preset-adeira": "^4.0.0",
"@adeira/eslint-config": "^8.4.0",
"@adeira/monorepo-utils": "^0.12.0",
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.3",
"@yarnpkg/types": "^4.0.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"eslint": "^8.57.1",
"eslint-formatter-codeframe": "^7.32.1",
"flow-bin": "^0.237.2",
"hermes-eslint": "^0.31.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.8.8"
},
"packageManager": "yarn@4.10.3"
}