-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.51 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.51 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
89
90
91
92
93
94
95
{
"name": "@react-querybuilder/chakra2",
"description": "Custom Chakra UI v2 components for react-querybuilder",
"version": "8.15.0",
"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": "bunx --bun vite",
"build": "bunx --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 .",
"codesandbox-ci": "bash .codesandbox/ci.sh"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "^2.10.3",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@types/bun": "^1.3.12",
"@types/node": "^24.0.0",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/web": "^0.0.345",
"@typescript/native-preview": "^7.0.0-dev.20260416.1",
"@vitejs/plugin-react": "^6.0.1",
"framer-motion": "^11.18.2",
"oxc-transform": "^0.125.0",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"oxlint-tsgolint": "^0.21.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-querybuilder": "8.15.0",
"sass": "^1.99.0",
"tsdown": "^0.21.9",
"typescript": "^6.0.2",
"vite": "^8.0.8"
},
"peerDependencies": {
"@chakra-ui/icons": "^2",
"@chakra-ui/react": "^2",
"@chakra-ui/system": "^2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"framer-motion": "^11",
"react": ">=18",
"react-querybuilder": "^8"
}
}