-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "react-theme-selector",
"version": "1.0.3",
"description": "A flexible and efficient React package that allows dynamic selection of multiple themes, headers, and footers using React Context. It supports asynchronous asset fetching, lazy-loaded components, and memoized values for optimal performance.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/i-m-prabhat/react-theme-selector.git"
},
"keywords": [
"react",
"react theme selector",
"react theme",
"theme selector"
],
"author": "Prabhat Patel",
"license": "MIT",
"bugs": {
"url": "https://github.com/i-m-prabhat/react-theme-selector/issues"
},
"homepage": "https://github.com/i-m-prabhat/react-theme-selector#readme",
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.3.1"
}
}