github-desktop/package.json

148 lines
5.7 KiB
JSON
Raw Normal View History

2016-05-11 16:16:32 +00:00
{
2016-05-11 16:43:54 +00:00
"repository": {
2016-05-16 19:00:56 +00:00
"type": "git",
"url": "https://github.com/desktop/desktop.git"
2016-05-11 16:43:54 +00:00
},
2017-05-15 21:18:05 +00:00
"description": "GitHub Desktop build dependencies",
2016-05-11 16:16:32 +00:00
"scripts": {
"cli": "ts-node --require ./app/test/globals.ts --require ./app/src/cli/dev-commands-global.js app/src/cli/main.ts",
"test:integration": "cross-env TEST_ENV=1 ELECTRON_NO_ATTACH_CONSOLE=1 xvfb-maybe --auto-servernum -- mocha -t 30000 --require ts-node/register app/test/integration/*.ts",
"test:unit": "ts-node script/unit-tests.ts",
2018-03-21 06:15:16 +00:00
"test:script": "mocha -t 10000 --require ts-node/register script/changelog/test/*.ts",
"test": "yarn test:unit && yarn test:script && yarn test:integration",
2017-07-26 19:00:57 +00:00
"test:setup": "ts-node script/test-setup.ts",
2017-07-26 19:02:31 +00:00
"test:review": "ts-node script/test-review.ts",
"postinstall": "cd app && yarn install --force && cd .. && git submodule update --recursive --init && yarn compile:tslint",
2016-10-12 23:04:58 +00:00
"start": "cross-env NODE_ENV=development node script/start",
2017-04-17 20:23:45 +00:00
"start:prod": "cross-env NODE_ENV=production node script/start",
2017-02-07 22:08:45 +00:00
"debug": "cross-env NODE_ENV=development node script/debug",
"compile:dev": "cross-env NODE_ENV=development parallel-webpack --config app/webpack.development.js",
"compile:prod": "cross-env NODE_ENV=production parallel-webpack --config app/webpack.production.js",
"build:dev": "yarn compile:dev && cross-env NODE_ENV=development ts-node script/build.ts",
"build:prod": "yarn compile:prod && cross-env NODE_ENV=production ts-node script/build.ts",
"package": "ts-node -P script/tsconfig.json script/package.ts",
2017-09-23 22:14:08 +00:00
"generate-octicons": "ts-node script/generate-octicons.ts",
"clean:tslint": "rimraf tslint-rules/*.js",
"compile:tslint": "tsc -p tslint-rules",
"compile:script": "tsc -p script",
"lint": "yarn lint:src && yarn lint:prettier",
"lint:fix": "yarn lint:src:fix && yarn lint:prettier --fix",
"lint:prettier": "ts-node script/prettier.ts",
"lint:src": "yarn tslint && yarn eslint-check && yarn eslint",
"lint:src:fix": "yarn tslint --fix && yarn eslint --fix",
"tslint": "tslint ./{script,tslint-rules}/*.ts ./app/{src,typings,test}/**/*.{ts,tsx}",
"eslint": "ts-node script/eslint.ts",
"eslint-check": "eslint --print-config .eslintrc.* | eslint-config-prettier-check",
2016-11-17 13:38:54 +00:00
"publish": "node script/publish",
2017-10-24 23:50:50 +00:00
"clean-slate": "rimraf out node_modules app/node_modules && yarn",
2017-10-21 01:54:26 +00:00
"rebuild-hard:dev": "yarn clean-slate && yarn build:dev",
2018-01-30 23:43:44 +00:00
"rebuild-hard:prod": "yarn clean-slate && yarn build:prod",
"changelog": "ts-node script/changelog/index.ts",
"draft-release": "ts-node script/draft-release/index.ts",
"validate-changelog": "ts-node script/validate-changelog.ts"
2016-05-11 16:16:32 +00:00
},
2017-04-11 15:38:50 +00:00
"author": {
"name": "GitHub, Inc.",
"email": "opensource+desktop@github.com",
"url": "https://desktop.github.com/"
},
2016-05-11 16:16:32 +00:00
"license": "MIT",
"engines": {
2018-03-23 02:58:51 +00:00
"node": ">= 8",
"yarn": ">= 1.5.0"
2016-05-16 21:22:43 +00:00
},
"dependencies": {
"ajv": "^6.4.0",
2017-11-28 04:24:25 +00:00
"awesome-typescript-loader": "^3.4.0",
2017-03-07 01:50:43 +00:00
"aws-sdk": "^2.23.0",
"babel-core": "^6.24.1",
"babel-minify": "^0.2.0",
2017-04-18 09:04:19 +00:00
"babel-webpack-plugin": "^0.1.1",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
2016-10-19 00:05:43 +00:00
"chai-datetime": "^1.4.1",
"chalk": "^2.2.0",
2017-05-01 01:46:22 +00:00
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^5.0.5",
2017-08-19 11:12:15 +00:00
"css-loader": "^0.28.5",
2018-03-22 02:32:43 +00:00
"eslint": "^4.19.1",
2017-11-28 04:13:48 +00:00
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-json": "^1.2.0",
2018-03-22 02:32:43 +00:00
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-typescript": "^0.10.0",
2017-03-06 03:12:05 +00:00
"express": "^4.15.0",
2017-08-19 11:12:15 +00:00
"extract-text-webpack-plugin": "^3.0.0",
"front-matter": "^2.3.0",
2018-04-10 04:07:31 +00:00
"fs-extra": "^5.0.0",
"html-webpack-plugin": "^2.30.1",
2018-01-30 23:43:34 +00:00
"json-pretty": "^0.0.1",
"klaw-sync": "^3.0.0",
2017-05-31 14:40:12 +00:00
"legal-eagle": "0.15.0",
2018-03-22 02:22:15 +00:00
"mocha": "^5.0.4",
2017-04-17 21:50:22 +00:00
"node-native-loader": "^1.1.1",
2017-12-26 07:54:39 +00:00
"node-sass": "^4.7.2",
2017-11-04 00:54:38 +00:00
"octicons": "^7.0.1",
2017-08-19 11:12:15 +00:00
"parallel-webpack": "^2.1.0",
2018-03-22 02:32:43 +00:00
"prettier": "1.11.1",
2016-06-07 16:39:03 +00:00
"request": "^2.72.0",
"rimraf": "^2.5.2",
"sass-loader": "^6.0.6",
"semver": "^5.5.0",
2018-03-08 22:14:35 +00:00
"spectron": "^3.8.0",
2017-12-26 07:55:27 +00:00
"style-loader": "^0.19.1",
2016-06-15 17:38:56 +00:00
"to-camel-case": "^1.0.0",
2018-03-22 01:54:28 +00:00
"ts-node": "^5.0.1",
2018-03-22 02:32:43 +00:00
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.10.0",
"tslint-microsoft-contrib": "^5.0.3",
"tslint-react": "^3.5.1",
2018-03-29 10:01:19 +00:00
"typescript": "^2.8.1",
"typescript-eslint-parser": "^14.0.0",
2017-12-26 07:56:35 +00:00
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.11.1",
2017-12-26 07:58:43 +00:00
"webpack-dev-middleware": "^2.0.3",
"webpack-hot-middleware": "^2.21.0",
2017-04-17 20:24:00 +00:00
"webpack-merge": "^4.1.0",
2017-08-04 00:53:54 +00:00
"xml2js": "^0.4.16",
"xvfb-maybe": "^0.2.1"
2016-08-03 18:00:26 +00:00
},
"devDependencies": {
"@types/byline": "^4.2.31",
2018-03-22 02:22:15 +00:00
"@types/chai": "^4.1.2",
2017-11-21 05:13:57 +00:00
"@types/chai-datetime": "^0.0.31",
2017-08-20 00:19:28 +00:00
"@types/classnames": "^2.2.2",
"@types/codemirror": "0.0.55",
"@types/electron-packager": "^10.1.0",
2017-10-15 06:02:33 +00:00
"@types/electron-winstaller": "^2.6.0",
2016-08-03 18:00:26 +00:00
"@types/event-kit": "^1.2.28",
2017-10-24 01:35:31 +00:00
"@types/file-url": "^2.0.0",
2018-04-10 04:07:31 +00:00
"@types/fs-extra": "^5.0.1",
"@types/fuzzaldrin-plus": "^0.0.1",
2017-05-02 04:23:25 +00:00
"@types/keytar": "^4.0.0",
2018-03-22 02:22:15 +00:00
"@types/mocha": "^2.2.48",
"@types/mri": "^1.1.0",
"@types/node": "^8.10.4",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"@types/react-transition-group": "1.1.1",
"@types/react-virtualized": "^9.7.12",
"@types/semver": "^5.5.0",
"@types/strip-ansi": "^3.0.0",
2017-08-29 05:55:42 +00:00
"@types/temp": "^0.8.29",
"@types/textarea-caret": "^3.0.0",
2017-09-26 15:26:38 +00:00
"@types/to-camel-case": "^1.0.0",
2017-04-05 18:47:09 +00:00
"@types/ua-parser-js": "^0.7.30",
2018-01-23 05:12:54 +00:00
"@types/untildify": "^3.0.0",
2017-08-20 00:19:28 +00:00
"@types/uuid": "^3.4.0",
"@types/winston": "^2.2.0",
"@types/xml2js": "^0.4.0",
2018-03-08 22:14:35 +00:00
"electron": "1.8.3",
"electron-builder": "20.2.0",
2018-03-22 02:22:15 +00:00
"electron-mocha": "^6.0.1",
"electron-packager": "^11.0.0",
"electron-winstaller": "2.5.2"
}
}