|
1 | 1 | {
|
2 |
| - "name": "react-image-annotate", |
| 2 | + "name": "@idapgroup/react-image-annotate", |
3 | 3 | "version": "2.0.0",
|
4 | 4 | "type": "module",
|
5 | 5 | "main": "dist/react-image-annotate.js",
|
|
13 | 13 | "@fortawesome/fontawesome-svg-core": "^6.5.2",
|
14 | 14 | "@fortawesome/free-solid-svg-icons": "^6.5.2",
|
15 | 15 | "@fortawesome/react-fontawesome": "^0.2.0",
|
16 |
| - "@mui/icons-material": "^5.2.1", |
17 |
| - "@mui/material": "^5.2.3", |
18 |
| - "@mui/styles": "^5.2.3", |
19 |
| - "@vitejs/plugin-react": "^4.2.1", |
| 16 | + "@mui/icons-material": "^5.15.14", |
| 17 | + "@mui/material": "^5.15.14", |
20 | 18 | "autoseg": "^0.0.12",
|
| 19 | + "classnames": "^2.5.1", |
21 | 20 | "color-alpha": "^2.0.0",
|
22 | 21 | "lodash": "^4.17.21",
|
23 |
| - "material-survey": "^2.1.0", |
24 | 22 | "moment": "^2.30.0",
|
25 | 23 | "monaco-editor": "^0.47.0",
|
26 |
| - "react": "18.2.0", |
27 |
| - "react-dom": "18.2.0", |
| 24 | + "react": "^18.0.0", |
| 25 | + "react-dom": "^18.0.0", |
28 | 26 | "react-full-screen": "^1.1.1",
|
29 | 27 | "react-hotkeys": "^2.0.0",
|
30 | 28 | "react-markdown": "^9.0.0",
|
31 |
| - "react-material-workspace-layout": "^1.0.10", |
32 | 29 | "react-monaco-editor": "^0.55.0",
|
33 | 30 | "react-remove-scroll": "^2.0.4",
|
34 | 31 | "react-select": "^5.8.0",
|
35 | 32 | "react-syntax-highlighter": "^15.5.0",
|
36 | 33 | "react-use": "^17.5.0",
|
37 | 34 | "react-use-measure": "^2.0.0",
|
38 | 35 | "seamless-immutable": "^7.1.4",
|
39 |
| - "styled-components": "^5.2.1", |
40 | 36 | "transformation-matrix-js": "^2.7.6",
|
41 |
| - "use-event-callback": "^0.1.0", |
42 |
| - "use-key-hook": "^1.3.0" |
| 37 | + "tss-react": "^4.9.6", |
| 38 | + "use-event-callback": "^0.1.0" |
43 | 39 | },
|
44 | 40 | "devDependencies": {
|
45 | 41 | "@rollup/plugin-replace": "^5.0.5",
|
|
50 | 46 | "@types/react-select": "^5.0.1",
|
51 | 47 | "@types/react-syntax-highlighter": "^15.5.11",
|
52 | 48 | "@types/seamless-immutable": "^7.1.4",
|
| 49 | + "@vitejs/plugin-react": "^4.2.1", |
53 | 50 | "cpy-cli": "^5.0.0",
|
54 | 51 | "cross-env": "^7.0.3",
|
55 | 52 | "gh-pages": "^2.0.1",
|
|
63 | 60 | "vite-tsconfig-paths": "^4.3.2"
|
64 | 61 | },
|
65 | 62 | "peerDependencies": {
|
66 |
| - "react": "18.2.0", |
67 |
| - "react-dom": "18.2.0" |
| 63 | + "react": "^18.0.0", |
| 64 | + "react-dom": "^18.0.0" |
68 | 65 | },
|
69 | 66 | "repository": {
|
70 | 67 | "type": "git",
|
71 |
| - "url": "https://github.com/UniversalDataTool/react-image-annotate.git" |
| 68 | + "url": "https://github.com/idapgroup/react-image-annotate" |
72 | 69 | },
|
73 | 70 | "scripts": {
|
74 | 71 | "start": "vite",
|
75 | 72 | "build": "tsc && vite build",
|
76 |
| - "publish": "npm run build && cd dist && npm publish", |
77 | 73 | "prettier": "prettier --write \"src/**/*.js\"",
|
78 | 74 | "prettier:test": "prettier --check \"src/**/*.js\""
|
79 | 75 | },
|
|
0 commit comments