mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
d1ea16d7ee
Our Dockerfile only install production dependencies `--production`, so lerna and babel dependencies need to be listed under `dependencies`
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "k2",
|
|
"version": "0.0.2",
|
|
"description": "The local sync engine for Nylas Mail",
|
|
"main": "",
|
|
"dependencies": {
|
|
"babel-cli": "6.22.2",
|
|
"babel-core": "6.20.0",
|
|
"babel-plugin-transform-async-generator-functions": "6.17.0",
|
|
"babel-preset-electron": "^0.37.8",
|
|
"babel-preset-react": "6.16.0",
|
|
"fs-extra": "1.0.0",
|
|
"glob": "7.1.1",
|
|
"lerna": "2.0.0-beta.30",
|
|
"pm2": "^1.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "7.1.0",
|
|
"eslint": "3.10.2",
|
|
"eslint_d": "4.2.0",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"start": "pm2 stop all; pm2 delete all; pm2 start ./pm2-dev.yml --no-daemon",
|
|
"debug-cloud-api": "pm2 stop all; pm2 delete all; pm2 start ./pm2-debug-cloud-api.yml --no-daemon",
|
|
"stop": "pm2 stop all; pm2 delete all",
|
|
"build-n1-cloud": "node scripts/build-n1-cloud.js",
|
|
"restart": "pm2 restart all",
|
|
"postinstall": "lerna bootstrap"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nylas/K2.git"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "proprietary",
|
|
"bugs": {
|
|
"url": "https://github.com/nylas/K2/issues"
|
|
},
|
|
"homepage": "https://github.com/nylas/K2#readme",
|
|
"engines": {
|
|
"node": "6.9.1",
|
|
"npm": "3.10.8"
|
|
}
|
|
}
|