-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.25 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.25 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@react-querybuilder/chakra2",
"description": "Custom Chakra UI v2 components for react-querybuilder",
"version": "8.24.1",
"publishConfig": {
"access": "public"
},
"main": "./dist/cjs/index.js",
"module": "./dist/react-querybuilder_chakra2.legacy-esm.js",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/react-querybuilder_chakra2.d.mts",
"default": "./dist/react-querybuilder_chakra2.mjs"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/cjs/index.js"
}
}
},
"types": "./dist/react-querybuilder_chakra2.legacy-esm.d.ts",
"files": [
"dist"
],
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/react-querybuilder/react-querybuilder-chakra2.git"
},
"license": "MIT",
"homepage": "https://react-querybuilder.js.org/",
"keywords": [
"react",
"querybuilder",
"chakra",
"chakra-ui",
"query",
"builder",
"operators",
"component",
"clause",
"expression",
"sql"
],
"scripts": {
"start": "vite",
"build": "bun --bun tsdown",
"typecheck": "tsc --noEmit",
"typecheck:watch": "tsc --noEmit --watch",
"lint": "oxlint",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"are-the-types-wrong": "attw --format table-flipped --pack ."
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.5",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.10",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@types/bun": "^1.4.2",
"@types/node": "^26.0.0",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@types/web": "^0.0.356",
"@vitejs/plugin-react": "^6.1.1",
"framer-motion": "^13.4.0",
"oxfmt": "^0.68.0",
"oxlint": "^1.83.0",
"oxlint-tsgolint": "^7.0.2001",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-querybuilder": "8.24.0",
"sass": "^1.104.1",
"tsdown": "^0.23.0",
"typescript": "^7.0.2",
"vite": "^8.3.0"
},
"peerDependencies": {
"@chakra-ui/icons": "^2",
"@chakra-ui/react": "^2",
"react": ">=18",
"react-querybuilder": "^8"
}
}