mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"name": "@cypress/webpack-batteries-included-preprocessor",
|
|
"version": "0.0.0-development",
|
|
"description": "Cypress preprocessor for bundling JavaScript via webpack with dependencies included and support for various ES features, TypeScript, and CoffeeScript",
|
|
"private": false,
|
|
"scripts": {
|
|
"test": "mocha test/e2e/*.spec.* --timeout 4000"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
|
"@babel/plugin-transform-runtime": "^7.11.0",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@babel/runtime": "^7.11.2",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-plugin-add-module-exports": "^1.0.2",
|
|
"coffee-loader": "^0.9.0",
|
|
"coffeescript": "^1.12.7",
|
|
"pnp-webpack-plugin": "^1.7.0",
|
|
"ts-loader": "8.4.0",
|
|
"tsconfig-package": "npm:tsconfig@^7.0.0",
|
|
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
|
"webpack": "^4.44.2"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/eslint-plugin-dev": "0.0.0-development",
|
|
"@cypress/webpack-preprocessor": "0.0.0-development",
|
|
"@types/mocha": "^8.0.2",
|
|
"@types/webpack": "^4.41.21",
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.22.0",
|
|
"eslint-plugin-json-format": "^2.0.1",
|
|
"eslint-plugin-mocha": "^8.1.0",
|
|
"eslint-plugin-react": "^7.22.0",
|
|
"fs-extra": "^9.1.0",
|
|
"graphql": "14.0.0",
|
|
"mocha": "^8.1.1",
|
|
"react": "^16.13.1",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@cypress/webpack-preprocessor": "^5.4.4"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"empty.js"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cypress-io/cypress.git"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress/tree/develop/npm/webpack-batteries-included-preprocessor#readme",
|
|
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20webpack-batteries-included-preprocessor&template=1-bug-report.md&title=",
|
|
"keywords": [
|
|
"cypress",
|
|
"cypress-plugin",
|
|
"cypress-preprocessor",
|
|
"webpack"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|