@solostylist/ui-kit 1.0.0 → 1.0.1
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 +40 -42
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"registry": "https://registry.npmjs.org"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.1",
|
|
7
7
|
"description": "advanced ui kit for solostylist",
|
|
8
8
|
"private": false,
|
|
9
9
|
"type": "module",
|
|
@@ -25,53 +25,54 @@
|
|
|
25
25
|
"prepare": "husky"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@emotion/cache": "^11.
|
|
29
|
-
"@emotion/react": "^11.
|
|
30
|
-
"@emotion/styled": "^11.
|
|
28
|
+
"@emotion/cache": "^11.14.0",
|
|
29
|
+
"@emotion/react": "^11.14.0",
|
|
30
|
+
"@emotion/styled": "^11.14.0",
|
|
31
31
|
"@mui/lab": "6.0.0-beta.12",
|
|
32
|
-
"@mui/material": "^
|
|
33
|
-
"@mui/utils": "^
|
|
32
|
+
"@mui/material": "^7.0.2",
|
|
33
|
+
"@mui/utils": "^7.0.2",
|
|
34
34
|
"@phosphor-icons/react": "^2.1.7",
|
|
35
|
-
"@tiptap/extension-link": "^2.
|
|
36
|
-
"@tiptap/extension-placeholder": "^2.
|
|
37
|
-
"@tiptap/react": "^2.
|
|
38
|
-
"@tiptap/starter-kit": "^2.
|
|
35
|
+
"@tiptap/extension-link": "^2.11.9",
|
|
36
|
+
"@tiptap/extension-placeholder": "^2.11.9",
|
|
37
|
+
"@tiptap/react": "^2.11.9",
|
|
38
|
+
"@tiptap/starter-kit": "^2.11.9",
|
|
39
39
|
"dayjs": "^1.11.13",
|
|
40
|
-
"i18next": "^
|
|
41
|
-
"i18next-http-backend": "^
|
|
40
|
+
"i18next": "^25.0.2",
|
|
41
|
+
"i18next-http-backend": "^3.0.2",
|
|
42
42
|
"react": "^18.3.1",
|
|
43
43
|
"react-dom": "^18.3.1",
|
|
44
|
-
"react-dropzone": "^14.3.
|
|
45
|
-
"react-i18next": "^15.
|
|
46
|
-
"
|
|
44
|
+
"react-dropzone": "^14.3.8",
|
|
45
|
+
"react-i18next": "^15.5.1",
|
|
46
|
+
"react-image-gallery": "^1.4.0",
|
|
47
|
+
"uuid": "^11.1.0"
|
|
47
48
|
},
|
|
48
49
|
"devDependencies": {
|
|
49
|
-
"@fontsource/inter": "^5.
|
|
50
|
-
"@fontsource/plus-jakarta-sans": "^5.
|
|
51
|
-
"@fontsource/roboto-mono": "^5.
|
|
52
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.
|
|
53
|
-
"@types/node": "^22.
|
|
54
|
-
"@types/react": "^
|
|
55
|
-
"@types/react-dom": "^
|
|
50
|
+
"@fontsource/inter": "^5.2.5",
|
|
51
|
+
"@fontsource/plus-jakarta-sans": "^5.2.5",
|
|
52
|
+
"@fontsource/roboto-mono": "^5.2.5",
|
|
53
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
54
|
+
"@types/node": "^22.15.3",
|
|
55
|
+
"@types/react": "^19.1.2",
|
|
56
|
+
"@types/react-dom": "^19.1.3",
|
|
56
57
|
"@types/react-image-gallery": "^1.2.4",
|
|
57
58
|
"@types/uuid": "^10.0.0",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
59
|
-
"@typescript-eslint/parser": "^8.
|
|
60
|
-
"@vitejs/plugin-react": "^4.
|
|
61
|
-
"eslint": "^9.
|
|
62
|
-
"eslint-plugin-react-hooks": "^5.
|
|
63
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
64
|
-
"glob": "^11.0.
|
|
65
|
-
"husky": "^9.1.
|
|
66
|
-
"lint-staged": "^15.
|
|
67
|
-
"prettier": "^3.
|
|
68
|
-
"react": "^
|
|
69
|
-
"react-dom": "^
|
|
70
|
-
"typescript": "^5.
|
|
71
|
-
"vite": "^
|
|
72
|
-
"vite-plugin-dts": "^4.3
|
|
73
|
-
"vite-plugin-lib-inject-css": "^2.
|
|
74
|
-
"vite-plugin-static-copy": "^2.
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^8.31.1",
|
|
60
|
+
"@typescript-eslint/parser": "^8.31.1",
|
|
61
|
+
"@vitejs/plugin-react": "^4.4.1",
|
|
62
|
+
"eslint": "^9.26.0",
|
|
63
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
64
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
65
|
+
"glob": "^11.0.2",
|
|
66
|
+
"husky": "^9.1.7",
|
|
67
|
+
"lint-staged": "^15.5.1",
|
|
68
|
+
"prettier": "^3.5.3",
|
|
69
|
+
"react": "^19.1.0",
|
|
70
|
+
"react-dom": "^19.1.0",
|
|
71
|
+
"typescript": "^5.8.3",
|
|
72
|
+
"vite": "^6.3.4",
|
|
73
|
+
"vite-plugin-dts": "^4.5.3",
|
|
74
|
+
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
75
|
+
"vite-plugin-static-copy": "^2.3.1"
|
|
75
76
|
},
|
|
76
77
|
"lint-staged": {
|
|
77
78
|
"*.js": [
|
|
@@ -96,9 +97,6 @@
|
|
|
96
97
|
"pre-commit": "lint-staged"
|
|
97
98
|
}
|
|
98
99
|
},
|
|
99
|
-
"dependencies": {
|
|
100
|
-
"react-image-gallery": "^1.3.0"
|
|
101
|
-
},
|
|
102
100
|
"directories": {
|
|
103
101
|
"lib": "lib"
|
|
104
102
|
},
|