UNPKG

@storybook/preset-typescript

Version:
43 lines (42 loc) 1.07 kB
{ "name": "@storybook/preset-typescript", "version": "3.0.0", "description": "TypeScript preset for Storybook", "license": "MIT", "main": "dist", "types": "dist", "homepage": "https://github.com/storybookjs/presets/tree/master/packages/preset-typescript", "bugs": { "url": "https://github.com/storybookjs/presets/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/presets.git", "directory": "packages/preset-typescript" }, "files": [ "dist" ], "scripts": { "build": "rm -rf dist & tsc", "build-watch": "yarn build -w", "build-storybook": "exit 0;", "prepublishOnly": "yarn build" }, "dependencies": { "@babel/preset-typescript": "^7.8.3", "@storybook/node-logger": "^5.3.17", "@types/babel__core": "^7.1.6", "babel-preset-typescript-vue": "^1.0.3", "fork-ts-checker-webpack-plugin": "^4.1.0" }, "devDependencies": { "typescript": "^3.8.3" }, "peerDependencies": { "typescript": ">=3.4" }, "publishConfig": { "access": "public" } }