forked from react-querybuilder/react-querybuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.66 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
47
48
49
50
51
{
"name": "react-querybuilder-monorepo",
"private": true,
"workspaces": [
"packages/*",
"website"
],
"scripts": {
"build": "cd packages/chakra-v2 && bun run build",
"lint": "eslint 'packages/*/src/**/*.{ts,tsx}'",
"typecheck": "tsc -p packages/chakra-v2 --noEmit",
"pretty-print": "prettier --config .prettierrc.json --write *.{mj,t}s packages/*/src/**",
"pretty-check": "prettier --config .prettierrc.json --check *.{mj,t}s packages/*/src/**",
"outdated": "yarn upgrade-interactive"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@types/glob": "^8.1.0",
"@types/node": "^20.17.19",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"all-contributors-cli": "^6.26.1",
"bun-types": "^1.2.3",
"concurrently": "^8.2.2",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"fast-json-stable-stringify": "^2.1.0",
"glob": "^10.4.5",
"lerna": "^7.4.2",
"prettier": "2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"react": "^18.3.1",
"react-dnd": "^16.0.1",
"react-dnd-test-backend": "^16.0.1",
"react-dnd-test-utils": "^16.0.1",
"react-dom": "^18.3.1",
"regenerator-runtime": "^0.14.1",
"tsup": "^7.2.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]",
"resolutions": {
"sass@^1.63.6": "patch:sass@npm%3A1.63.6#./.yarn/patches/sass-npm-1.63.6-f415fe5e15.patch"
}
}