forked from UniversalDataTool/react-image-annotate
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.58 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.58 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
{
"name": "@starwit/react-image-annotate",
"version": "6.2.0",
"private": false,
"type": "module",
"files": [
"dist"
],
"main": "dist/react-image-annotate.js",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@mui/icons-material": "^7.3.8",
"@mui/material": "^7.3.8",
"cash-dom": "^8.1.5",
"classnames": "^2.5.1",
"color-alpha": "^2.0.0",
"i18next": "^25.8.10",
"i18next-browser-languagedetector": "^8.2.1",
"immer": "^11.1.4",
"lodash": "^4.17.23",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"react-draggable": "^4.5.0",
"react-hotkeys": "^2.0.0",
"react-i18next": "^16.5.4",
"react-remove-scroll": "^2.7.2",
"react-select": "^5.10.2",
"react-use": "^17.6.0",
"transformation-matrix-js": "^2.7.6",
"use-event-callback": "^0.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/starwit/react-image-annotate"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"scripts": {
"start": "vite --force",
"build": "vite build"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"@vitejs/plugin-react": "^5.1.4",
"gh-pages": "^6.3.0",
"prettier": "^3.8.1",
"react-github-btn": "^1.4.0",
"vite": "^7.3.1",
"vite-raw-plugin": "^1.0.2"
},
"prettier": {
"semi": false
}
}