-
Notifications
You must be signed in to change notification settings - Fork 179
/
package.json
executable file
·80 lines (80 loc) · 2.36 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
{
"repository": {
"type": "git",
"url": "https://github.com/Opentrons/opentrons.git"
},
"author": {
"name": "Opentrons Labworks",
"email": "[email protected]"
},
"name": "protocol-designer",
"productName": "Opentrons Protocol Designer",
"private": true,
"version": "0.0.0-dev",
"description": "Protocol designer app",
"main": "src/index.js",
"bugs": {
"url": "https://github.com/Opentrons/opentrons/issues"
},
"homepage": "https://github.com/Opentrons/opentrons",
"license": "Apache-2.0",
"dependencies": {
"@fontsource/public-sans": "5.0.3",
"@hot-loader/react-dom": "17.0.1",
"@vitejs/plugin-react": "^4.2.1",
"@vituum/vite-plugin-postcss": "1.1.0",
"@hookform/resolvers": "3.1.1",
"@opentrons/components": "link:../components",
"@opentrons/step-generation": "link:../step-generation",
"@opentrons/shared-data": "link:../shared-data",
"@types/redux-actions": "2.6.1",
"@types/styled-components": "^5.1.26",
"@types/ua-parser-js": "0.7.36",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"ajv": "6.12.3",
"classnames": "2.2.5",
"cookie": "0.3.1",
"core-js": "3.2.1",
"date-fns": "2.10.0",
"file-saver": "2.0.1",
"i18next": "^19.8.3",
"immer": "9.0.6",
"lodash": "4.17.21",
"mixpanel-browser": "2.22.1",
"query-string": "6.2.0",
"react": "18.2.0",
"react-color": "2.19.3",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.10",
"react-hook-form": "7.49.3",
"react-i18next": "14.0.0",
"react-redux": "8.1.2",
"redux": "4.0.5",
"redux-actions": "2.2.1",
"react-popper": "1.0.0",
"react-router-dom": "6.24.1",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"styled-components": "5.3.6",
"ua-parser-js": "^0.7.23",
"uuid": "3.3.2",
"vite": "5.0.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss-apply": "0.12.0",
"postcss-import": "16.0.0",
"autoprefixer": "^10.0.2",
"postcss": "^8.1.7",
"postcss-loader": "^4.0.4",
"postcss-preset-env": "9.3.0",
"postcss-color-mod-function": "3.0.3",
"yup": "1.3.3"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.35.6"
}
}