|
2 | 2 | "name": "@ably/ui",
|
3 | 3 | "version": "15.0.2",
|
4 | 4 | "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.",
|
| 5 | + "packageManager": "[email protected]", |
5 | 6 | "repository": {
|
6 | 7 | "type": "git",
|
7 | 8 | "url": "git+ssh://[email protected]/ably/ably-ui.git"
|
|
33 | 34 | "@types/dompurify": "^3.0.5",
|
34 | 35 | "@types/js-cookie": "^3.0.6",
|
35 | 36 | "@types/lodash.throttle": "^4.1.9",
|
| 37 | + "@types/react": "^18.3.12", |
36 | 38 | "@types/react-dom": "^18.3.0",
|
37 | 39 | "@types/svg-sprite": "^0.0.39",
|
38 | 40 | "@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
47 | 49 | "http-server": "14.1.1",
|
48 | 50 | "msw": "2.6.1",
|
49 | 51 | "msw-storybook-addon": "^2.0.2",
|
| 52 | + "playwright": "^1.49.0", |
50 | 53 | "prettier": "^3.2.5",
|
51 | 54 | "react-syntax-highlighter": "^15.6.1",
|
52 | 55 | "storybook": "^8.4.0",
|
|
63 | 66 | "build:tsc": "tsc && node tsc.js && rm -r types",
|
64 | 67 | "build:cleanup": "mv dist/* . && rm -r dist",
|
65 | 68 | "build:sprites": "ts-node scripts/generate-sprites.ts",
|
66 |
| - "build": "yarn build:prebuild && yarn build:sprites && yarn build:swc && yarn build:tsc && yarn build:cleanup", |
67 |
| - "watch": "yarn build:swc -w", |
| 69 | + "build": "pnpm build:prebuild && pnpm build:sprites && pnpm build:swc && pnpm build:tsc && pnpm build:cleanup", |
| 70 | + "watch": "pnpm build:swc -w", |
68 | 71 | "format:check": "prettier -c *.{js,ts} src/**/*.{js,ts,tsx}",
|
69 | 72 | "format:write": "prettier -w *.{js,ts} src/**/*.{js,ts,tsx}",
|
70 | 73 | "lint": "eslint *.{js,ts} src/**/*.{js,ts,tsx}",
|
71 | 74 | "update:all": "./scripts/update-dependents.sh",
|
72 | 75 | "pre-release": "./scripts/pre-release.sh",
|
73 | 76 | "release": "./scripts/release.sh",
|
74 | 77 | "start": "vite --port 5000",
|
75 |
| - "storybook": "yarn build && storybook dev -p 6006", |
76 |
| - "build-storybook": "yarn build && storybook build --quiet -o preview", |
77 |
| - "test": "npx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn build-storybook && yarn http-server preview --port 6007 --silent\" \"wait-on tcp:6007 && yarn test-storybook --url http://127.0.0.1:6007\"", |
78 |
| - "test:update-snapshots": "npx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"yarn build-storybook && yarn http-server preview --port 6007 --silent\" \"wait-on tcp:6007 && yarn test-storybook -u --url http://127.0.0.1:6007\"" |
| 78 | + "storybook": "pnpm build && storybook dev -p 6006", |
| 79 | + "build-storybook": "pnpm build && storybook build --quiet -o preview", |
| 80 | + "test": "pnpx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm build-storybook && pnpm http-server preview --port 6007 --silent\" \"pnpx wait-on tcp:6007 && pnpm test-storybook --url http://127.0.0.1:6007\"", |
| 81 | + "test:update-snapshots": "pnpx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm build-storybook && pnpm http-server preview --port 6007 --silent\" \"pnpx wait-on tcp:6007 && pnpm test-storybook -u --url http://127.0.0.1:6007\"" |
79 | 82 | },
|
80 | 83 | "dependencies": {
|
81 | 84 | "@radix-ui/react-accordion": "^1.2.1",
|
|
0 commit comments