inital upload
This commit is contained in:
48
node_modules/rehackt/package.json
generated
vendored
Normal file
48
node_modules/rehackt/package.json
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "rehackt",
|
||||
"version": "0.1.0",
|
||||
"description": "A wrapper around React that will hide hooks from the React Server Component compiler",
|
||||
"author": "Lenz Weber-Tronic",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/phryneas/rehackt.git"
|
||||
},
|
||||
"homepage": "https://github.com/phryneas/rehackt",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"react-server": "./rsc.js",
|
||||
"default": "./index.js"
|
||||
},
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"rsc.js",
|
||||
"package.json",
|
||||
"README.md",
|
||||
"LICENSE.md"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"@types/react": "*",
|
||||
"react": "*"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"react": {
|
||||
"optional": true
|
||||
},
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.5.7",
|
||||
"react": "^19.0.0-canary-33a32441e9-20240418"
|
||||
},
|
||||
"prettier": {
|
||||
"printWidth": 120
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user