-
-
Notifications
You must be signed in to change notification settings - Fork 500
/
package.json
147 lines (147 loc) · 5.46 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "@react-awesome-query-builder/root",
"version": "0.0.0",
"private": true,
"description": "User-friendly query builder for React. Demo: https://ukrbublik.github.io/react-awesome-query-builder",
"keywords": [
"query-builder",
"query",
"builder",
"query builder",
"where",
"clause",
"operators",
"expression",
"condition",
"configurable",
"react",
"reactjs",
"component",
"react-component",
"react-components",
"ui",
"antd",
"antdesign",
"ant-design",
"material",
"material-ui",
"material-design",
"mui",
"bootstrap",
"reactstrap",
"fluent",
"office-ui-fabric"
],
"homepage": "https://github.com/ukrbublik/react-awesome-query-builder",
"bugs": {
"url": "https://github.com/ukrbublik/react-awesome-query-builder/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ukrbublik/react-awesome-query-builder.git"
},
"funding": "https://opencollective.com/react-awesome-query-builder",
"license": "MIT",
"author": "Denis Oblogin <[email protected]> (https://github.com/ukrbublik)",
"workspaces": [
"packages/core",
"packages/ui",
"packages/antd",
"packages/mui",
"packages/material",
"packages/bootstrap",
"packages/fluent",
"packages/tests",
"packages/examples",
"packages/sandbox",
"packages/sandbox_simple",
"packages/sandbox_next"
],
"scripts": {
"install-frozen": "pnpm install --frozen-lockfile",
"install-noscripts": "pnpm install --ignore-scripts",
"install-frozen-noscripts": "pnpm install --frozen-lockfile --ignore-scripts",
"build": "pnpm run build-libs && pnpm run build-examples",
"build-examples": "pnpm --filter !@react-awesome-query-builder/examples^... run build",
"build-libs": "pnpm --filter @react-awesome-query-builder/examples^... run build",
"check-hot": "pnpm -r --parallel --aggregate-output --reporter=append-only check-hot",
"clean": "sh ./scripts/clean.sh",
"examples": "pnpm --filter @react-awesome-query-builder/examples run start",
"lint": "pnpm -r --parallel --aggregate-output --reporter=append-only run lint",
"lint-fix": "pnpm -r --parallel --aggregate-output --reporter=append-only run lint-fix",
"resmoke": "pnpm run clean && pnpm i && pnpm run smoke",
"sandbox": "pnpm run sandbox-ts",
"sandbox-js-start": "pnpm --filter @react-awesome-query-builder/sandbox-simple run start",
"sandbox-js": "pnpm build-libs && pnpm sandbox-js-start",
"sandbox-js-prod-start": "pnpm --filter @react-awesome-query-builder/sandbox-simple run start-prod",
"sandbox-js-prod": "pnpm build-libs && pnpm sandbox-js-prod-start",
"sandbox-ts-start": "pnpm --filter @react-awesome-query-builder/sandbox run start",
"sandbox-ts": "pnpm build-libs && pnpm sandbox-ts-start",
"sandbox-ts-prod-start": "pnpm --filter @react-awesome-query-builder/sandbox run start-prod",
"sandbox-ts-prod": "pnpm build-libs && pnpm sandbox-ts-prod-start",
"sandbox-next-start": "pnpm --filter @react-awesome-query-builder/sandbox-next run start",
"sandbox-next": "pnpm build-libs && pnpm sandbox-next-start",
"sandbox-next-prod-start": "pnpm --filter @react-awesome-query-builder/sandbox-next run start-prod",
"sandbox-next-prod": "pnpm build-libs && pnpm sandbox-next-prod-start",
"smoke": "pnpm run lint && pnpm run test && pnpm run build && pnpm run check-hot",
"start": "pnpm run examples",
"test": "pnpm --filter @react-awesome-query-builder/tests run test",
"test-debug": "pnpm --filter @react-awesome-query-builder/tests run test-debug",
"test-dev": "pnpm --filter @react-awesome-query-builder/tests run test-dev",
"fix-pnpm-lock-6": "sed -r -i '' 's@, tarball: https://.+}@}@g' ./pnpm-lock.yaml"
},
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.24.5",
"@babel/plugin-transform-class-properties": "^7.24.1",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/plugin-transform-private-methods": "^7.24.1",
"@babel/plugin-transform-private-property-in-object": "^7.24.5",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"lerna": "^8.1.9",
"typescript": "~5.4.5"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"pnpm": {
"allowedDeprecatedVersions": {
"@material-ui/core": "*",
"@material-ui/icons": "*",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/pickers": "*",
"@material-ui/styles": "*"
},
"overrides": {
"[email protected]": "^3.1.3",
"[email protected]": "^3.1.10",
"[email protected]": "^4.21.1",
"[email protected]": "^1.15.6",
"[email protected]": "^2.0.1",
"[email protected]": "^8.4.31",
"[email protected]": "^8.4.31",
"[email protected]": "^3.0.3",
"[email protected]": "^7.5.10",
"[email protected]": "^2.7.4",
"[email protected]": "^8.17.1",
"[email protected]": "^8.17.1",
"[email protected]": "^1.20.3",
"[email protected]": "^19.0.8",
"[email protected]": "^0.7.2",
"[email protected]": "1.0.0-rc.12"
}
}
}