forked from zeplin/storybook-zeplin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 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
49
50
51
52
{
"name": "storybook-zeplin",
"version": "1.1.2",
"description": "Zeplin addon for Storybook",
"main": "dist/index.js",
"keywords": [
"storybook",
"zeplin",
"addon"
],
"scripts": {
"build": "tsc",
"prepublish": "tsc",
"watch": "tsc --watch --preserveWatchOutput",
"storybook": "NODE_ENV=development start-storybook -p 9001 -c .storybook",
"build-storybook": "NODE_ENV=production build-storybook -s public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mertkahyaoglu/storybook-zeplin.git"
},
"author": {
"name": "Mert Kahyaoğlu",
"url": "https://mert-kahyaoglu.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mertkahyaoglu/storybook-zeplin/issues"
},
"homepage": "https://github.com/mertkahyaoglu/storybook-zeplin#readme",
"peerDependencies": {
"@storybook/addons": "^5.0.0",
"@storybook/api": "^5.0.0",
"@storybook/components": "^5.0.0",
"@storybook/theming": "^5.0.0",
"react": ">=16.8.0"
},
"dependencies": {
"query-string": "^6.12.1"
},
"devDependencies": {
"@storybook/addons": "^5.3.18",
"@storybook/api": "^5.3.18",
"@storybook/components": "^5.3.18",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^5.3.18",
"@storybook/theming": "^5.3.18",
"@types/react": "^16.9.34",
"babel-loader": "^8.1.0",
"typescript": "^3.8.3"
}
}