2018-11-25 01:22:46 +01:00
|
|
|
{
|
|
|
|
"name": "@storybook/preact",
|
2020-02-08 00:22:00 +08:00
|
|
|
"version": "6.0.0-alpha.8",
|
2018-11-25 01:22:46 +01:00
|
|
|
"description": "Storybook for Preact: Develop Preact Component in isolation.",
|
|
|
|
"keywords": [
|
|
|
|
"storybook"
|
|
|
|
],
|
2019-06-03 11:06:42 -07:00
|
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/preact",
|
2018-11-25 01:22:46 +01:00
|
|
|
"bugs": {
|
2019-06-03 11:06:42 -07:00
|
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
2018-11-25 01:22:46 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-06-03 11:06:42 -07:00
|
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
2019-02-18 10:26:03 +00:00
|
|
|
"directory": "app/preact"
|
2018-11-25 01:22:46 +01:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"main": "dist/client/index.js",
|
2019-07-20 22:13:17 +09:00
|
|
|
"types": "dist/client/index.d.ts",
|
2018-11-25 01:22:46 +01:00
|
|
|
"bin": {
|
|
|
|
"build-storybook": "./bin/build.js",
|
|
|
|
"start-storybook": "./bin/index.js",
|
|
|
|
"storybook-server": "./bin/index.js"
|
|
|
|
},
|
2020-02-03 23:47:53 +08:00
|
|
|
"files": [
|
|
|
|
"bin/**/*",
|
|
|
|
"dist/**/*",
|
|
|
|
"README.md",
|
|
|
|
"*.js",
|
|
|
|
"*.d.ts"
|
|
|
|
],
|
2018-11-25 01:22:46 +01:00
|
|
|
"scripts": {
|
|
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-25 05:27:57 +00:00
|
|
|
"@babel/plugin-transform-react-jsx": "^7.3.0",
|
2020-02-08 00:22:00 +08:00
|
|
|
"@storybook/addons": "6.0.0-alpha.8",
|
|
|
|
"@storybook/core": "6.0.0-alpha.8",
|
2020-01-30 16:50:18 +01:00
|
|
|
"@types/webpack-env": "^1.15.1",
|
2019-04-26 17:46:58 +02:00
|
|
|
"core-js": "^3.0.1",
|
2018-11-25 01:22:46 +01:00
|
|
|
"global": "^4.3.2",
|
2019-10-01 17:27:48 +02:00
|
|
|
"regenerator-runtime": "^0.13.3",
|
2020-01-30 19:27:42 +01:00
|
|
|
"ts-dedent": "^1.1.1"
|
2018-11-25 01:22:46 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-03 13:00:41 +01:00
|
|
|
"preact": "^8.4.2"
|
2018-11-25 01:22:46 +01:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-01-30 22:24:19 +01:00
|
|
|
"@babel/core": "*",
|
2018-11-25 01:22:46 +01:00
|
|
|
"babel-loader": "^7.0.0 || ^8.0.0",
|
2020-01-30 22:24:19 +01:00
|
|
|
"preact": "^8.4.2",
|
|
|
|
"react": "*",
|
|
|
|
"react-dom": "*"
|
2018-12-04 23:23:00 +01:00
|
|
|
},
|
2019-05-17 12:38:47 +02:00
|
|
|
"engines": {
|
2019-05-21 04:07:28 -07:00
|
|
|
"node": ">=8.0.0"
|
2019-05-17 12:38:47 +02:00
|
|
|
},
|
2018-12-04 23:23:00 +01:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2019-12-15 18:02:20 +08:00
|
|
|
},
|
2019-12-26 20:01:12 +08:00
|
|
|
"gitHead": "4b9d901add9452525135caae98ae5f78dd8da9ff"
|
2018-11-25 01:22:46 +01:00
|
|
|
}
|