@pop-ui/core 0.0.15 → 0.0.16
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 -65
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pop-ui/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.16",
|
|
5
5
|
"main": "./dist/core.umd.cjs",
|
|
6
6
|
"module": "./dist/core.js",
|
|
7
7
|
"types": "./dist/types/index.d.ts",
|
|
@@ -42,75 +42,16 @@
|
|
|
42
42
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
43
43
|
"preview": "vite preview"
|
|
44
44
|
},
|
|
45
|
-
"
|
|
46
|
-
"@mantine/carousel": "^8.3.6",
|
|
45
|
+
"dependencies": {
|
|
47
46
|
"@mantine/core": "^8.3.6",
|
|
48
47
|
"@mantine/dates": "^8.3.6",
|
|
49
48
|
"@mantine/dropzone": "^8.3.6",
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"@mantine/notifications": "^8.3.6",
|
|
54
|
-
"@mantine/nprogress": "^8.3.6",
|
|
55
|
-
"@mantine/prism": "^6.0.22",
|
|
56
|
-
"@mantine/spotlight": "^8.3.6",
|
|
57
|
-
"@mantine/tiptap": "^8.3.6",
|
|
58
|
-
"@tabler/icons-react": "^3.35.0",
|
|
59
|
-
"@tiptap/extension-link": "^3.9.0",
|
|
60
|
-
"@tiptap/react": "^3.9.0",
|
|
61
|
-
"@tiptap/starter-kit": "^3.9.0",
|
|
62
|
-
"dayjs": "^1.11.18",
|
|
63
|
-
"embla-carousel-react": "^8.6.0",
|
|
49
|
+
"dayjs": "^1.11.18"
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
64
52
|
"react": "^19.2.0",
|
|
65
53
|
"react-dom": "^19.2.0"
|
|
66
54
|
},
|
|
67
|
-
"peerDependenciesMeta": {
|
|
68
|
-
"@mantine/carousel": {
|
|
69
|
-
"optional": true
|
|
70
|
-
},
|
|
71
|
-
"@mantine/dates": {
|
|
72
|
-
"optional": true
|
|
73
|
-
},
|
|
74
|
-
"@mantine/dropzone": {
|
|
75
|
-
"optional": true
|
|
76
|
-
},
|
|
77
|
-
"@mantine/form": {
|
|
78
|
-
"optional": true
|
|
79
|
-
},
|
|
80
|
-
"@mantine/modals": {
|
|
81
|
-
"optional": true
|
|
82
|
-
},
|
|
83
|
-
"@mantine/notifications": {
|
|
84
|
-
"optional": true
|
|
85
|
-
},
|
|
86
|
-
"@mantine/nprogress": {
|
|
87
|
-
"optional": true
|
|
88
|
-
},
|
|
89
|
-
"@mantine/prism": {
|
|
90
|
-
"optional": true
|
|
91
|
-
},
|
|
92
|
-
"@mantine/spotlight": {
|
|
93
|
-
"optional": true
|
|
94
|
-
},
|
|
95
|
-
"@mantine/tiptap": {
|
|
96
|
-
"optional": true
|
|
97
|
-
},
|
|
98
|
-
"@tabler/icons-react": {
|
|
99
|
-
"optional": true
|
|
100
|
-
},
|
|
101
|
-
"@tiptap/extension-link": {
|
|
102
|
-
"optional": true
|
|
103
|
-
},
|
|
104
|
-
"@tiptap/starter-kit": {
|
|
105
|
-
"optional": true
|
|
106
|
-
},
|
|
107
|
-
"dayjs": {
|
|
108
|
-
"optional": true
|
|
109
|
-
},
|
|
110
|
-
"embla-carousel-react": {
|
|
111
|
-
"optional": true
|
|
112
|
-
}
|
|
113
|
-
},
|
|
114
55
|
"devDependencies": {
|
|
115
56
|
"@mantine/carousel": "^8.3.6",
|
|
116
57
|
"@mantine/core": "^8.3.6",
|
|
@@ -153,5 +94,5 @@
|
|
|
153
94
|
"typescript": "^5.9.3",
|
|
154
95
|
"vite": "^7.1.12"
|
|
155
96
|
},
|
|
156
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "9c138411637de2718a4add03109dda33f25b6baa"
|
|
157
98
|
}
|