-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.41 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "storybook-addon-html-document",
"version": "1.0.1",
"description": "A Storybook addon that extracts and displays compiled syntax-highlighted HTML, and can load html documents.",
"main": "register.js",
"scripts": {
"build": "rm -rf ./lib && babel -d ./lib ./src",
"start": "babel --watch -d ./lib ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dengbupapapa/storybook-addon-html-document.git"
},
"keywords": [
"storybook",
"addons",
"html-document"
],
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@storybook/react": "^5.3.4",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.0",
"react": "^16.12.0"
},
"dependencies": {
"@babel/generator": "^7.8.3",
"@babel/parser": "^7.8.3",
"@storybook/addons": "^5.3.4",
"@storybook/api": "^5.3.4",
"@storybook/components": "^5.3.4",
"estraverse": "^4.3.0",
"prettier": "^1.19.1",
"prismjs": "^1.19.0",
"react-syntax-highlighter": "^12.2.1"
},
"author": "dengbupa",
"license": "MIT",
"bugs": {
"url": "https://github.com/dengbupapapa/storybook-addon-html-document/issues"
},
"homepage": "https://github.com/dengbupapapa/storybook-addon-html-document#readme"
}