-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 977 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
37
38
39
40
{
"name": "storybook-reset-url-args",
"version": "1.0.0",
"description": "Reset url args",
"files": [
"src",
"dist",
"register.js"
],
"keywords": [
"storybook-addons",
"appearance"
],
"scripts": {
"lint": "eslint --ext .ts --ext .tsx src/**",
"build": "tsc",
"release": "auto shipit"
},
"peerDependencies": {
"@storybook/addons": "^6.0.0",
"@storybook/components": "^6.0.0"
},
"devDependencies": {
"@storybook/addons": "6.0.5",
"@storybook/components": "6.0.5",
"@types/react": "16.9.11",
"@typescript-eslint/eslint-plugin": "2.17.0",
"@typescript-eslint/parser": "2.17.0",
"eslint": "6.5.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-xo": "0.27.1",
"eslint-config-xo-react": "0.20.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-react-hooks": "2.2.0",
"react": "16.11.0",
"react-dom": "16.11.0",
"typescript": "3.7.5"
},
"license": "MIT"
}