-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
214 lines (214 loc) · 6.53 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"name": "player",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/player-ui/player.git"
},
"engines": {
"node": "^20.14.0",
"pnpm": "^9.7.0"
},
"packageManager": "pnpm@9.7.0",
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.28.3",
"@astrojs/starlight-docsearch": "^0.2.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@auto-it/omit-release-notes": "^11.2.0",
"@auto-it/upload-assets": "^11.2.0",
"@auto-it/version-file": "^11.2.0",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.23.3",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/skip-nav": "^2.1.0",
"@chakra-ui/system": "^2.6.2",
"@devtools-ds/table": "^1.1.2",
"@docsearch/css": "3",
"@docsearch/react": "3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mdx-js/rollup": "^3.0.1",
"@monaco-editor/react": "^4.6.0",
"@player-tools/cli": "0.8.1",
"@player-tools/dsl": "0.8.1",
"@player-tools/xlr": "0.8.1",
"@player-tools/xlr-utils": "0.6.1-next.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@reduxjs/toolkit": "^1.9.5",
"@storybook/addon-docs": "^7.6.10",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/builder-vite": "^7.6.10",
"@storybook/channels": "^7.6.10",
"@storybook/components": "^7.6.10",
"@storybook/core-events": "^7.6.10",
"@storybook/manager": "^7.6.10",
"@storybook/manager-api": "^7.6.10",
"@storybook/preview": "^7.6.10",
"@storybook/preview-api": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-webpack5": "^7.6.10",
"@storybook/types": "^7.6.10",
"@swc/core": "^1.3.74",
"@swc/wasm-web": "^1.3.74",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@types/dlv": "^1.1.4",
"@types/lunr": "^2.3.7",
"@types/mdx-js__react": "^1.5.8",
"@types/node": "^18.18.0",
"@types/parsimmon": "^1.10.0",
"@types/path-browserify": "^1.0.2",
"@types/pubsub-js": "^1.8.3",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.22",
"@types/react-redux": "^7.1.22",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/redux-state-sync": "^3.1.5",
"@types/signale": "^1.4.2",
"@types/std-mocks": "^1.0.1",
"@types/stringify-object": "^4.0.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^2.1.4",
"all-contributors-cli": "^6.20.0",
"arr-flatten": "^1.1.0",
"astro": "^4.16.7",
"auto": "^11.2.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"bowser": "^2.11.0",
"c8": "^7.10.0",
"change-case": "^4.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^1.1.1",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"daisyui": "^4.12.10",
"dequal": "^2.0.2",
"dlv": "^1.1.3",
"ebnf": "^1.9.0",
"error-polyfill": "^0.1.3",
"esbuild-wasm": "^0.19.8",
"eslint": "^8.54.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"framer-motion": "^10.16.4",
"gh-pages": "^4.0.0",
"github-slugger": "^1.0.0",
"globby": "^11.0.1",
"gray-matter": "^4.0.3",
"happy-dom": "^12.10.3",
"html-webpack-plugin": "^5.6.0",
"husky": "^7.0.2",
"is-ci-cli": "^2.2.0",
"json5": "^2.2.3",
"lcov-result-merger": "^3.1.0",
"leven": "3.1.0",
"lint-staged": "^11.2.3",
"lucide-react": "^0.316.0",
"lunr": "^2.3.9",
"lz-string": "^1.4.4",
"mdast-util-from-markdown": "^2.0.0",
"mdast-util-toc": "^6.1.0",
"mini-css-extract-plugin": "^2.8.1",
"monaco-editor": "^0.51.0",
"next": "14.0.2",
"next-themes": "^0.3.0",
"nextjs-google-analytics": "^1.2.1",
"null-loader": "^4.0.1",
"p-defer": "^3.0.0",
"parsimmon": "^1.12.0",
"patch-package": "^6.4.7",
"path-browserify": "^1.0.1",
"playwright": "^1.47.0",
"postcss": "^8.4.33",
"postcss-loader": "^8.1.1",
"prettier": "^3.1.0",
"pubsub-js": "^1.9.3",
"queue-microtask": "^1.2.3",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.3",
"react-flatten-children": "^1.1.2",
"react-icons": "^4.3.1",
"react-json-reconciler": "^2.0.0",
"react-redux": "^7.2.6",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.4.5",
"redux": "^4.1.2",
"redux-state-sync": "^3.1.4",
"rehype-autolink-headings": "^6.1.1",
"rehype-mermaid": "^2.1.0",
"rehype-slug": "^5.0.1",
"remark": "^12.0.1",
"remark-autolink-headings": "^7.0.1",
"remark-frontmatter": "^4.0.1",
"remark-html": "^12.0.0",
"remark-mdx-frontmatter": "^1.1.1",
"remark-slug": "^7.0.1",
"remark-smartypants": "^2.0.0",
"remove-markdown": "^0.3.0",
"seamless-scroll-polyfill": "^2.3.4",
"sharp": "^0.33.5",
"signale": "^1.4.0",
"sorted-array": "^2.0.4",
"source-map-js": "^1.0.2",
"starlight-package-managers": "^0.7.0",
"std-mocks": "^1.0.1",
"storybook": "^7.6.10",
"storybook-dark-mode": "3.0.3",
"stringify-object": "^5.0.0",
"style-loader": "^3.3.4",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tapable-ts": "^0.2.3",
"terser-webpack-plugin": "^5.3.10",
"time-fix-plugin": "^2.0.7",
"timm": "^1.6.2",
"ts-debounce": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-nested-error": "^1.2.1",
"ts-node": "^10.9.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "5.5.3",
"unist-util-visit": "^5.0.0",
"uuid": "^8.3.2",
"vite": "^4.0.0",
"vitest": "^2.1.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"volta": {
"node": "20.17.0",
"pnpm": "9.7.0"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"resolutions": {
"esbuild": "0.19.8",
"jackspeak": "2.1.1"
}
}