-
Notifications
You must be signed in to change notification settings - Fork 196
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 4.39 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 4.39 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "opentrons",
"private": true,
"workspaces": {
"packages": [
"api-client",
"app",
"app-shell",
"app-shell-odd",
"components",
"discovery-client",
"labware-designer",
"labware-library",
"opentrons-ai-client",
"protocol-designer",
"react-api-client",
"shared-data",
"step-generation",
"usb-bridge/node-client"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"packageManager": "yarn@1.22.19",
"engines": {
"node": ">=22.22.0"
},
"resolutions": {
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0"
},
"devDependencies": {
"@aws-sdk/client-cloudfront": "^3.582.0",
"@aws-sdk/client-dynamodb": "^3.582.0",
"@aws-sdk/client-s3": "^3.582.0",
"@aws-sdk/credential-provider-ini": "^3.582.0",
"@electron/rebuild": "3.7.1",
"@eslint-react/eslint-plugin": "1.52.2",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@octokit/rest": "^19.0.5",
"@sentry/vite-plugin": "4.3.0",
"@storybook/addon-actions": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/react": "7.6.17",
"@storybook/react-vite": "7.6.17",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/express": "^4.17.11",
"@types/glob": "7.1.3",
"@types/lodash": "^4.14.191",
"@types/multer": "^1.4.5",
"@types/netmask": "^1.0.30",
"@types/react": "18.2.51",
"@types/react-color": "^3.0.6",
"@types/react-dom": "18.2.0",
"@types/react-redux": "7.1.32",
"@types/redux-mock-store": "1.5.0",
"@types/semver": "^7.3.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "4.2.0",
"@vitest/coverage-v8": "2.1.9",
"ajv": "6.12.3",
"aws-sdk": "^2.493.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "2.0.7",
"babel-plugin-unassert": "^3.0.1",
"clsx": "2.1.1",
"concurrently": "8.2.2",
"conventional-changelog": "^3.1.25",
"core-js": "^3.6.4",
"css-loader": "^3.2.0",
"cz-conventional-changelog": "2.1.0",
"date-fns": "2.30.0",
"decompress": "4.2.1",
"download": "8.0.0",
"electron": "39.1.2",
"electron-builder": "26.0.15",
"eslint": "^8.56.0",
"eslint-config-prettier": "10.1.8",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-formatter-summary-chart": "0.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-opentrons": "link:./scripts/eslint-plugin-opentrons",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-testing-library": "^6.2.0",
"express": "^4.16.4",
"file-loader": "^5.0.2",
"form-data": "2.5.4",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"globby": "^10.0.1",
"graphviz": "^0.0.9",
"html-webpack-plugin": "^3.2.0",
"i18next": "^19.8.3",
"identity-obj-proxy": "^3.0.0",
"jsdom": "26.1.0",
"lost": "^8.3.1",
"madge": "^3.6.0",
"mime": "^2.4.4",
"mini-css-extract-plugin": "^0.9.0",
"multer": "^1.4.2",
"nanobench": "^2.1.1",
"ntee": "^2.0.0",
"portfinder": "^1.0.13",
"prettier": "3.7.4",
"react": "18.2.0",
"react-docgen-typescript": "^1.21.0",
"react-dom": "18.2.0",
"react-i18next": "14.0.0",
"react-query": "3.35.0",
"react-scan": "0.0.43",
"redux-mock-store": "1.5.5",
"rehype": "^9.0.0",
"rehype-urls": "^1.0.0",
"semver": "^7.3.8",
"shx": "^0.3.4",
"simple-git": "^3.15.1",
"storybook": "7.6.17",
"storybook-addon-pseudo-states": "2.0.0",
"style-loader": "^1.1.3",
"stylelint": "16.25.0",
"stylelint-config-idiomatic-order": "10.0.0",
"stylelint-config-standard": "39.0.1",
"terser-webpack-plugin": "^2.3.5",
"typescript": "5.3.3",
"url-loader": "^2.1.0",
"vite": "7.1.11",
"vitest": "2.1.9",
"vitest-when": "0.5.0",
"wait-on": "^4.0.2",
"worker-plugin": "^5.0.0"
}
}