-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 942 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
{
"name": "story-description-loader",
"version": "1.0.0",
"description": "Webpack loader for automatically generating addon-docs descriptions from component comments.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/izhan/storybook-description-loader.git"
},
"keywords": [
"storybook",
"addon-docs",
"comments",
"storyDescription"
],
"author": "Irvin Zhan @izhan",
"license": "MIT",
"bugs": {
"url": "https://github.com/izhan/storybook-description-loader/issues"
},
"homepage": "https://github.com/izhan/storybook-description-loader#readme",
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-transform-typescript": "^7.8.3",
"loader-utils": "^1.4.0",
"schema-utils": "^2.6.4"
}
}