forked from react-querybuilder/react-querybuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.32 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
{
"name": "react-querybuilder",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "lerna run start",
"build": "lerna run build",
"test": "jest",
"publish:demo": "lerna run build && node gh-pages.publish.js",
"pretty-print": "prettier --write packages/*/src/** ./*.js",
"generate-changelog": "github-changes -o react-querybuilder -r react-querybuilder -a --use-commit-body --only-pulls --date-format=\"(YYYY-MM-DD)\""
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@testing-library/dom": "^8.11.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.1",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vitejs/plugin-legacy": "^1.6.3",
"all-contributors-cli": "^6.19.0",
"eslint": "^8.2.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gh-pages": "^3.1.0",
"github-changes": "^2.0.2",
"jest": "^27.0.6",
"lerna": "^4.0.0",
"prettier": "2.4.1",
"react-dnd-test-backend": "^14.0.1",
"react-dnd-test-utils": "^14.0.2",
"typescript": "^4.5.0",
"vite": "^2.6.14"
}
}