Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
talha_silentcontent
/
node_modules
/
react-tweet
/
Filename :
package.json
back
Copy
{ "name": "react-tweet", "version": "3.1.1", "repository": "https://github.com/vercel-labs/react-tweet.git", "author": "Luis Alvarez (https://twitter.com/luis_fades)", "license": "MIT", "bugs": { "url": "https://github.com/vercel-labs/react-tweet/issues" }, "sideEffects": [ "./dist/twitter-theme/tweet-container.js" ], "type": "module", "exports": { ".": { "react-server": "./dist/index.js", "default": "./dist/index.client.js" }, "./api": "./dist/api/index.js", "./theme.css": "./dist/twitter-theme/theme.css" }, "files": [ "dist/**/*.{js,d.ts,css}" ], "typesVersions": { "*": { "index": [ "dist/index.d.ts" ], "api": [ "dist/api/index.d.ts" ], "*": [] } }, "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">= 18.0.0", "react-dom": ">= 18.0.0" }, "dependencies": { "@swc/helpers": "^0.5.1", "clsx": "^1.2.1", "date-fns": "^2.30.0", "swr": "^2.2.0" }, "devDependencies": { "@swc/cli": "^0.1.62", "@swc/core": "^1.3.66", "@types/node": "20.3.1", "@types/react": "^18.2.13", "chokidar": "^3.5.3", "eslint": "^8.43.0", "eslint-config-next": "^13.4.7", "typescript": "^5.1.3" }, "scripts": { "build": "pnpm build:swc && pnpm types", "build:swc": "swc src -d dist --copy-files", "dev": "pnpm build:swc -w", "types": "tsc --emitDeclarationOnly", "lint": "TIMING=1 eslint \"src/**/*.{ts,tsx,js,jsx}\" --fix", "clean": "rm -rf dist && rm -rf .turbo" } }