@solostylist/image-editor 1.0.14 → 1.0.15
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/package.json +6 -4
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.15",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "Lê Đặng Trường Đạt",
|
|
9
9
|
"main": "./lib/index.js",
|
|
@@ -40,13 +40,15 @@
|
|
|
40
40
|
"@mui/material": "^7.3.7",
|
|
41
41
|
"@mui/system": "^7.3.7",
|
|
42
42
|
"@mui/utils": "^7.3.7",
|
|
43
|
-
"@solostylist/ui-kit": "^1.0.
|
|
43
|
+
"@solostylist/ui-kit": "^1.0.206",
|
|
44
44
|
"dayjs": "^1.11.19",
|
|
45
45
|
"framer-motion": "^12.34.0",
|
|
46
46
|
"konva": "10.2.0",
|
|
47
47
|
"overlayscrollbars": "^2.14.0",
|
|
48
48
|
"overlayscrollbars-react": "^0.5.6",
|
|
49
49
|
"react-colorful": "^5.6.1",
|
|
50
|
+
"react-slick": "^0.31.0",
|
|
51
|
+
"slick-carousel": "^1.8.1",
|
|
50
52
|
"uuid": "^13.0.0"
|
|
51
53
|
},
|
|
52
54
|
"peerDependencies": {
|
|
@@ -59,8 +61,8 @@
|
|
|
59
61
|
"build:babel": "cross-env BABEL_ENV=production NODE_ENV=production babel src -d lib --config-file ../../babel.config.json --extensions '.ts,.tsx' --ignore '**/*.d.ts' --copy-files -D",
|
|
60
62
|
"build:types": "tsc --project tsconfig.build.json",
|
|
61
63
|
"clean": "rimraf lib",
|
|
62
|
-
"lint": "eslint src --ext .ts,.tsx",
|
|
63
|
-
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
64
|
+
"lint": "yarn --cwd ../.. exec eslint packages/image-editor/src --ext .ts,.tsx",
|
|
65
|
+
"lint:fix": "yarn --cwd ../.. exec eslint packages/image-editor/src --ext .ts,.tsx --fix",
|
|
64
66
|
"typecheck": "tsc --noEmit",
|
|
65
67
|
"app:publish": "yarn npm publish"
|
|
66
68
|
},
|