-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.25 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.25 KB
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": "@uniformdev/csk-storybook",
"version": "6.1.73",
"description": "CSK vNext Storybook is an interactive Storybook build showcasing components from the CSK vNext component starter kit. It provides detailed documentation, live previews, and testing capabilities for easy integration into your projects.",
"main": "index.js",
"scripts": {
"dev": "storybook dev -p 6006",
"build": "storybook build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "eslint . --fix --rule \"prettier/prettier: error\""
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@storybook/addon-docs": "^10.0.8",
"@storybook/addon-links": "^10.0.8",
"@storybook/addon-onboarding": "^10.0.8",
"@storybook/nextjs": "^10.0.8",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "^0.5.16",
"@uniformdev/csk-components": "*",
"@uniformdev/design-extensions-tools": "*",
"@uniformdev/next-app-router": "^20.61.2-alpha.3",
"eslint-plugin-storybook": "^10.0.8",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"storybook": "^10.0.8",
"tailwindcss": "^4.1.11"
}
}