UNPKG

1.79 kBJSONView Raw
1{
2 "name": "@cypress/core-desktop-gui",
3 "version": "0.3.9",
4 "description": "Desktop GUI for managing Cypress projects.",
5 "main": "lib/gui.js",
6 "scripts": {
7 "build-dev": "zunder build-dev",
8 "build-prod": "node ./scripts/build-prod.js",
9 "prod": "npm run build-prod && npm run server",
10 "server": "zunder serve-prod --port 8000",
11 "start": "zunder watch",
12 "prepublish": "npm run build-prod",
13 "release": "releaser",
14 "test": "npm run build-prod && npm run server & cypress run"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/cypress-io/cypress-core-desktop-gui.git"
19 },
20 "author": "Brian Mann",
21 "license": "LGPL",
22 "bugs": {
23 "url": "https://github.com/cypress-io/cypress-core-desktop-gui/issues"
24 },
25 "homepage": "https://github.com/cypress-io/cypress-core-desktop-gui",
26 "files": [
27 "dist",
28 "lib"
29 ],
30 "devDependencies": {
31 "@cypress/core-icons": "^0.5.0",
32 "@cypress/core-releaser": "0.1.8",
33 "babel-eslint": "^6.0.4",
34 "bluebird": "^3.4.0",
35 "bootstrap-sass": "3.3.5",
36 "bower": "^1.7.2",
37 "classnames": "^2.2.5",
38 "eslint": "^2.12.0",
39 "eslint-plugin-react": "^5.2.2",
40 "fira": "cypress-io/fira#fb63362742eea8cdce0d90825ab9264d77719e3d",
41 "font-awesome": "4.6.1",
42 "gulp-concat": "^2.6.0",
43 "history": "^2.0.0",
44 "http-server": "^0.9.0",
45 "istanbul": "^0.4.3",
46 "jquery": "3.1.0",
47 "lodash": "^4.13.1",
48 "md5": "^2.1.0",
49 "mobx": "^2.2.2",
50 "mobx-react": "^3.3.1",
51 "mobx-react-devtools": "^4.2.0",
52 "rc-tooltip": "^3.3.5",
53 "react": "^15.1.0",
54 "react-bootstrap-modal": "2.1.0",
55 "react-contextmenu": "^1.6.2",
56 "react-dom": "^15.1.0",
57 "react-loader": "^2.4.0",
58 "react-router": "^2.4.1",
59 "zunder": "3.4.13"
60 }
61}