-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.14 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "pluto-theme-mode",
"version": "1.0.10a",
"description": "pluto-theme-mode is a lightweight and flexible theme provider library for React that makes switching between light and dark modes easy and seamless. Built with TypeScript, styled-components, and Context Hook, this library simplifies the process of managing theme states, allowing for a more intuitive and customizable theme experience. Ideal for developers who want to integrate dark mode functionality effortlessly, pluto-theme-mode provides a smooth and modern approach to theme switching.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build:cjs": "tsc --project tsconfig.cjs.json",
"build:esm": "tsc --project tsconfig.esm.json",
"build": "npm run build:cjs && npm run build:esm",
"start": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^5.3.0",
"styled-components": "^5.3.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/mocha": "^10.0.9",
"@types/node": "^22.9.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.34",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^4.5.0"
},
"keywords": [
"pluto-theme-mode",
"react",
"theme",
"styled-components",
"tailwindcss",
"typescript",
"react-icons",
"styling",
"css",
"front-end"
],
"author": "Chakkrit Laolit",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ChakkritGit/pluto-theme-mode.git"
},
"homepage": "https://github.com/ChakkritGit/pluto-theme-mode/blob/main/README.md",
"bugs": {
"url": "https://github.com/ChakkritGit/pluto-theme-mode/issues"
},
"files": [
"dist/**/*",
"LICENSE.md",
"README.md"
]
}