2016-06-30 22:01:04 -08:00
|
|
|
{
|
2016-07-25 09:22:41 -08:00
|
|
|
"name": "hyperterm",
|
2016-10-04 11:41:54 -08:00
|
|
|
"version": "0.8.0",
|
2016-07-24 09:59:21 -08:00
|
|
|
"description": "Web app that runs in the renderer process",
|
2016-07-08 05:21:54 -08:00
|
|
|
"repository": "zeit/hyperterm",
|
2016-09-18 02:48:11 -08:00
|
|
|
"license": "MIT",
|
2016-07-25 14:17:16 -08:00
|
|
|
"author": {
|
2016-08-19 23:47:30 -08:00
|
|
|
"name": "Zeit, Inc.",
|
|
|
|
|
"email": "team@zeit.co"
|
2016-07-25 14:17:16 -08:00
|
|
|
},
|
2016-07-27 05:10:41 -08:00
|
|
|
"greenkeeper": {
|
|
|
|
|
"emails": false
|
|
|
|
|
},
|
2016-06-30 22:01:04 -08:00
|
|
|
"dependencies": {
|
2016-07-24 09:59:21 -08:00
|
|
|
"aphrodite-simple": "0.4.1",
|
2016-07-25 14:16:30 -08:00
|
|
|
"color": "0.11.3",
|
2016-07-24 09:59:21 -08:00
|
|
|
"hterm-umdjs": "1.1.3",
|
|
|
|
|
"json-loader": "0.5.4",
|
|
|
|
|
"mousetrap": "1.6.0",
|
2016-07-07 12:49:21 -08:00
|
|
|
"ms": "0.7.1",
|
2016-07-24 09:59:21 -08:00
|
|
|
"object-values": "1.0.0",
|
2016-08-01 14:52:21 -08:00
|
|
|
"php-escape-shell": "1.0.0",
|
2016-09-20 11:38:43 -08:00
|
|
|
"react": "15.3.2",
|
2016-09-20 09:21:02 -08:00
|
|
|
"react-addons-pure-render-mixin": "15.3.2",
|
2016-07-24 09:59:21 -08:00
|
|
|
"react-deep-force-update": "2.0.1",
|
2016-09-20 11:51:28 -08:00
|
|
|
"react-dom": "15.3.2",
|
2016-07-24 09:59:21 -08:00
|
|
|
"react-redux": "4.4.5",
|
2016-09-04 11:55:18 -08:00
|
|
|
"redux": "3.6.0",
|
2016-07-24 09:59:21 -08:00
|
|
|
"redux-thunk": "2.1.0",
|
2016-09-17 03:50:03 -08:00
|
|
|
"reselect": "2.5.4",
|
2016-10-04 11:41:54 -08:00
|
|
|
"seamless-immutable": "6.1.3",
|
|
|
|
|
"semver": "5.3.0",
|
|
|
|
|
"uuid": "2.0.2"
|
2016-06-30 22:01:04 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2016-09-21 22:08:56 -08:00
|
|
|
"ava": "^0.16.0",
|
2016-07-29 14:57:06 -08:00
|
|
|
"babel-cli": "^6.11.4",
|
|
|
|
|
"babel-core": "^6.11.4",
|
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
|
"babel-preset-react": "^6.11.1",
|
2016-09-26 03:08:40 -08:00
|
|
|
"concurrently": "^3.0.0",
|
2016-07-28 01:28:04 -08:00
|
|
|
"copy-webpack-plugin": "^3.0.1",
|
2016-10-03 18:00:50 -08:00
|
|
|
"electron": "1.4.0",
|
2016-10-05 09:46:12 -08:00
|
|
|
"electron-builder": "^7.10.2",
|
2016-09-21 18:29:23 -08:00
|
|
|
"electron-devtools-installer": "^2.0.0",
|
2016-09-23 13:01:23 -08:00
|
|
|
"eslint-config-xo-react": "^0.10.0",
|
|
|
|
|
"eslint-plugin-react": "^6.3.0",
|
2016-07-29 14:57:06 -08:00
|
|
|
"husky": "^0.11.6",
|
2016-09-21 18:29:23 -08:00
|
|
|
"redux-logger": "^2.6.1",
|
2016-09-21 22:08:56 -08:00
|
|
|
"spectron": "^3.4.0",
|
2016-09-21 06:27:11 -08:00
|
|
|
"webpack": "^2.1.0-beta.15",
|
2016-09-21 18:29:23 -08:00
|
|
|
"xo": "^0.16.0"
|
2016-06-30 22:01:04 -08:00
|
|
|
},
|
2016-09-21 06:27:11 -08:00
|
|
|
"xo": {
|
|
|
|
|
"extends": "xo-react",
|
|
|
|
|
"esnext": true,
|
|
|
|
|
"space": true,
|
|
|
|
|
"env": [
|
|
|
|
|
"browser",
|
|
|
|
|
"node",
|
|
|
|
|
"mocha"
|
2016-07-24 09:59:21 -08:00
|
|
|
],
|
2016-06-30 22:01:04 -08:00
|
|
|
"rules": {
|
2016-10-04 10:16:34 -08:00
|
|
|
"eqeqeq": ["error", "allow-null"],
|
|
|
|
|
"no-eq-null": 0,
|
2016-09-21 06:27:11 -08:00
|
|
|
"react/prop-types": 0,
|
|
|
|
|
"babel/new-cap": 0,
|
|
|
|
|
"quote-props": 0,
|
|
|
|
|
"import/no-extraneous-dependencies": 0,
|
|
|
|
|
"no-warning-comments": 0,
|
|
|
|
|
"complexity": 0,
|
|
|
|
|
"react/no-danger": 0,
|
|
|
|
|
"react/no-string-refs": 0,
|
|
|
|
|
"react/jsx-key": 0,
|
|
|
|
|
"no-nested-ternary": 0,
|
|
|
|
|
"react/jsx-no-bind": 0
|
2016-08-03 11:39:58 -08:00
|
|
|
},
|
2016-09-21 06:27:11 -08:00
|
|
|
"ignore": [
|
|
|
|
|
"dist",
|
|
|
|
|
"build",
|
|
|
|
|
"app/dist",
|
|
|
|
|
"app/static",
|
|
|
|
|
"assets"
|
|
|
|
|
]
|
2016-06-30 22:01:04 -08:00
|
|
|
},
|
2016-07-24 09:59:21 -08:00
|
|
|
"babel": {
|
|
|
|
|
"presets": [
|
|
|
|
|
"react"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"build": {
|
2016-07-26 08:35:01 -08:00
|
|
|
"appId": "co.zeit.hyperterm",
|
2016-07-24 10:10:30 -08:00
|
|
|
"asar": false,
|
2016-07-25 15:41:24 -08:00
|
|
|
"extend-info": "build/Info.plist",
|
|
|
|
|
"linux": {
|
2016-07-26 16:11:40 -08:00
|
|
|
"target": [
|
|
|
|
|
"deb",
|
|
|
|
|
"AppImage"
|
|
|
|
|
]
|
2016-09-14 23:36:48 -08:00
|
|
|
},
|
|
|
|
|
"mac": {
|
|
|
|
|
"category": "public.app-category.developer-tools"
|
2016-09-18 02:53:49 -08:00
|
|
|
},
|
|
|
|
|
"publish": {
|
|
|
|
|
"vPrefixedTagName": false
|
2016-07-25 15:41:24 -08:00
|
|
|
}
|
2016-07-24 09:59:21 -08:00
|
|
|
},
|
2016-06-30 22:01:04 -08:00
|
|
|
"scripts": {
|
2016-09-21 21:59:24 -08:00
|
|
|
"start": "concurrently --kill-others --raw \"npm run dev\" \"electron app\"",
|
|
|
|
|
"dev": "webpack -w",
|
2016-07-24 09:59:21 -08:00
|
|
|
"build": "NODE_ENV=production webpack",
|
2016-09-21 22:32:06 -08:00
|
|
|
"test": "npm run pack && xo && ava",
|
2016-07-21 10:57:45 -08:00
|
|
|
"prepublish": "npm test",
|
|
|
|
|
"prepush": "npm test",
|
2016-07-24 09:59:21 -08:00
|
|
|
"postinstall": "install-app-deps",
|
2016-07-27 18:02:19 -08:00
|
|
|
"pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",
|
2016-07-25 08:59:12 -08:00
|
|
|
"dist": "npm run build && build",
|
|
|
|
|
"release": "npm run build && build --publish=onTagOrDraft"
|
2016-06-30 22:01:04 -08:00
|
|
|
}
|
|
|
|
|
}
|