-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
183 lines (183 loc) · 5.78 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
{
"name": "tools",
"version": "0.0.0",
"private": true,
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/player-ui/tools.git"
},
"scripts": {
"setup": "node ./scripts/generate-pnpm-workspace.js",
"link:local": "node ./scripts/pnpm-link-setup.js",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx $(scripts/pkg-roots.sh)",
"gen:dev-tools-web-plugin": "plop --plopfile ./scripts/plopfile.mjs dev-tools-web-plugin",
"prepare": "is-ci || husky install",
"pub:local": "sh ./scripts/publish-to-verdaccio.sh",
"test": "bazel test -- $(bazel query \"kind(nodejs_test, //...)\" --output label 2>/dev/null | tr '\\n' ' ')"
},
"engines": {
"node": "^20.14.0",
"pnpm": "^9.7.0"
},
"packageManager": "pnpm@9.7.0",
"dependencies": {
"@auto-it/omit-release-notes": "^11.0.4",
"@auto-it/version-file": "^10.46.0",
"@babel/plugin-transform-react-jsx-source": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.23.3",
"@chakra-ui/react": "2.8.2",
"@devtools-ds/console": "^1.2.1",
"@devtools-ds/icon": "^1.2.1",
"@devtools-ds/navigation": "^1.2.1",
"@devtools-ds/object-inspector": "^1.2.1",
"@devtools-ds/object-parser": "^1.2.1",
"@devtools-ds/table": "^1.2.1",
"@devtools-ds/themes": "^1.2.1",
"@devtools-ui/plugin": "0.3.0",
"@emotion/styled": "^11",
"@oclif/core": "1.9.0",
"@oclif/errors": "^1.3.6",
"@oclif/plugin-plugins": "^1.9.0",
"@player-ui/common-types-plugin": "0.7.3",
"@player-ui/expression-plugin": "0.7.3",
"@player-ui/player": "0.7.3",
"@player-ui/pubsub-plugin": "0.7.3",
"@player-ui/react": "0.7.3",
"@player-ui/reference-assets-components": "0.7.3",
"@player-ui/reference-assets-plugin-react": "0.7.3",
"@player-ui/types": "0.7.3",
"@reduxjs/toolkit": "^1.6.1",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.2.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/babel__register": "^7.17.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash.set": "^4.3.9",
"@types/lodash.merge": "^4.3.9",
"@types/micromatch": "^4.0.2",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.18.0",
"@types/react": "^18.2.51",
"@types/react-redux": "^7.1.33",
"@types/signale": "^1.4.2",
"@types/std-mocks": "^1.0.1",
"@types/uuid": "^8.3.4",
"@types/webpack": "^4.41.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript/vfs": "^1.4.0",
"@vitest/coverage-v8": "^2.1.3",
"@vscode/vsce": "^2.23.0",
"all-contributors-cli": "^6.20.0",
"auto": "^10.37.2",
"babel-loader": "^8.2.5",
"bundle-analyzer": "^0.0.6",
"c8": "^7.10.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"chalk": "^4.0.1",
"change-case": "^4.1.1",
"command-line-application": "^0.10.1",
"copy-to-clipboard": "^3.3.2",
"cosmiconfig": "^7.0.1",
"cross-fetch": "^3.0.5",
"css-loader": "^3.6.0",
"dequal": "^2.0.2",
"detect-indent": "^6.0.0",
"dlv": "^1.1.3",
"dset": "^3.1.3",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"easy-table": "1.2.0",
"elegant-spinner": "^2.0.0",
"esbuild": "^0.13.15",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"extract-zip": "^2.0.1",
"figures": "^3.0.0",
"flipper-pkg": "^0.212.0",
"flipper-plugin": "^0.212.0",
"framer-motion": "^4",
"fs-extra": "^10.0.0",
"glob": "^10.3.10",
"globby": "^11.0.1",
"happy-dom": "^13.3.8",
"has-symbols": "^1.0.3",
"husky": "^7.0.2",
"immer": "^10.0.3",
"is-ci-cli": "^2.2.0",
"js-flipper": "^0.212.0",
"jsonc-parser": "^2.3.1",
"lcov-result-merger": "^3.1.0",
"lint-staged": "^11.2.3",
"log-symbols": "^4.0.0",
"log-update": "^4.0.0",
"micromatch": "^4.0.2",
"mkdirp": "^1.0.4",
"modify-source-webpack-plugin": "^4.1.0",
"oclif": "^4.4.2",
"patch-package": "^6.4.7",
"prettier": "^2.4.1",
"react": "^18.2.0",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-flame-graph": "^1.4.0",
"react-icons": "^5.0.1",
"react-json-reconciler": "^2.0.0",
"react-redux": "^7.2.6",
"react-split": "^2.0.14",
"react-syntax-highlighter": "^15.4.5",
"redux": "^4.1.2",
"rollup": "^2.60.1",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-esbuild": "^4.7.2",
"rollup-plugin-node-externals": "^5.0.3",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-styles": "^4.0.0",
"signale": "^1.4.0",
"source-map-js": "^1.0.2",
"std-mocks": "^1.0.1",
"style-loader": "^1.3.0",
"tapable-ts": "^0.2.4",
"timm": "^1.7.1",
"tiny-uid": "^1.1.2",
"ts-loader": "^5.3.3",
"ts-node": "^10.4.0",
"tsconfig-to-swcconfig": "^2.7.0",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "5.5.4",
"typescript-template-language-service-decorator": "^2.3.1",
"uuid": "^8.3.2",
"vitest": "^2.1.3",
"vscode-languageserver": "^6.1.1",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-languageserver-types": "^3.15.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.0",
"zip-folder": "^1.0.0"
},
"volta": {
"node": "20.14.0",
"pnpm": "9.7.0"
},
"pnpm": {
"onlyBuiltDependencies": []
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"plop": "^4.0.1"
}
}