Mailspring/package.json
Evan Morikawa 918fa0b6dd [*] move to monorepo
[*] update babel

[client-app] remove flow-typed

[client-app] Move build/package.json to main package.json

[client-app] remove spec_integration

[client-app] fix babel support

Add client-private-plugins package.json

[client-app] add node_modules to global path for private-plugins

Move client-sync dependencies to client-app root

fix electron rebuild

[*] moved to monorepo

Summary: App now runs in monorepo

Test Plan: npm test

Reviewers: juan, mark, khamidou, halla, spang

Differential Revision: https://phab.nylas.com/D3947
2017-02-16 18:46:26 -08:00

62 lines
2 KiB
JSON

{
"name": "nylas-mail-all",
"version": "0.0.1",
"description": "All components required to run Nylas Mail",
"devDependencies": {
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-eslint": "7.1.0",
"babel-preset-electron": "1.4.15",
"babel-preset-react": "6.x.x",
"eslint": "3.10.1",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.7.1",
"eslint_d": "4.2.0",
"fs-plus": "2.x.x",
"lerna": "2.0.0-beta.37",
"chalk": "1.x.x",
"coffeelint-cjsx": "2.x.x",
"electron-installer-dmg": "0.2.x",
"electron-packager": "8.4.x",
"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-electron-installer": "2.x.x",
"grunt-lesslint": "0.13.x",
"request": "2.x.x",
"s3": "4.x.x",
"temp": "0.8.x",
"underscore": "1.8.x"
},
"scripts": {
"start": "npm run start-client",
"test": "npm run test-client",
"start-client": "packages/client-app/node_modules/.bin/electron packages/client-app --enable-logging --dev",
"start-api": "",
"build-client": "",
"build-api": "",
"test-client": "packages/client-app/node_modules/.bin/electron packages/client-app --enable-logging --test",
"test-client-window": "packages/client-app/node_modules/.bin/electron packages/client-app --enable-logging --test=window",
"test-client-junit": "",
"test-api": "",
"postinstall": "babel-node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nylas/nylas-mail-all.git"
},
"author": "Nylas",
"license": "proprietary",
"engines": {
"node": "6.9.1",
"npm": "3.10.8"
}
}