-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.45 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.45 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@ably/ui",
"version": "17.13.2",
"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.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ably/ably-ui.git"
},
"license": "Apache-2.0",
"files": [
"core",
"reset",
"tailwind.config.js",
"tailwind.extend.js",
"index.d.ts",
"AGENTS.md",
"CLAUDE.md"
],
"types": "index.d.ts",
"msw": {
"workerDirectory": "./public"
},
"packageManager": "pnpm@10.12.4",
"devDependencies": {
"@storybook/addon-docs": "^10.2.0",
"@storybook/addon-themes": "^10.2.0",
"@storybook/addon-vitest": "^10.2.0",
"@storybook/react-vite": "^10.2.0",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@swc/cli": "^0.7.8",
"@swc/core": "^1.13.5",
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/react": "^16.3.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/svg-sprite": "^0.0.39",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitejs/plugin-react-swc": "^4.0.1",
"@vitest/browser": "3.2.4",
"@vitest/coverage-v8": "3.2.4",
"autoprefixer": "^10.0.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-perf": "^3.3.3",
"eslint-plugin-storybook": "^10.2.0",
"heroicons": "^2.2.0",
"http-server": "14.1.1",
"jsdom": "^27.4.0",
"mixpanel-browser": "^2.74.0",
"msw": "2.12.0",
"msw-storybook-addon": "^2.0.5",
"playwright": "^1.58.0",
"posthog-js": "^1.336.1",
"prettier": "^3.8.0",
"storybook": "^10.2.0",
"svg-sprite": "^2.0.4",
"tailwindcss": "^3.3.6",
"ts-node": "^10.9.2",
"typescript": "5.9.2",
"vite": "^7.3.0",
"vitest": "^3.2.4"
},
"scripts": {
"build:prebuild": "rm -rf core reset && mkdir -p dist/core",
"build:swc": "ts-node swc.config.ts",
"build:tsc": "tsc && ts-node tsc.ts && rm -r types",
"build:cleanup": "mv dist/* . && rm -r dist",
"build:icons": "ts-node scripts/generate-icons.ts",
"build": "pnpm build:prebuild && pnpm build:icons && pnpm build:swc && pnpm build:tsc && pnpm build:cleanup",
"watch": "pnpm build:swc -w",
"format:check": "prettier -c \"*.{js,ts}\" \".storybook/*.{js,ts,tsx}\" \"src/**/*.{js,ts,tsx}\"",
"format:write": "prettier -w \"*.{js,ts}\" \".storybook/*.{js,ts,tsx}\" \"src/**/*.{js,ts,tsx}\"",
"lint": "eslint \"*.{js,ts}\" \".storybook/*.{js,ts,tsx}\" \"src/**/*.{js,ts,tsx}\"",
"update:all": "./scripts/update-dependents.sh",
"pre-release": "./scripts/pre-release.sh",
"release": "./scripts/release.sh",
"start": "vite --port 5000",
"storybook": "pnpm build && storybook dev -p 6006",
"build-storybook": "pnpm build && storybook build --quiet -o preview",
"heroku-postbuild": "pnpm build-storybook && ./scripts/setup-auth.sh",
"test": "vitest --run",
"test:ci": "pnpm build:icons && pnpm test"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-navigation-menu": "^1.2.4",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.2.8",
"array-flat-polyfill": "^1.0.1",
"clsx": "^2.1.1",
"dompurify": "^3.2.4",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"es-toolkit": "^1.44.0",
"highlight.js": "^11.11.1",
"highlightjs-curl": "^1.3.0",
"js-cookie": "^3.0.5",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"redux": "^4.0.5",
"scroll-lock": "^2.1.4",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.5"
},
"peerDependencies": {
"mixpanel-browser": "^2.60.0 || <3",
"posthog-js": "^1.217.4 || <2"
},
"bugs": {
"url": "https://github.com/ably/ably-ui/issues"
},
"homepage": "https://github.com/ably/ably-ui#readme",
"keywords": [
"ui",
"tailwind",
"ably",
"react"
],
"author": "Ably Real-time Ltd <support@ably.com>"
}