forked from etchteam/storybook-addon-status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.63 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
89
90
91
92
{
"name": "@etchteam/storybook-addon-status",
"version": "4.2.1",
"description": "Add component status to the storybook UI",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts",
"ts3.5/**/*"
],
"scripts": {
"prepare": "./scripts/prepare.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etchteam/storybook-addon-status.git"
},
"keywords": [
"storybook",
"addon",
"status",
"react",
"storybook-addon",
"organize",
"popular"
],
"author": "gavmck",
"license": "MIT",
"bugs": {
"url": "https://github.com/etchteam/storybook-addon-status/issues"
},
"homepage": "https://github.com/etchteam/storybook-addon-status#readme",
"dependencies": {
"@storybook/addons": "^6.2.9",
"@storybook/api": "^6.2.9",
"@storybook/client-logger": "^6.2.9",
"@storybook/components": "^6.2.9",
"@storybook/core-events": "^6.2.9",
"@storybook/theming": "^6.2.9",
"core-js": "^3.0.1",
"lodash": "^4.17.21",
"memoizerific": "^1.11.3",
"util-deprecate": "^1.0.2"
},
"peerDependencies": {
"react": "^16.8.3 || ^17.0.2"
},
"devDependencies": {
"@babel/cli": "7.10.4",
"@babel/core": "7.10.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-decorators": "7.10.4",
"@babel/plugin-proposal-export-default-from": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.10.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.10.4",
"@babel/preset-env": "7.10.4",
"@babel/preset-flow": "7.10.4",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@types/lodash": "^4.14.170",
"@types/node": "14.0.14",
"@types/util-deprecate": "^1.0.0",
"@types/webpack-env": "1.15.2",
"@typescript-eslint/eslint-plugin": "4.21.0",
"@typescript-eslint/parser": "4.21.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-macros": "2.8.0",
"babel-plugin-require-context-hook": "1.0.0",
"downlevel-dts": "0.5.0",
"eslint": "7.23.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"npmlog": "4.1.2",
"react": "17.0.2",
"shelljs": "0.8.5",
"typescript": "3.9.5"
},
"publishConfig": {
"access": "public"
},
"storybook": {
"icon": "https://pbs.twimg.com/profile_images/998947662287130625/7Ff1hOdQ_400x400.jpg",
"displayName": "Status"
}
}