generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.42 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "storybook-addon-sdc",
"version": "0.6.7",
"description": "Drupal Single Directory Components as stories",
"keywords": [
"SDC",
"storybook",
"Drupal",
"storybook-addons"
],
"repository": {
"type": "git",
"url": "git+https://github.com/iberdinsky-skilld/sdc-addon.git"
},
"type": "module",
"license": "MIT",
"author": "Ivan Berdinsky <[email protected]>",
"exports": {
"./preset": "./dist/preset.js"
},
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"build": "tsup",
"build:watch": "npm run build -- --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "run-p build:watch \"storybook --quiet\"",
"prerelease": "zx scripts/prepublish-checks.js",
"release": "npm run build && auto shipit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"serve": "npx http-server ./storybook-static",
"format": "prettier --write ."
},
"dependencies": {
"glob": "^11.0.0",
"json-schema-faker": "^0.5.8",
"jsonschema": "^1.4.1",
"node-fetch": "^3.3.2",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"vite-plugin-twig-drupal": "^1.4.2",
"yaml": "^2.7.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.5.3",
"@storybook/addon-interactions": "^8.5.3",
"@storybook/addon-links": "^8.5.3",
"@storybook/html-vite": "^8.5.3",
"@storybook/test": "^8.5.3",
"@storybook/types": "^8.5.3",
"@types/json-schema": "^7.0.15",
"@types/node": "^22.8.7",
"@types/node-fetch": "^2.6.12",
"@types/twig": "^1.12.16",
"auto": "^11.3.0",
"boxen": "^8.0.1",
"dedent": "^1.5.1",
"prettier": "^3.3.3",
"prompts": "^2.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.5.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^6.0.11",
"zx": "^8.2.0"
},
"publishConfig": {
"access": "public"
},
"bundler": {
"nodeEntries": [
"src/preset.ts"
]
},
"storybook": {
"displayName": "Storybook Addon SDC",
"supportedFrameworks": [
"html"
],
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}