-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 956 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
30
31
32
33
34
35
36
{
"name": "react-tailwind-printer",
"version": "1.1.0",
"description": "Without rendering first, print React components styled with Tailwind CSS programmatically.",
"main": "dist/main.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shahriarAS/react-tailwind-printer.git"
},
"keywords": [
"react",
"print",
"reactjs",
"tailwind print",
"react-tailwind-printer"
],
"author": "Shahriar Ahmed Shovon <shahriarahmed.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shahriarAS/react-tailwind-printer/issues"
},
"homepage": "https://github.com/shahriarAS/react-tailwind-printer#readme",
"devDependencies": {
"@types/node": "^22.10.6",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": "^18.0.0 || ~19",
"react-dom": "^18.0.0 || ~19"
}
}