-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 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
{
"name": "@adara-cs/ui-kit-web",
"version": "0.0.0",
"description": "AdaraCloud UI Kit for Web",
"private": true,
"license": "MIT",
"keywords": [
"ui-kit",
"ui",
"ts",
"typescript",
"js"
],
"author": "adara-cs",
"bugs": {
"url": "https://github.com/adara-cs/ui-kit-web/issues"
},
"homepage": "https://github.com/adara-cs/ui-kit-web#readme",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"lint": "eslint packages --ext .ts,.tsx --config .eslintrc.json --cache",
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test:watch": "vitest --watch"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@eslint/js": "^9.15.0",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/addon-themes": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/manager-api": "^8.5.0",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.5.0",
"@types/node": "^22.10.10",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^8",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "^0.11.1",
"git-cz": "^4.9.0",
"storybook": "^8.4.7",
"turbo": "^2.3.3",
"typescript": "5.7.2",
"typescript-eslint": "^8.17.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"packageManager": "[email protected]"
}