forked from UniversalDataTool/react-image-annotate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
84 lines (84 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
81
82
83
84
{
"name": "@idapgroup/react-image-annotate",
"version": "2.1.0",
"type": "module",
"main": "dist/react-image-annotate.js",
"types": "dist/lib.d.ts",
"files": [
"dist"
],
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"autoseg": "^0.0.12",
"classnames": "^2.5.1",
"color-alpha": "^2.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.0",
"monaco-editor": "^0.47.0",
"react-full-screen": "^1.1.1",
"react-hotkeys": "^2.0.0",
"react-markdown": "^9.0.0",
"react-monaco-editor": "^0.55.0",
"react-remove-scroll": "^2.0.4",
"react-select": "^5.8.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.5.0",
"react-use-measure": "^2.0.0",
"seamless-immutable": "^7.1.4",
"transformation-matrix-js": "^2.7.6",
"tss-react": "^4.9.6",
"use-event-callback": "^0.1.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.5",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.4",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-select": "^5.0.1",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/rollup-plugin-peer-deps-external": "^2.2.5",
"@types/seamless-immutable": "^7.1.4",
"@vitejs/plugin-react": "^4.2.1",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"gh-pages": "^2.0.1",
"prettier": "^2.5.1",
"react-github-btn": "^1.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.2.2",
"vite": "^5.2.7",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-tsconfig-paths": "^4.3.2"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idapgroup/react-image-annotate.git"
},
"scripts": {
"start": "vite --force",
"build": "tsc && vite build",
"prettier": "prettier --write \"src/**/*.js\"",
"prettier:test": "prettier --check \"src/**/*.js\""
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"prettier": {
"semi": true
}
}