forked from Opentrons/opentrons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·154 lines (154 loc) · 4.73 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
{
"name": "opentrons",
"private": true,
"workspaces": [
"api/src/opentrons",
"app",
"app-shell",
"components",
"discovery-client",
"labware-designer",
"labware-library",
"protocol-designer",
"protocol-library-kludge",
"robot-server/robot_server",
"shared-data",
"step-generation",
"update-server/otupdate",
"webpack-config",
"notify-server/notify_server"
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">=12"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@babel/register": "^7.12.10",
"@cypress/webpack-preprocessor": "^5.1.2",
"@storybook/addon-actions": "^6.2.5",
"@storybook/addon-essentials": "^6.2.5",
"@storybook/addon-links": "^6.2.5",
"@storybook/react": "^6.2.5",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.20",
"@types/jest-when": "^2.7.2",
"@types/lodash": "^4.14.168",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"ajv": "^6.10.2",
"aws-sdk": "^2.493.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "1.12.0",
"babel-plugin-unassert": "^3.0.1",
"concurrently": "^4.1.2",
"core-js": "^3.6.4",
"css-loader": "^3.2.0",
"cypress": "^6.6.0",
"cypress-file-upload": "3.5.3",
"cz-conventional-changelog": "2.1.0",
"electron": "6.1.10",
"electron-builder": "^21.2.0",
"electron-notarize": "^0.1.1",
"electron-publisher-s3": "^20.17.2",
"electron-rebuild": "^1.10.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"express": "^4.16.4",
"favicons-webpack-plugin": "^1.0.2",
"file-loader": "^5.0.2",
"flow-bin": "^0.125.1",
"flow-typed": "^3.1.0",
"flowgen": "^1.13.0",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"globby": "^10.0.1",
"graphviz": "^0.0.9",
"handlebars": "^4.2.0",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "7.0.2",
"jest-when": "^3.0.1",
"lerna": "^3.16.4",
"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",
"onchange": "^6.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"portfinder": "^1.0.13",
"postcss": "^7.0.18",
"postcss-apply": "^0.12.0",
"postcss-color-mod-function": "^3.0.3",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "2.2.1",
"react": "16.8.6",
"react-docgen-typescript": "^1.21.0",
"react-dom": "16.8.6",
"react-snap": "^1.23.0",
"react-test-renderer": "^16.8.6",
"redux-mock-store": "^1.5.3",
"rehype": "^9.0.0",
"rehype-urls": "^1.0.0",
"reselect-tools": "^0.0.7",
"script-ext-html-webpack-plugin": "^2.1.4",
"shx": "^0.2.2",
"style-loader": "^1.1.3",
"stylelint": "^11.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"terser-webpack-plugin": "^2.3.5",
"@testing-library/react": "^11.2.6",
"@testing-library/react-hooks": "^5.1.1",
"@testing-library/jest-dom": "^5.12.0",
"typescript": "4.1.3",
"url-loader": "^2.1.0",
"wait-on": "^4.0.2",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"webpack-node-externals": "^1.7.2",
"worker-plugin": "^5.0.0",
"ws": "7.1.2"
}
}