Skip to content

Commit 7629f6f

Browse files
committed
chore: format package.json for consistency and add types to exports
1 parent 84ed589 commit 7629f6f

File tree

1 file changed

+44
-43
lines changed

1 file changed

+44
-43
lines changed

react-kit/package.json

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,46 @@
11
{
2-
"name": "@js-smart/react-kit",
3-
"private": false,
4-
"version": "5.13.0",
5-
"main": "./index.js",
6-
"types": "./index.d.ts",
7-
"publishConfig": {
8-
"access": "public"
9-
},
10-
"peerDependencies": {
11-
"@emotion/react": "^11.14.0",
12-
"@emotion/styled": "^11.14.1",
13-
"@mui/icons-material": "^7.3.1",
14-
"@mui/material": "^7.3.1",
15-
"date-fns": "^4.1.0",
16-
"react": "^18.3.1 || ^19.0.0",
17-
"react-dom": "^18.3.1 || ^19.0.0",
18-
"react-router-dom": "^7.8.0"
19-
},
20-
"exports": {
21-
".": {
22-
"import": "./index.mjs",
23-
"require": "./index.js"
24-
}
25-
},
26-
"repository": {
27-
"type": "git",
28-
"url": "https://github.com/js-smart/react-kit"
29-
},
30-
"author": {
31-
"name": "Pavan Kumar Jadda",
32-
"email": "contact@pavankjadda.dev"
33-
},
34-
"keywords": [
35-
"react",
36-
"react-kit",
37-
"react-components",
38-
"react-utils",
39-
"typescript"
40-
],
41-
"license": "MIT",
42-
"bugs": {
43-
"url": "https://github.com/js-smart/react-kit/issues"
44-
}
2+
"name": "@js-smart/react-kit",
3+
"private": false,
4+
"version": "5.13.0",
5+
"main": "./index.js",
6+
"types": "./index.d.ts",
7+
"publishConfig": {
8+
"access": "public"
9+
},
10+
"peerDependencies": {
11+
"@emotion/react": "^11.14.0",
12+
"@emotion/styled": "^11.14.1",
13+
"@mui/icons-material": "^7.3.1",
14+
"@mui/material": "^7.3.1",
15+
"date-fns": "^4.1.0",
16+
"react": "^18.3.1 || ^19.0.0",
17+
"react-dom": "^18.3.1 || ^19.0.0",
18+
"react-router-dom": "^7.8.0"
19+
},
20+
"exports": {
21+
".": {
22+
"types": "./index.d.ts",
23+
"import": "./index.mjs",
24+
"require": "./index.js"
25+
}
26+
},
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/js-smart/react-kit"
30+
},
31+
"author": {
32+
"name": "Pavan Kumar Jadda",
33+
"email": "contact@pavankjadda.dev"
34+
},
35+
"keywords": [
36+
"react",
37+
"react-kit",
38+
"react-components",
39+
"react-utils",
40+
"typescript"
41+
],
42+
"license": "MIT",
43+
"bugs": {
44+
"url": "https://github.com/js-smart/react-kit/issues"
45+
}
4546
}

0 commit comments

Comments
 (0)