-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·73 lines (73 loc) · 2.17 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
{
"name": "@blueprintjs-formik/monorepo",
"version": "0.5.2",
"description": "Bindings for using Formik and Blueprint.js",
"private": true,
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bigcapitalhq/blueprint-formik.git"
},
"keywords": [
"blueprintjs",
"formik",
"react"
],
"author": "Ahmed Bouhuolia",
"license": "ISC",
"bugs": {
"url": "https://github.com/bigcapitalhq/blueprint-formik/issues"
},
"homepage": "https://github.com/bigcapitalhq/blueprint-formik#readme",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"@blueprintjs/core": "^3.52.0",
"@blueprintjs/select": "^3.18.12",
"@blueprintjs/datetime": "^3.24.1",
"formik": "^2.2.9",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/lodash.get": "^4.4.6",
"@types/lodash.keyby": "^4.6.6",
"@types/node": "^17.0.14",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"lodash.get": "^4.4.2",
"lodash.keyby": "^4.6.0",
"rollup": "^2.67.2",
"rollup-plugin-typescript2": "^0.31.2",
"styled-components": "^5.3.3",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"bootstrap": "lerna exec npm install",
"build": "lerna run build",
"typecheck": "lerna run typecheck",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"devDependencies": {
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/node-logger": "^6.4.19",
"@storybook/preset-create-react-app": "^4.0.1",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "0.0.9",
"@types/styled-components": "^5.1.22",
"cross-env": "^7.0.3",
"lerna": "^7.0.2",
"webpack": "^5.68.0"
}
}