forked from rjsf-team/react-jsonschema-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.48 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
41
42
43
44
45
46
{
"name": "react-jsonschema-form",
"private": true,
"description": "monorepo for react-jsonschema-form and its themes",
"engines": {
"node": ">=14"
},
"scripts": {
"postinstall": "lerna bootstrap",
"publish": "lerna publish",
"changed": "lerna changed",
"test": "lerna run --concurrency 2 --stream test",
"test:update": "lerna run --concurrency 2 --stream test:update",
"lint": "lerna run lint",
"cs-check": "lerna run cs-check",
"cs-format": "lerna run cs-format",
"build": "lerna run --stream build",
"build-serial": "lerna run --concurrency 1 --stream build",
"start": "lerna run start --stream --parallel",
"pre-commit:husky": "lerna run --concurrency 1 --stream precommit",
"prepare": "husky install"
},
"license": "Apache-2.0",
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nrwl/nx-cloud": "latest",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"dts-cli": "^1.6.3",
"eslint": "^8.33.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest-environment-jsdom": "^27.5.1",
"lerna": "^6.4.1",
"lint-staged": "^13.1.0",
"nx": "^15.6.3",
"prettier": "^2.8.3",
"ts-jest": "^27.1.5",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
}
}