Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@rspack
/
plugin-react-refresh
/
Filename :
package.json
back
Copy
{ "name": "@rspack/plugin-react-refresh", "version": "0.7.5", "license": "MIT", "description": "React refresh plugin for rspack", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "default": "./dist/index.js" }, "./react-refresh": "./client/reactRefresh.js", "./react-refresh-entry": "./client/reactRefreshEntry.js", "./package.json": "./package.json" }, "files": [ "client", "dist" ], "publishConfig": { "access": "public" }, "homepage": "https://rspack.dev", "bugs": "https://github.com/web-infra-dev/rspack/issues", "repository": { "type": "git", "url": "https://github.com/web-infra-dev/rspack", "directory": "packages/rspack-plugin-react-refresh" }, "devDependencies": { "react-refresh": "0.14.0", "@rspack/core": "0.7.5", "@rspack/plugin-react-refresh": "0.7.5" }, "peerDependencies": { "react-refresh": ">=0.10.0 <1.0.0" }, "peerDependenciesMeta": { "react-refresh": { "optional": true } }, "jest": { "watchPathIgnorePatterns": [ "<rootDir>/dist", "<rootDir>/tests/dist" ], "testEnvironment": "../../scripts/test/patch-node-env.cjs" }, "scripts": { "build": "tsc -b ./tsconfig.build.json", "dev": "tsc -b -w", "test": "jest --runInBand", "api-extractor": "api-extractor run --verbose", "api-extractor:ci": "api-extractor run --verbose || diff temp/api.md etc/api.md" } }