@threedddplus/logoeditor 0.0.214 → 0.0.216
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/dist/components/customToast/customToast.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/logoeditor.cjs.development.js +34 -1
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +34 -1
- package/dist/logoeditor.esm.js.map +1 -1
- package/package.json +133 -133
package/package.json
CHANGED
@@ -1,133 +1,133 @@
|
|
1
|
-
{
|
2
|
-
"version": "0.0.
|
3
|
-
"license": "MIT",
|
4
|
-
"main": "dist/index.ts",
|
5
|
-
"typings": "dist/index.d.ts",
|
6
|
-
"files": [
|
7
|
-
"dist",
|
8
|
-
"example"
|
9
|
-
],
|
10
|
-
"engines": {
|
11
|
-
"node": ">=10"
|
12
|
-
},
|
13
|
-
"scripts": {
|
14
|
-
"start": "react-scripts start",
|
15
|
-
"start:dev": "env-cmd -f .env.development react-scripts start",
|
16
|
-
"start:qa": "env-cmd -f .env.qa react-scripts start",
|
17
|
-
"build": "react-scripts build",
|
18
|
-
"build:dev": "env-cmd -f .env.development react-scripts build",
|
19
|
-
"build:qa": "env-cmd -f .env.qa react-scripts build",
|
20
|
-
"build:package": "tsdx build && yarn publish",
|
21
|
-
"build:link": "tsdx build && yarn link",
|
22
|
-
"test": "react-scripts test",
|
23
|
-
"lint": "tsdx lint",
|
24
|
-
"size": "size-limit",
|
25
|
-
"prepare": "tsdx build",
|
26
|
-
"analyze": "size-limit --why",
|
27
|
-
"storybook": "start-storybook -p 6006",
|
28
|
-
"build-storybook": "build-storybook",
|
29
|
-
"development": "firebase use development",
|
30
|
-
"production": "firebase use production",
|
31
|
-
"deploy:dev": "firebase deploy --only hosting:dev-richardson-customizer --token $FIREBASE_TOKEN"
|
32
|
-
},
|
33
|
-
"peerDependencies": {
|
34
|
-
"react": ">=16",
|
35
|
-
"react-toastify": "^9.1.3"
|
36
|
-
},
|
37
|
-
"husky": {
|
38
|
-
"hooks": {
|
39
|
-
"pre-commit": "tsdx lint"
|
40
|
-
}
|
41
|
-
},
|
42
|
-
"prettier": {
|
43
|
-
"printWidth": 80,
|
44
|
-
"semi": true,
|
45
|
-
"singleQuote": true,
|
46
|
-
"trailingComma": "es5"
|
47
|
-
},
|
48
|
-
"name": "@threedddplus/logoeditor",
|
49
|
-
"author": "Anjali Garg",
|
50
|
-
"module": "dist/logoeditor.esm.js",
|
51
|
-
"size-limit": [
|
52
|
-
{
|
53
|
-
"path": "dist/logoeditor.cjs.production.min.js",
|
54
|
-
"limit": "10 KB"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"path": "dist/logoeditor.esm.js",
|
58
|
-
"limit": "10 KB"
|
59
|
-
}
|
60
|
-
],
|
61
|
-
"devDependencies": {
|
62
|
-
"@babel/core": "^7.22.1",
|
63
|
-
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
64
|
-
"@babel/preset-env": "^7.22.5",
|
65
|
-
"@babel/preset-react": "^7.22.5",
|
66
|
-
"@size-limit/preset-small-lib": "^8.2.4",
|
67
|
-
"@storybook/addon-essentials": "^7.0.18",
|
68
|
-
"@storybook/addon-info": "^5.3.21",
|
69
|
-
"@storybook/addon-links": "^7.0.18",
|
70
|
-
"@storybook/addons": "^7.0.18",
|
71
|
-
"@storybook/react": "^7.0.18",
|
72
|
-
"@tailwindcss/forms": "^0.5.3",
|
73
|
-
"@tailwindcss/typography": "^0.5.9",
|
74
|
-
"@testing-library/jest-dom": "^5.16.5",
|
75
|
-
"@testing-library/react": "^14.0.0",
|
76
|
-
"@types/react": "^18.2.8",
|
77
|
-
"@types/react-dom": "^18.2.4",
|
78
|
-
"babel-jest": "^29.5.0",
|
79
|
-
"babel-loader": "^9.1.2",
|
80
|
-
"husky": "^8.0.3",
|
81
|
-
"jest": "^29.5.0",
|
82
|
-
"postcss": "^8.4.24",
|
83
|
-
"prettier": "^2.8.8",
|
84
|
-
"react": "^18.2.0",
|
85
|
-
"react-dom": "^18.2.0",
|
86
|
-
"react-is": "^18.2.0",
|
87
|
-
"react-scripts": "^5.0.1",
|
88
|
-
"react-test-renderer": "^18.2.0",
|
89
|
-
"react-toastify": "^9.1.3",
|
90
|
-
"rollup-plugin-postcss": "^4.0.2",
|
91
|
-
"size-limit": "^8.2.4",
|
92
|
-
"tailwindcss": "^3.3.2",
|
93
|
-
"tsdx": "^0.14.1",
|
94
|
-
"tslib": "^2.5.3",
|
95
|
-
"typescript": "^5.1.3"
|
96
|
-
},
|
97
|
-
"dependencies": {
|
98
|
-
"@apollo/client": "^3.7.15",
|
99
|
-
"@rollup/plugin-image": "^3.0.3",
|
100
|
-
"@types/crypto-js": "^4.1.1",
|
101
|
-
"@types/css-font-loading-module": "^0.0.9",
|
102
|
-
"@types/fabric": "^5.3.4",
|
103
|
-
"@types/node": "^20.8.6",
|
104
|
-
"apollo-upload-client": "^17.0.0",
|
105
|
-
"autoprefixer": "^10.4.14",
|
106
|
-
"aws-sdk": "^2.1476.0",
|
107
|
-
"axios": "^1.5.1",
|
108
|
-
"crypto-js": "^4.1.1",
|
109
|
-
"daisyui": "^3.0.1",
|
110
|
-
"env-cmd": "^10.1.0",
|
111
|
-
"fabric": "^5.3.0",
|
112
|
-
"file-loader": "^6.2.0",
|
113
|
-
"flowbite-react": "^0.7.2",
|
114
|
-
"fontfaceobserver": "^2.3.0",
|
115
|
-
"formik": "^2.4.2",
|
116
|
-
"graphql": "^16.6.0",
|
117
|
-
"graphql-request": "^6.1.0",
|
118
|
-
"imagetracerjs": "^1.2.6",
|
119
|
-
"opentype.js": "^1.3.4",
|
120
|
-
"pdfjs-dist": "^4.0.379",
|
121
|
-
"react-color": "^2.19.3",
|
122
|
-
"react-cookie": "^4.1.1",
|
123
|
-
"react-hook-form": "^7.44.3",
|
124
|
-
"react-icons": "^4.9.0",
|
125
|
-
"react-modal": "^3.16.1",
|
126
|
-
"react-select": "^5.8.0",
|
127
|
-
"react-shadow": "^20.0.0",
|
128
|
-
"reakit": "^1.3.11",
|
129
|
-
"stats.js": "^0.17.0",
|
130
|
-
"tw-elements": "^1.0.0",
|
131
|
-
"zustand": "^4.3.8"
|
132
|
-
}
|
133
|
-
}
|
1
|
+
{
|
2
|
+
"version": "0.0.216",
|
3
|
+
"license": "MIT",
|
4
|
+
"main": "dist/index.ts",
|
5
|
+
"typings": "dist/index.d.ts",
|
6
|
+
"files": [
|
7
|
+
"dist",
|
8
|
+
"example"
|
9
|
+
],
|
10
|
+
"engines": {
|
11
|
+
"node": ">=10"
|
12
|
+
},
|
13
|
+
"scripts": {
|
14
|
+
"start": "react-scripts start",
|
15
|
+
"start:dev": "env-cmd -f .env.development react-scripts start",
|
16
|
+
"start:qa": "env-cmd -f .env.qa react-scripts start",
|
17
|
+
"build": "react-scripts build",
|
18
|
+
"build:dev": "env-cmd -f .env.development react-scripts build",
|
19
|
+
"build:qa": "env-cmd -f .env.qa react-scripts build",
|
20
|
+
"build:package": "tsdx build && yarn publish",
|
21
|
+
"build:link": "tsdx build && yarn link",
|
22
|
+
"test": "react-scripts test",
|
23
|
+
"lint": "tsdx lint",
|
24
|
+
"size": "size-limit",
|
25
|
+
"prepare": "tsdx build",
|
26
|
+
"analyze": "size-limit --why",
|
27
|
+
"storybook": "start-storybook -p 6006",
|
28
|
+
"build-storybook": "build-storybook",
|
29
|
+
"development": "firebase use development",
|
30
|
+
"production": "firebase use production",
|
31
|
+
"deploy:dev": "firebase deploy --only hosting:dev-richardson-customizer --token $FIREBASE_TOKEN"
|
32
|
+
},
|
33
|
+
"peerDependencies": {
|
34
|
+
"react": ">=16",
|
35
|
+
"react-toastify": "^9.1.3"
|
36
|
+
},
|
37
|
+
"husky": {
|
38
|
+
"hooks": {
|
39
|
+
"pre-commit": "tsdx lint"
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"prettier": {
|
43
|
+
"printWidth": 80,
|
44
|
+
"semi": true,
|
45
|
+
"singleQuote": true,
|
46
|
+
"trailingComma": "es5"
|
47
|
+
},
|
48
|
+
"name": "@threedddplus/logoeditor",
|
49
|
+
"author": "Anjali Garg",
|
50
|
+
"module": "dist/logoeditor.esm.js",
|
51
|
+
"size-limit": [
|
52
|
+
{
|
53
|
+
"path": "dist/logoeditor.cjs.production.min.js",
|
54
|
+
"limit": "10 KB"
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"path": "dist/logoeditor.esm.js",
|
58
|
+
"limit": "10 KB"
|
59
|
+
}
|
60
|
+
],
|
61
|
+
"devDependencies": {
|
62
|
+
"@babel/core": "^7.22.1",
|
63
|
+
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
64
|
+
"@babel/preset-env": "^7.22.5",
|
65
|
+
"@babel/preset-react": "^7.22.5",
|
66
|
+
"@size-limit/preset-small-lib": "^8.2.4",
|
67
|
+
"@storybook/addon-essentials": "^7.0.18",
|
68
|
+
"@storybook/addon-info": "^5.3.21",
|
69
|
+
"@storybook/addon-links": "^7.0.18",
|
70
|
+
"@storybook/addons": "^7.0.18",
|
71
|
+
"@storybook/react": "^7.0.18",
|
72
|
+
"@tailwindcss/forms": "^0.5.3",
|
73
|
+
"@tailwindcss/typography": "^0.5.9",
|
74
|
+
"@testing-library/jest-dom": "^5.16.5",
|
75
|
+
"@testing-library/react": "^14.0.0",
|
76
|
+
"@types/react": "^18.2.8",
|
77
|
+
"@types/react-dom": "^18.2.4",
|
78
|
+
"babel-jest": "^29.5.0",
|
79
|
+
"babel-loader": "^9.1.2",
|
80
|
+
"husky": "^8.0.3",
|
81
|
+
"jest": "^29.5.0",
|
82
|
+
"postcss": "^8.4.24",
|
83
|
+
"prettier": "^2.8.8",
|
84
|
+
"react": "^18.2.0",
|
85
|
+
"react-dom": "^18.2.0",
|
86
|
+
"react-is": "^18.2.0",
|
87
|
+
"react-scripts": "^5.0.1",
|
88
|
+
"react-test-renderer": "^18.2.0",
|
89
|
+
"react-toastify": "^9.1.3",
|
90
|
+
"rollup-plugin-postcss": "^4.0.2",
|
91
|
+
"size-limit": "^8.2.4",
|
92
|
+
"tailwindcss": "^3.3.2",
|
93
|
+
"tsdx": "^0.14.1",
|
94
|
+
"tslib": "^2.5.3",
|
95
|
+
"typescript": "^5.1.3"
|
96
|
+
},
|
97
|
+
"dependencies": {
|
98
|
+
"@apollo/client": "^3.7.15",
|
99
|
+
"@rollup/plugin-image": "^3.0.3",
|
100
|
+
"@types/crypto-js": "^4.1.1",
|
101
|
+
"@types/css-font-loading-module": "^0.0.9",
|
102
|
+
"@types/fabric": "^5.3.4",
|
103
|
+
"@types/node": "^20.8.6",
|
104
|
+
"apollo-upload-client": "^17.0.0",
|
105
|
+
"autoprefixer": "^10.4.14",
|
106
|
+
"aws-sdk": "^2.1476.0",
|
107
|
+
"axios": "^1.5.1",
|
108
|
+
"crypto-js": "^4.1.1",
|
109
|
+
"daisyui": "^3.0.1",
|
110
|
+
"env-cmd": "^10.1.0",
|
111
|
+
"fabric": "^5.3.0",
|
112
|
+
"file-loader": "^6.2.0",
|
113
|
+
"flowbite-react": "^0.7.2",
|
114
|
+
"fontfaceobserver": "^2.3.0",
|
115
|
+
"formik": "^2.4.2",
|
116
|
+
"graphql": "^16.6.0",
|
117
|
+
"graphql-request": "^6.1.0",
|
118
|
+
"imagetracerjs": "^1.2.6",
|
119
|
+
"opentype.js": "^1.3.4",
|
120
|
+
"pdfjs-dist": "^4.0.379",
|
121
|
+
"react-color": "^2.19.3",
|
122
|
+
"react-cookie": "^4.1.1",
|
123
|
+
"react-hook-form": "^7.44.3",
|
124
|
+
"react-icons": "^4.9.0",
|
125
|
+
"react-modal": "^3.16.1",
|
126
|
+
"react-select": "^5.8.0",
|
127
|
+
"react-shadow": "^20.0.0",
|
128
|
+
"reakit": "^1.3.11",
|
129
|
+
"stats.js": "^0.17.0",
|
130
|
+
"tw-elements": "^1.0.0",
|
131
|
+
"zustand": "^4.3.8"
|
132
|
+
}
|
133
|
+
}
|