-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
80 lines (80 loc) · 2.55 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
{
"name": "react-image-editor",
"version": "0.2.0",
"description": "React + Konva / image editor / like Figma or Canva",
"homepage": "https://swimmingkiim.github.io/react-image-editor",
"bugs": "https://github.com/swimmingkiim/react-image-editor/issues",
"author": "swimmingkiim <[email protected]>",
"repository": "https://github.com/swimmingkiim/react-image-editor.git",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.2",
"@tensorflow-models/deeplab": "^0.2.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"gh-pages": "^6.1.1",
"holderjs": "^2.9.9",
"i18next": "^23.11.2",
"konva": "^8.3.10",
"nanoid": "^5.0.7",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-bootstrap-range-slider": "^3.0.8",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^14.1.0",
"react-konva": "^18.2.1",
"react-redux": "^8.1.3",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-observable": "^2.0.0",
"rxjs": "^7.8.1",
"typescript": "^4.7.4",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@tensorflow/tfjs-backend-cpu": "^3.18.0",
"@tensorflow/tfjs-backend-webgl": "^3.18.0",
"@tensorflow/tfjs-converter": "^3.18.0",
"@tensorflow/tfjs-core": "^3.18.0",
"@testing-library/react": "^15.0.5",
"@types/holderjs": "^2.9.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.19.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"happy-dom": "^14.7.1",
"i": "^0.3.7",
"normalizr": "^3.6.2",
"npm": "^10.5.2",
"prettier": "^3.2.5",
"typescript": "^4.7.4",
"vite": "^5.2.0",
"vitest": "^1.5.2"
}
}