-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 929 Bytes
/
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
{
"name": "@rsuite/formik",
"version": "0.0.0-development",
"description": "Formik-compatible React Suite components",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsuite/formik.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rsuite/formik/issues"
},
"homepage": "https://github.com/rsuite/formik#readme",
"devDependencies": {
"@swc-node/jest": "^1.4.3",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"formik": "^2.2.9",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rsuite": "^5.6.6",
"typescript": "^4.6.3"
}
}