@arbisoft/react-design-tool 1.0.22 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +139 -62
- package/dist/cjs/index.js +359 -559
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +359 -559
- package/dist/esm/index.js.map +1 -1
- package/package.json +78 -78
package/package.json
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
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
|
-
|
|
2
|
+
"name": "@arbisoft/react-design-tool",
|
|
3
|
+
"version": "1.0.24",
|
|
4
|
+
"description": "Arbisoft design tool library",
|
|
5
|
+
"main": "dist/cjs/index.js",
|
|
6
|
+
"module": "dist/esm/index.js",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist",
|
|
9
|
+
"README.md"
|
|
10
|
+
],
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "rollup -c",
|
|
13
|
+
"dev": "rollup -c -w",
|
|
14
|
+
"lint": "eslint ./src/**/*.{js,jsx}",
|
|
15
|
+
"lint:fix": "eslint ./src/**/*.{js,jsx} --fix",
|
|
16
|
+
"format": "prettier ./src/**/*.{js,jsx} --write",
|
|
17
|
+
"format:check": "prettier ./src/**/*.{js,jsx} --check"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "git+https://github.com/arbisoft/arbisoft-design-tool.git"
|
|
22
|
+
},
|
|
23
|
+
"author": "Hammad Amin <hammad.amin@arbisoft.com>",
|
|
24
|
+
"license": "ISC",
|
|
25
|
+
"bugs": {
|
|
26
|
+
"url": "https://github.com/arbisoft/arbisoft-design-tool/issues"
|
|
27
|
+
},
|
|
28
|
+
"homepage": "https://github.com/arbisoft/arbisoft-design-tool#readme",
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@babel/core": "^7.26.10",
|
|
31
|
+
"@babel/preset-env": "^7.26.9",
|
|
32
|
+
"@babel/preset-react": "^7.26.3",
|
|
33
|
+
"@rollup/plugin-alias": "^5.1.1",
|
|
34
|
+
"@rollup/plugin-babel": "^6.0.4",
|
|
35
|
+
"@rollup/plugin-commonjs": "^28.0.3",
|
|
36
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
37
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
38
|
+
"@rollup/plugin-url": "^8.0.2",
|
|
39
|
+
"eslint": "^9.25.0",
|
|
40
|
+
"eslint-config-prettier": "^10.1.2",
|
|
41
|
+
"eslint-plugin-import": "^2.31.0",
|
|
42
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
43
|
+
"eslint-plugin-react": "^7.37.5",
|
|
44
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
45
|
+
"konva": "^9.3.20",
|
|
46
|
+
"prettier": "^3.5.3",
|
|
47
|
+
"prop-types": "^15.8.1",
|
|
48
|
+
"qrcode": "^1.5.4",
|
|
49
|
+
"react-konva": "^19.0.3",
|
|
50
|
+
"react-konva-utils": "^1.1.0",
|
|
51
|
+
"rollup": "^4.40.0",
|
|
52
|
+
"rollup-plugin-postcss": "^4.0.2",
|
|
53
|
+
"styled-components": "^6.1.17"
|
|
54
|
+
},
|
|
55
|
+
"keywords": [
|
|
56
|
+
"canvas",
|
|
57
|
+
"photo editor",
|
|
58
|
+
"design editor",
|
|
59
|
+
"react",
|
|
60
|
+
"reactjs",
|
|
61
|
+
"arbisoft",
|
|
62
|
+
"studio",
|
|
63
|
+
"konva",
|
|
64
|
+
"jsx",
|
|
65
|
+
"javascript",
|
|
66
|
+
"react editor",
|
|
67
|
+
"react design editor"
|
|
68
|
+
],
|
|
69
|
+
"dependencies": {
|
|
70
|
+
"@emotion/is-prop-valid": "^1.3.1",
|
|
71
|
+
"konva": "^9.3.20",
|
|
72
|
+
"prop-types": "^15.8.1",
|
|
73
|
+
"qrcode": "^1.5.4",
|
|
74
|
+
"react": ">=16",
|
|
75
|
+
"react-dom": ">=16",
|
|
76
|
+
"react-konva": "^19.0.3",
|
|
77
|
+
"react-konva-utils": "^1.1.0",
|
|
78
|
+
"styled-components": "^6.1.17"
|
|
79
|
+
}
|
|
80
80
|
}
|