Initial commit 🎉
fbshipit-source-id: b6fc29740c6875d2e78953b8a7123890a67930f2 Co-authored-by: Sebastian McKenzie <sebmck@fb.com> Co-authored-by: John Knox <jknox@fb.com> Co-authored-by: Emil Sjölander <emilsj@fb.com> Co-authored-by: Pritesh Nandgaonkar <prit91@fb.com>
This commit is contained in:
86
package.json
Normal file
86
package.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"name": "sonar",
|
||||
"private": true,
|
||||
"version": "0.6.6",
|
||||
"versionDate": "2018-4-12",
|
||||
"description": "Mobile development tool",
|
||||
"productName": "Sonar",
|
||||
"author": "Facebook Inc",
|
||||
"main": "src/index.js",
|
||||
"icon": "icon.png",
|
||||
"category": "facebook-intern",
|
||||
"privileged": true,
|
||||
"build": {
|
||||
"appId": "sonar",
|
||||
"productName": "Sonar",
|
||||
"artifactName": "Sonar.${ext}",
|
||||
"mac": {
|
||||
"category": "public.app-category.developer-tools"
|
||||
},
|
||||
"win": {
|
||||
"publisherName": "Facebook, Inc."
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^8.2.1",
|
||||
"electron": "^2.0.1",
|
||||
"electron-builder": "^19.49.0",
|
||||
"eslint": "^4.15.0",
|
||||
"eslint-config-fbjs": "^2.0.1",
|
||||
"eslint-plugin-babel": "^4.1.2",
|
||||
"eslint-plugin-flowtype": "^2.41.0",
|
||||
"eslint-plugin-header": "^1.2.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||||
"eslint-plugin-prettier": "^2.4.0",
|
||||
"eslint-plugin-react": "^7.5.1",
|
||||
"eslint-plugin-relay": "^0.0.20",
|
||||
"flow-bin": "^0.69.0",
|
||||
"glob": "^7.1.2",
|
||||
"prettier": "1.12.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"JSONStream": "^1.3.1",
|
||||
"adbkit-fb": "2.10.1",
|
||||
"ansi-to-html": "^0.6.3",
|
||||
"chalk": "^2.3.0",
|
||||
"codemirror": "^5.25.0",
|
||||
"dashify": "^1.0.0",
|
||||
"deep-equal": "^1.0.1",
|
||||
"detect-port": "^1.1.1",
|
||||
"electron-devtools-installer": "^2.2.0",
|
||||
"express": "^4.15.2",
|
||||
"fs-extra": "^5.0.0",
|
||||
"invariant": "^2.2.2",
|
||||
"jest": "^22.2.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"openssl-wrapper": "^0.3.4",
|
||||
"prop-types": "^15.6.0",
|
||||
"react": "16",
|
||||
"react-color": "^2.11.7",
|
||||
"react-devtools-core": "3.1.0",
|
||||
"react-dom": "16",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-test-renderer": "^16",
|
||||
"react-virtualized": "^9.13.0",
|
||||
"redux": "^4.0.0",
|
||||
"rsocket-core": "^0.0.6",
|
||||
"rsocket-tcp-server": "^0.0.6",
|
||||
"socket.io": "^2.0.4",
|
||||
"string-natural-compare": "^2.0.2",
|
||||
"tmp": "^0.0.33",
|
||||
"websocket": "^1.0.24",
|
||||
"ws": "^4.0.0",
|
||||
"yargs": "^11.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node node_modules/electron/install.js && node scripts/yarn-install.js",
|
||||
"rm-dist": "rm -rf dist",
|
||||
"rm-modules": "rm -rf node_modules static/node_modules",
|
||||
"rm-temp": "rm -rf $TMPDIR/jest* $TMPDIR/react-native-packager*",
|
||||
"reset": "yarn cache clean && yarn rm-dist && yarn rm-modules && yarn rm-temp",
|
||||
"start": "NODE_ENV=development node scripts/start-dev-server.js",
|
||||
"build": "yarn rm-dist && NODE_ENV=production node scripts/build-release.js $@",
|
||||
"fix": "eslint . --fix",
|
||||
"lint": "eslint . && flow check"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user