@cypress/core-desktop-gui
Version:
Desktop GUI for managing Cypress projects.
65 lines (64 loc) • 1.87 kB
JSON
{
"name": "@cypress/core-desktop-gui",
"version": "0.4.9",
"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": "MIT",
"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/icons": "0.5.2",
"@cypress/releaser": "0.1.12",
"@cypress/react-tooltip": "^0.2.2",
"babel-eslint": "^6.0.4",
"bluebird": "^3.4.0",
"bootstrap-sass": "3.3.5",
"bower": "^1.7.2",
"classnames": "^2.2.5",
"eslint": "^3.11.1",
"eslint-plugin-react": "^5.2.2",
"fira": "cypress-io/fira#fb63362742eea8cdce0d90825ab9264d77719e3d",
"font-awesome": "4.7",
"gravatar": "^1.6.0",
"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",
"moment": "^2.15.1",
"rc-collapse": "^1.6.11",
"react": "^15.1.0",
"react-bootstrap-modal": "3.0.1",
"react-contextmenu": "^1.6.2",
"react-dom": "^15.1.0",
"react-loader": "^2.4.0",
"react-router": "^2.4.1",
"zunder": "3.5.8"
}
}