-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 907 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": "@blue-tomato/blueto",
"version": "0.2.5",
"license": "EUPL-1.2",
"description": "🪐 BLUETO - the design system of Blue Tomato",
"homepage": "https://blueto.blue-tomato.com",
"repository": {
"type": "git",
"url": "git+https://github.com/blue-tomato/blueto.git"
},
"scripts": {
"dev": "storybook dev -p 6006",
"build:storybook": "storybook build"
},
"dependencies": {
"classnames": "^2.5.1",
"es-toolkit": "^1.27.0",
"modern-normalize": "^2.0.0",
"type-fest": "^4.28.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@storybook/addon-essentials": "^8.2.5",
"@storybook/addon-interactions": "^8.2.5",
"@storybook/addon-links": "^8.2.5",
"@storybook/blocks": "^8.2.5",
"@storybook/react": "^8.2.5",
"@storybook/react-vite": "^8.2.5",
"@storybook/test": "^8.2.5",
"sass": "^1.77.8",
"storybook": "^8.2.5",
"vite-tsconfig-paths": "^5.0.1"
}
}