cypress-rspack-dev-server
Version:
Launches Rspack Dev Server for Component Testing
70 lines (69 loc) • 2.15 kB
JSON
{
"name": "cypress-rspack-dev-server",
"version": "2.2.0",
"description": "Launches Rspack Dev Server for Component Testing",
"main": "dist/index.js",
"scripts": {
"build": "pnpm tsc || echo 'built, with type errors'",
"build-prod": "pnpm build",
"check-ts": "pnpm tsc --noEmit",
"dev": "pnpm with:comment tsc --watch",
"clean": "rimraf dist",
"cypress:run": "cypress run --component --project ./cypress --browser chrome --config-file config/cypress.config.ts",
"cypress:run-with-comment": "pnpm with:comment cypress run --component --project ./cypress --browser chrome --config-file config/cypress.config.ts",
"cypress:open": "cypress open --component --project ./cypress --browser chrome --config-file config/cypress.config.ts",
"with:comment": "cross-env DEBUG=cypress-rspack-dev-server:*",
"lint": "oxlint",
"fmt": "oxfmt --write .",
"fmt:check": "oxfmt --check .",
"test": "vitest run",
"prepare": "husky"
},
"peerDependencies": {
"cypress": ">=15.17.0"
},
"dependencies": {
"find-up": "8.0.0",
"local-pkg": "1.2.1",
"tslib": "^2.8.1",
"webpack-merge": "^6.0.1"
},
"devDependencies": {
"@rspack/core": "2.1.2",
"@rspack/dev-server": "2.1.0",
"@types/debug": "^4.1.13",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.24",
"cross-env": "^10.1.0",
"cypress": "15.18.0",
"debug": "^4.4.3",
"fs-extra": "11.3.6",
"husky": "^9.1.7",
"lodash": "^4.18.1",
"oxfmt": "0.57.0",
"oxlint": "1.72.0",
"path": "^0.12.7",
"react": "19.2.7",
"react-dom": "19.2.7",
"typescript": "6.0.3",
"vitest": "4.1.9"
},
"files": [
"dist"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/th3fallen/cypress-rspack-dev-server.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"rspack",
"cypress",
"dev-server",
"component test"
],
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}