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
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "react-simple-query-builder/sandbox-simple",
"version": "6.2.0",
"description": "Simple demo for react-simple-query-builder",
"repository": {
"type": "git",
"url": "https://github.com/ukrbublik/react-awesome-query-builder.git",
"directory": "packages/sandbox_simple"
},
"license": "MIT",
"author": "Denis Oblogin <ukrbublik@gmail.com> (https://github.com/ukrbublik)",
"main": "src/index.jsx",
"scripts": {
"build": "vite build --mode dev --debug",
"eslint": "eslint --ext .jsx --ext .js ./src/",
"lint": "npm run eslint",
"lint-fix": "eslint --ext .jsx --ext .js --fix ./src/",
"preview": "vite preview",
"start": "vite",
"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": {
"react-simple-query-builder/ui": "workspace:^",
"lodash": "^4.17.21",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.1",
"sass": "^1.35.0",
"vite": "^3.0.9"
},
"readme": "README.md"
}