@storybook/react-webpack5 7.0.0-beta.14 → 7.0.0-beta.16
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.16",
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -21,6 +21,7 @@
|
|
21
21
|
"license": "MIT",
|
22
22
|
"exports": {
|
23
23
|
".": {
|
24
|
+
"node": "./dist/index.js",
|
24
25
|
"require": "./dist/index.js",
|
25
26
|
"import": "./dist/index.mjs",
|
26
27
|
"types": "./dist/index.d.ts"
|
@@ -30,18 +31,14 @@
|
|
30
31
|
"import": "./dist/preset.mjs",
|
31
32
|
"types": "./dist/preset.d.ts"
|
32
33
|
},
|
33
|
-
"./package.json":
|
34
|
-
"require": "./package.json",
|
35
|
-
"import": "./package.json",
|
36
|
-
"types": "./package.json"
|
37
|
-
}
|
34
|
+
"./package.json": "./package.json"
|
38
35
|
},
|
39
36
|
"main": "dist/index.js",
|
40
37
|
"module": "dist/index.mjs",
|
41
38
|
"types": "dist/index.d.ts",
|
42
39
|
"files": [
|
43
40
|
"dist/**/*",
|
44
|
-
"
|
41
|
+
"template/**/*",
|
45
42
|
"README.md",
|
46
43
|
"*.js",
|
47
44
|
"*.d.ts"
|
@@ -51,9 +48,9 @@
|
|
51
48
|
"prep": "../../../scripts/prepare/bundle.ts"
|
52
49
|
},
|
53
50
|
"dependencies": {
|
54
|
-
"@storybook/builder-webpack5": "7.0.0-beta.
|
55
|
-
"@storybook/preset-react-webpack": "7.0.0-beta.
|
56
|
-
"@storybook/react": "7.0.0-beta.
|
51
|
+
"@storybook/builder-webpack5": "7.0.0-beta.16",
|
52
|
+
"@storybook/preset-react-webpack": "7.0.0-beta.16",
|
53
|
+
"@storybook/react": "7.0.0-beta.16",
|
57
54
|
"@types/node": "^16.0.0"
|
58
55
|
},
|
59
56
|
"devDependencies": {
|
@@ -86,5 +83,5 @@
|
|
86
83
|
],
|
87
84
|
"platform": "node"
|
88
85
|
},
|
89
|
-
"gitHead": "
|
86
|
+
"gitHead": "7ca5d329ef50ec4cded3c6586761a25a8e79e67c"
|
90
87
|
}
|