-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.17 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
{
"name": "json-schema-forms",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "tsc --build --clean",
"build": "tsc --build --verbose",
"watch": "tsc --build --verbose --watch",
"version": "yarn changeset version && yarn install --mode=update-lockfile",
"publish": "yarn workspaces foreach --all --parallel --no-private npm publish --access=public --tolerate-republish",
"publish:yalc": "yarn workspaces foreach --all --parallel --no-private exec yalc publish --push --changed --no-workspace-resolve"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@eslint/js": "^9.11.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/eslint__js": "^8.42.3",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitest/browser": "^2.1.2",
"eslint": "^9.11.1",
"eslint-plugin-react": "^7.37.1",
"globals": "^15.10.0",
"prettier": "^3.3.3",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.0",
"utility-types": "^3.11.0",
"vitest": "^2.1.2"
}
}