UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@storybook/preset-typescript",
3 "version": "3.0.0",
4 "description": "TypeScript preset for Storybook",
5 "license": "MIT",
6 "main": "dist",
7 "types": "dist",
8 "homepage": "https://github.com/storybookjs/presets/tree/master/packages/preset-typescript",
9 "bugs": {
10 "url": "https://github.com/storybookjs/presets/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/presets.git",
15 "directory": "packages/preset-typescript"
16 },
17 "files": [
18 "dist"
19 ],
20 "scripts": {
21 "build": "rm -rf dist & tsc",
22 "build-watch": "yarn build -w",
23 "build-storybook": "exit 0;",
24 "prepublishOnly": "yarn build"
25 },
26 "dependencies": {
27 "@babel/preset-typescript": "^7.8.3",
28 "@storybook/node-logger": "^5.3.17",
29 "@types/babel__core": "^7.1.6",
30 "babel-preset-typescript-vue": "^1.0.3",
31 "fork-ts-checker-webpack-plugin": "^4.1.0"
32 },
33 "devDependencies": {
34 "typescript": "^3.8.3"
35 },
36 "peerDependencies": {
37 "typescript": ">=3.4"
38 },
39 "publishConfig": {
40 "access": "public"
41 }
42}