forked from ukrbublik/react-awesome-query-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.81 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.81 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
{
"name": "@react-awesome-query-builder/sandbox",
"version": "6.4.2",
"description": "Demo for @react-awesome-query-builder",
"repository": {
"type": "git",
"url": "https://github.com/ukrbublik/react-awesome-query-builder.git",
"directory": "packages/sandbox"
},
"license": "MIT",
"author": "Denis Oblogin <ukrbublik@gmail.com> (https://github.com/ukrbublik)",
"main": "src/index.tsx",
"scripts": {
"build": "tsc && vite build --mode dev --debug",
"eslint": "eslint --ext .jsx --ext .js --ext .tsx --ext .ts ./src/",
"lint": "npm run eslint && npm run tsc",
"lint-fix": "eslint --ext .jsx --ext .js --ext .tsx --ext .ts --fix ./src/",
"preview": "vite preview",
"start": "vite",
"tsc": "tsc -p . --noEmit",
"preinstall": "node ./scripts/patch-versions.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/base": "^5.0.0-beta.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@mui/system": "^5.12.3",
"@mui/x-date-pickers": "^6.3.1",
"@react-awesome-query-builder/antd": "workspace:^",
"@react-awesome-query-builder/mui": "workspace:^",
"antd": "^5.7.2",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.18",
"@vitejs/plugin-react": "^4.0.3",
"sass": "^1.35.0",
"typescript": "~4.9.4",
"vite": "^4.4.6"
},
"readme": "README.md"
}