-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.2 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
{
"name": "@pxweb2/pxweb2-ui",
"version": "0.0.1",
"main": "./src/index.ts",
"type": "module",
"scripts": {
"start": "npm run storybook",
"build": "npm run build-style-dictionary && storybook build && mv ./storybook-static ../pxweb2/dist/storybook",
"build-style-dictionary": "node ./style-dictionary/build.mjs",
"storybook": "storybook dev -p 6006",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"prettier": "prettier --config ../../.prettierrc --check ./src/** --write --ignore-path ../../.prettierignore"
},
"author": "",
"license": "MIT",
"dependencies": {
"@tanstack/react-virtual": "^3.13.18",
"@vitejs/plugin-react": "^5.1.3",
"clsx": "^2.1.1",
"hast-util-to-jsx-runtime": "^2.3.6",
"motion": "^12.33.0",
"vite-plugin-dts": "^4.5.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.0",
"@storybook/addon-a11y": "10.2.7",
"@storybook/addon-docs": "10.2.7",
"@storybook/react-vite": "10.2.7",
"@testing-library/react": "^16.3.2",
"eslint-plugin-storybook": "10.2.7",
"prop-types": "^15.8.1",
"shiki": "^3.22.0",
"storybook": "10.2.7",
"vitest": "^4.0.18"
}
}