ktech-components 0.0.1-rc2 → 0.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/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/package.json +1 -7
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
@@ -1,18 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "ktech-components",
|
3
3
|
"private": false,
|
4
|
-
"version": "0.0.1
|
4
|
+
"version": "0.0.1",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"typings": "dist/index.d.ts",
|
8
8
|
"files": [
|
9
9
|
"dist/"
|
10
10
|
],
|
11
|
-
"exports": {
|
12
|
-
".": "./dist/index.js",
|
13
|
-
"./components": "./dist/components/index.js",
|
14
|
-
"./utils": "./dist/Utils/index.js"
|
15
|
-
},
|
16
11
|
"license": "MIT",
|
17
12
|
"author": "Ktech",
|
18
13
|
"description": "Ktech is a web-based application that provides a platform for users to manage their tasks and projects efficiently.",
|
@@ -38,7 +33,6 @@
|
|
38
33
|
"react": "^19.0.0",
|
39
34
|
"react-dom": "^19.0.0"
|
40
35
|
},
|
41
|
-
"dependencies": {},
|
42
36
|
"devDependencies": {
|
43
37
|
"@eslint/js": "^9.21.0",
|
44
38
|
"@types/react": "^19.0.10",
|