-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.83 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@lerna/publish": "^3.18.5",
"@storybook/addon-actions": "^5.3.12",
"@storybook/addon-info": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "10.x",
"babel-jest": "^24.9.0",
"babel-plugin-react-native-web": "^0.11.7",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-typescript": "^6.3.1",
"eslint-config-prettier": "^6.8.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react-native": "^3.8.1",
"jest": "^24.9.0",
"lerna": "^3.19.0",
"prettier": "^1.19.1",
"react-docgen-typescript-loader": "^3.6.0",
"react-test-renderer": "^16.9.0",
"typescript-plugin-styled-components": "^1.4.3"
},
"dependencies": {
"@storybook/addon-actions": "^5.3.12",
"@storybook/addon-knobs": "^5.3.12",
"@types/color": "^3.0.1",
"@types/jest": "^24.0.23",
"@types/node": "^12.12.14",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-native": "^0.60.24",
"@types/styled-components": "^4.4.1",
"color": "^3.1.2",
"csstype": "^2.6.7",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-icons": "^3.8.0",
"react-native": "^0.61",
"react-native-dark-mode": "^0.2.1",
"react-native-web": "^0.11.7",
"react-scripts": "^3.3.0",
"styled-components": "^4.4.1",
"styled-icons": "^10.2.1",
"typescript": "^3.7.3"
},
"prettier": {
"trailingComma": "es5"
},
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "eslint ./lib/**/*.{ts,tsx}",
"test": "jest",
"storybook": "start-storybook -p 9009",
"build-storybook": "build-storybook",
"publish": "yarn typecheck && yarn lint && lerna run build && lerna publish --force-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HovaLabs/bento-box.git"
},
"author": "Kaitlyn Hova & Matt Hova",
"license": "MIT",
"bugs": {
"url": "https://github.com/HovaLabs/bento-box/issues"
},
"homepage": "https://github.com/HovaLabs/bento-box#readme",
"description": "",
"name": "bento-box"
}