2016-06-30 22:01:04 -08:00
|
|
|
{
|
2016-10-06 07:28:43 -08:00
|
|
|
"repository": "zeit/hyper",
|
2016-10-17 00:29:12 -08:00
|
|
|
"scripts": {
|
|
|
|
|
"start": "concurrently --kill-others --raw \"npm run dev\" \"npm run app\"",
|
|
|
|
|
"app": "electron app",
|
|
|
|
|
"dev": "webpack -w",
|
|
|
|
|
"build": "NODE_ENV=production webpack",
|
|
|
|
|
"test": "npm run dist && xo && ava",
|
|
|
|
|
"prepush": "npm test",
|
|
|
|
|
"postinstall": "install-app-deps",
|
|
|
|
|
"pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",
|
|
|
|
|
"dist": "npm run build && build"
|
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",
|
2016-10-17 00:24:10 -08:00
|
|
|
"node"
|
2016-07-24 09:59:21 -08:00
|
|
|
],
|
2016-06-30 22:01:04 -08:00
|
|
|
"rules": {
|
2016-10-12 17:35:44 -08:00
|
|
|
"new-cap": 0,
|
2016-09-21 06:27:11 -08:00
|
|
|
"complexity": 0,
|
2016-10-12 17:35:44 -08:00
|
|
|
"react/prop-types": 0,
|
2016-09-21 06:27:11 -08:00
|
|
|
"react/jsx-no-bind": 0
|
2016-08-03 11:39:58 -08:00
|
|
|
},
|
2016-10-17 00:26:05 -08:00
|
|
|
"ignores": [
|
|
|
|
|
"build/**",
|
|
|
|
|
"app/dist/**",
|
|
|
|
|
"app/static/**",
|
|
|
|
|
"assets/**"
|
2016-09-21 06:27:11 -08:00
|
|
|
]
|
2016-06-30 22:01:04 -08:00
|
|
|
},
|
2016-07-24 09:59:21 -08:00
|
|
|
"babel": {
|
|
|
|
|
"presets": [
|
|
|
|
|
"react"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"build": {
|
2016-10-06 07:28:43 -08:00
|
|
|
"appId": "co.zeit.hyper",
|
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-10-17 00:23:58 -08:00
|
|
|
"arch": [
|
|
|
|
|
"ia32",
|
|
|
|
|
"x64"
|
|
|
|
|
],
|
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-07-25 15:41:24 -08:00
|
|
|
}
|
2016-07-24 09:59:21 -08:00
|
|
|
},
|
2016-10-17 00:29:12 -08:00
|
|
|
"license": "MIT",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Zeit, Inc.",
|
|
|
|
|
"email": "team@zeit.co"
|
|
|
|
|
},
|
|
|
|
|
"greenkeeper": {
|
|
|
|
|
"emails": false
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"aphrodite-simple": "0.4.1",
|
|
|
|
|
"color": "0.11.3",
|
|
|
|
|
"hterm-umdjs": "1.1.3",
|
|
|
|
|
"json-loader": "0.5.4",
|
|
|
|
|
"mousetrap": "1.6.0",
|
2016-10-25 04:51:32 -08:00
|
|
|
"ms": "0.7.2",
|
2016-10-17 00:29:12 -08:00
|
|
|
"object-values": "1.0.0",
|
|
|
|
|
"php-escape-shell": "1.0.0",
|
|
|
|
|
"react": "15.3.2",
|
|
|
|
|
"react-addons-pure-render-mixin": "15.3.2",
|
|
|
|
|
"react-deep-force-update": "2.0.1",
|
|
|
|
|
"react-dom": "15.3.2",
|
|
|
|
|
"react-redux": "4.4.5",
|
|
|
|
|
"redux": "3.6.0",
|
|
|
|
|
"redux-thunk": "2.1.0",
|
|
|
|
|
"reselect": "2.5.4",
|
|
|
|
|
"seamless-immutable": "6.1.3",
|
|
|
|
|
"semver": "5.3.0",
|
|
|
|
|
"uuid": "2.0.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"ava": "^0.16.0",
|
|
|
|
|
"babel-cli": "^6.11.4",
|
|
|
|
|
"babel-core": "^6.11.4",
|
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
|
"babel-preset-react": "^6.11.1",
|
|
|
|
|
"concurrently": "^3.0.0",
|
2016-10-24 01:17:28 -08:00
|
|
|
"copy-webpack-plugin": "^4.0.0",
|
2016-11-02 01:42:57 -08:00
|
|
|
"electron": "1.4.5",
|
2016-10-17 00:29:12 -08:00
|
|
|
"electron-builder": "^7.11.4",
|
|
|
|
|
"electron-devtools-installer": "^2.0.0",
|
|
|
|
|
"eslint-config-xo-react": "^0.10.0",
|
|
|
|
|
"eslint-plugin-react": "^6.3.0",
|
|
|
|
|
"husky": "^0.11.6",
|
|
|
|
|
"redux-logger": "^2.6.1",
|
|
|
|
|
"spectron": "^3.4.0",
|
|
|
|
|
"webpack": "^2.1.0-beta.15",
|
|
|
|
|
"xo": "^0.17.0"
|
2016-06-30 22:01:04 -08:00
|
|
|
}
|
|
|
|
|
}
|