mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 14:41:00 -06:00
current issues: - nodemon causes scrolling not to work (https://github.com/chjj/blessed/issues/235) - exiting doesn’t exit scripts (via npm-run-all) properly
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@cypress/core-desktop-gui",
|
|
"version": "0.3.7",
|
|
"description": "Desktop GUI for managing Cypress projects.",
|
|
"main": "lib/gui.js",
|
|
"scripts": {
|
|
"build-dev": "zunder build-dev",
|
|
"build-prod": "node ./scripts/build-prod.js",
|
|
"prod": "npm run build-prod && npm run server",
|
|
"server": "zunder serve-prod --port 8000",
|
|
"start": "zunder watch",
|
|
"prepublish": "npm run build-prod",
|
|
"release": "releaser",
|
|
"test": "npm run build-prod && npm run server & cypress run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cypress-io/cypress-core-desktop-gui.git"
|
|
},
|
|
"author": "Brian Mann",
|
|
"license": "LGPL",
|
|
"bugs": {
|
|
"url": "https://github.com/cypress-io/cypress-core-desktop-gui/issues"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress-core-desktop-gui",
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"devDependencies": {
|
|
"@cypress/core-icons": "^0.5.0",
|
|
"@cypress/core-releaser": "0.1.8",
|
|
"babel-eslint": "^6.0.4",
|
|
"bluebird": "^3.4.0",
|
|
"bootstrap-sass": "3.3.5",
|
|
"bower": "^1.7.2",
|
|
"classnames": "^2.2.5",
|
|
"eslint": "^2.12.0",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"fira": "cypress-io/fira#fb63362742eea8cdce0d90825ab9264d77719e3d",
|
|
"font-awesome": "4.6.1",
|
|
"gulp-concat": "^2.6.0",
|
|
"history": "^2.0.0",
|
|
"http-server": "^0.9.0",
|
|
"istanbul": "^0.4.3",
|
|
"jquery": "3.1.0",
|
|
"lodash": "^4.13.1",
|
|
"md5": "^2.1.0",
|
|
"mobx": "^2.2.2",
|
|
"mobx-react": "^3.3.1",
|
|
"mobx-react-devtools": "^4.2.0",
|
|
"rc-tooltip": "^3.3.5",
|
|
"react": "^15.1.0",
|
|
"react-bootstrap-modal": "2.1.0",
|
|
"react-contextmenu": "^1.6.2",
|
|
"react-dom": "^15.1.0",
|
|
"react-loader": "^2.4.0",
|
|
"react-router": "^2.4.1",
|
|
"zunder": "^3.4.16"
|
|
}
|
|
}
|