-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.97 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.97 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
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
{
"name": "@vega-ui/react",
"version": "0.0.0",
"description": "Vega UI Kit for Web",
"private": true,
"license": "MIT",
"keywords": [
"ui-kit",
"ui",
"ts",
"typescript",
"js"
],
"author": "VegaUI Team",
"bugs": {
"url": "https://github.com/vega-ui/ui/issues"
},
"homepage": "https://github.com/vega-ui/ui#readme",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"lint": "eslint --cache",
"docs:generate:api": "node --experimental-strip-types scripts/generate-doc-root-api.mts",
"docs:validate": "node --experimental-strip-types scripts/validate-docs.mts",
"docs:validate:examples": "node --experimental-strip-types scripts/validate-doc-examples.mts",
"ci:version": "changeset version",
"ci:publish": "changeset publish",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@changesets/cli": "^2.29.3",
"@eslint/js": "^9.23.0",
"@storybook/addon-designs": "^11.1.2",
"@storybook/addon-docs": "^10.3.1",
"@storybook/addon-onboarding": "^10.3.1",
"@storybook/addon-a11y": "10.3.1",
"@storybook/addon-themes": "^10.3.1",
"@storybook/react-vite": "^10.3.1",
"@types/node": "^22.10.10",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@vitest/browser-playwright": "^4.0.17",
"@vitest/ui": "^4.0.17",
"eslint": "^9",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^10.3.1",
"git-cz": "^4.9.0",
"playwright": "^1.57.0",
"storybook": "^10.3.1",
"turbo": "^2.4.4",
"typescript": "5.7.3",
"typescript-eslint": "^8.17.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^6.0.5",
"vitest": "^4.0.17",
"vitest-browser-react": "^2.0.2"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"packageManager": "pnpm@10.0.0"
}