mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 07:34:00 -05:00
726120da18
* fix: ensure root el exists * fix: remove userland webpack plugins * chore: bump html webpack plugin version * fix: remove preload plugin * chore: remove dep * fix: revert code * chore: revert * chore: revert * fix: null check for user webpack
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "@cypress/webpack-dev-server",
|
|
"version": "0.0.0-development",
|
|
"description": "Launches Webpack Dev Server for Component Testing",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build-prod": "tsc",
|
|
"test": "tsc && mocha -r @packages/ts/register test/**/*.spec.ts --exit",
|
|
"watch": "tsc -w"
|
|
},
|
|
"dependencies": {
|
|
"debug": "4.3.2",
|
|
"html-webpack-plugin": "^4.0.0",
|
|
"lazy-compile-webpack-plugin": "0.1.11",
|
|
"semver": "^7.3.4",
|
|
"webpack-merge": "^5.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack-dev-server": "^3.11.1",
|
|
"chai": "^4.2.0",
|
|
"mocha": "^8.1.3",
|
|
"speed-measure-webpack-plugin": "1.4.2",
|
|
"typescript": "^4.2.3",
|
|
"webpack": "^4.44.2",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": ">=4",
|
|
"webpack-dev-server": "^3.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"index-template.html"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cypress-io/cypress.git"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress/tree/master/npm/webpack-dev-server#readme",
|
|
"bugs": "https://github.com/cypress-io/cypress/issues/new?template=1-bug-report.md",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
} |