mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-24 09:29:35 -05:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "@cypress/vite-dev-server",
|
|
"version": "0.0.0-development",
|
|
"description": "Launches Vite Dev Server for Component Testing",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build-prod": "tsc",
|
|
"cy:open": "node ../../scripts/cypress.js open-ct --project ${PWD}",
|
|
"cy:run": "node ../../scripts/cypress.js run-ct --project ${PWD}",
|
|
"cy:run-signature": "yarn cy:run --config=\"{\\\"pluginsFile\\\":\\\"cypress/new-signature/plugins.js\\\"}\"",
|
|
"test": "yarn cy:run && yarn cy:run-signature",
|
|
"watch": "tsc -w"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^4.3.2",
|
|
"get-port": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/react": "0.0.0-development",
|
|
"@cypress/vue": "0.0.0-development",
|
|
"@testing-library/cypress": "7.0.4",
|
|
"@vitejs/plugin-vue": "1.2.0",
|
|
"@vue/compiler-sfc": "3.0.9",
|
|
"cypress": "0.0.0-development",
|
|
"mocha-junit-reporter": "^2.0.0",
|
|
"mocha-multi-reporters": "^1.5.1",
|
|
"react": "17.0.2",
|
|
"vite": "2.2.3",
|
|
"vue": "3.0.11"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": ">= 2.1.3"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"client",
|
|
"index.html",
|
|
"index.d.ts"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cypress-io/cypress.git"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress/tree/master/npm/vite-dev-server#readme",
|
|
"bugs": "https://github.com/cypress-io/cypress/issues/new?template=1-bug-report.md",
|
|
"module": "dist/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|