mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
80 lines
2.9 KiB
JSON
80 lines
2.9 KiB
JSON
{
|
|
"name": "mailspring-root",
|
|
"version": "0.0.1",
|
|
"description": "Packages required to develop and build Mailspring",
|
|
"author": "Mailspring",
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Foundry376/Mailspring.git"
|
|
},
|
|
"engines": {
|
|
"node": "6.9.x",
|
|
"npm": "3.10.x"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "6.x.x",
|
|
"babel-core": "6.x.x",
|
|
"babel-eslint": "^7.2.3",
|
|
"babel-preset-electron": "bengotow/babel-preset-electron#00783dfc438f122997993ae597a41ec315ba121b",
|
|
"babel-preset-react": "6.x.x",
|
|
"chalk": "1.x.x",
|
|
"coffeelint-cjsx": "2.x.x",
|
|
"commander": "^2.9.0",
|
|
"devtron": "^1.4.0",
|
|
"donna": "^1.0.16",
|
|
"electron": "1.7.8",
|
|
"electron-installer-dmg": "0.2.x",
|
|
"electron-packager": "8.7.x",
|
|
"electron-winstaller": "2.x.x",
|
|
"eslint": "^4.7.2",
|
|
"eslint-config-prettier": "^2.6.0",
|
|
"eslint-config-react-app": "^2.0.0",
|
|
"eslint-plugin-flowtype": "^2.36.0",
|
|
"eslint-plugin-import": "^2.7.0",
|
|
"eslint-plugin-jsx-a11y": "^5.1.1",
|
|
"eslint-plugin-prettier": "^2.3.1",
|
|
"eslint-plugin-react": "^7.4.0",
|
|
"eslint_d": "4.2.0",
|
|
"fs-extra": "2.x.x",
|
|
"fs-plus": "2.x.x",
|
|
"gitbook-cli": "^2.3.2",
|
|
"gitbook-plugin-anchors": "^0.7.1",
|
|
"gitbook-plugin-editlink": "^1.0.2",
|
|
"gitbook-plugin-favicon": "0.0.2",
|
|
"gitbook-plugin-github": "^2.0.0",
|
|
"gitbook-plugin-theme-api": "^1.1.2",
|
|
"glob": "7.x.x",
|
|
"grunt": "0.4.x",
|
|
"grunt-cli": "0.1.x",
|
|
"grunt-coffeelint": "git+https://github.com/atom/grunt-coffeelint.git#cfb99aa99811d52687969532bd5a98011ed95bfe",
|
|
"grunt-coffeelint-cjsx": "0.1.x",
|
|
"grunt-contrib-coffee": "0.12.x",
|
|
"grunt-contrib-csslint": "0.5.x",
|
|
"grunt-contrib-less": "0.8.x",
|
|
"grunt-lesslint": "0.13.x",
|
|
"handlebars": "^4.0.10",
|
|
"jasmine": "2.x.x",
|
|
"joanna": "0.0.9",
|
|
"load-grunt-parent-tasks": "0.1.1",
|
|
"meta-marked": "^0.4.2",
|
|
"mkdirp": "^0.5.1",
|
|
"pm2": "2.4.0",
|
|
"prettier": "^1.7.0",
|
|
"request": "2.x.x",
|
|
"rimraf": "^2.6.1",
|
|
"targz": "^1.0.1",
|
|
"temp": "0.8.x",
|
|
"underscore": "1.8.x"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node scripts/postinstall.js",
|
|
"start": "node_modules/.bin/electron ./app --enable-logging --dev",
|
|
"lint": "grunt lint --gruntfile=app/build/Gruntfile.js --base=./",
|
|
"test": "node_modules/.bin/electron ./app --enable-logging --test",
|
|
"test-window": "node_modules/.bin/electron ./app --enable-logging --test=window",
|
|
"build": "grunt build-client --gruntfile=app/build/Gruntfile.js --base=./",
|
|
"build-docs": "grunt docs --gruntfile=app/build/Gruntfile.js --base=./ && mkdir -p app/dist-docs && cp README.md ./app/build/docs_src/README.md && gitbook --gitbook=latest build . ./app/dist-docs --log=debug --debug && rm ./app/build/docs_src/README.md && rm -rf ./app/build/docs_src/classes",
|
|
"ci-setup-mac-keychain": "grunt setup-mac-keychain --gruntfile=app/build/Gruntfile.js --base=./"
|
|
}
|
|
}
|