@cypress/core-desktop-gui
Version:
Desktop GUI for managing Cypress projects.
53 lines (52 loc) • 1.46 kB
JSON
{
"name": "@cypress/core-desktop-gui",
"version": "0.3.1",
"description": "Desktop GUI for managing Cypress projects.",
"main": "index.js",
"scripts": {
"start": "zunder watch",
"release": "releaser",
"test": "npm start & 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",
"dependencies": {
"@cypress/core-icons": "^0.5.0",
"bluebird": "^3.4.0",
"classnames": "^2.2.5",
"history": "^2.0.0",
"lodash": "^4.13.1",
"md5": "^2.1.0",
"mobx": "^2.2.2",
"mobx-react": "^3.3.1",
"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"
},
"devDependencies": {
"@cypress/core-releaser": "0.1.8",
"babel-eslint": "^6.0.4",
"bootstrap-sass": "3.3.5",
"bower": "^1.7.2",
"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",
"jquery": "3.1.0",
"mobx-react-devtools": "^4.2.0",
"zunder": "^3.4.5"
}
}