mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
On mac, you can now preview an attachment by clicking on the new preview icon, or by pressing space bar when an attachment is focused. This commit also updates the styling for attachment items and adds the ability to focus attachment items. We don't keep any focused state, just the browser's, which means you can focus attachments by clicking, or tabbing/shift-tabbing
94 lines
2.8 KiB
JSON
94 lines
2.8 KiB
JSON
{
|
|
"name": "nylas",
|
|
"productName": "Nylas N1",
|
|
"version": "0.4.200",
|
|
"description": "An extensible, open-source mail client built on the modern web.",
|
|
"license": "GPL-3.0",
|
|
"main": "./src/browser/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nylas/N1.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nylas/N1/issues"
|
|
},
|
|
"electronVersion": "1.4.5",
|
|
"dependencies": {
|
|
"async": "^0.9",
|
|
"babel-core": "6.8.0",
|
|
"babel-preset-electron": "0.37.8",
|
|
"babel-preset-react": "6.11.1",
|
|
"babel-regenerator-runtime": "6.5.0",
|
|
"bluebird": "^2.9",
|
|
"chromium-net-errors": "1.0.3",
|
|
"chrono-node": "^1.1.2",
|
|
"classnames": "1.2.1",
|
|
"coffee-react": "^5.0.0",
|
|
"coffee-script": "1.10.0",
|
|
"coffeestack": "^1.1",
|
|
"color": "^0.7.3",
|
|
"electron-spellchecker": "0.2.15",
|
|
"emissary": "^1.3.1",
|
|
"emoji-data": "^0.2.0",
|
|
"enzyme": "^2.2.0",
|
|
"event-kit": "^1.0.2",
|
|
"flow-bin": "0.33.0",
|
|
"fs-plus": "^2.3.2",
|
|
"guid": "0.0.10",
|
|
"immutable": "3.7.5",
|
|
"jasmine-json": "~0.0",
|
|
"jasmine-react-helpers": "^0.2",
|
|
"jasmine-tagged": "^1.1.2",
|
|
"juice": "^1.4",
|
|
"keytar": "3.0.0",
|
|
"less-cache": "0.21",
|
|
"lodash": "4.16.2",
|
|
"lru-cache": "^4.0.1",
|
|
"marked": "^0.3",
|
|
"mkdirp": "^0.5",
|
|
"moment": "2.12.0",
|
|
"moment-round": "^1.0.1",
|
|
"moment-timezone": "0.5.4",
|
|
"mousetrap": "^1.5.3",
|
|
"nock": "^2",
|
|
"node-uuid": "^1.4",
|
|
"nslog": "^3",
|
|
"optimist": "0.4.0",
|
|
"pathwatcher": "~6.2",
|
|
"pick-react-known-prop": "0.x.x",
|
|
"promise-queue": "2.1.1",
|
|
"property-accessors": "^1",
|
|
"proxyquire": "1.3.1",
|
|
"q": "^1.0.1",
|
|
"raven": "0.7.2",
|
|
"react": "^15.3.2",
|
|
"react-addons-css-transition-group": "^15.3.0",
|
|
"react-addons-perf": "^15.3.0",
|
|
"react-addons-test-utils": "^15.3.0",
|
|
"react-dom": "^15.3.0",
|
|
"reflux": "0.1.13",
|
|
"request": "^2.53",
|
|
"request-progress": "^0.3",
|
|
"rimraf": "2.5.2",
|
|
"runas": "^3.1",
|
|
"rx-lite": "^4.0.7",
|
|
"rx-lite-testing": "^4.0.7",
|
|
"sanitize-html": "1.9.0",
|
|
"season": "^5.1",
|
|
"semver": "^4.2",
|
|
"source-map-support": "^0.3.2",
|
|
"temp": "^0.8",
|
|
"underscore": "^1.8",
|
|
"underscore.string": "^3.0",
|
|
"windows-shortcuts": "emorikawa/windows-shortcuts#b0a0fc7"
|
|
},
|
|
"optionalDependencies": {
|
|
"node-mac-notifier": "0.0.13"
|
|
},
|
|
"packageDependencies": {},
|
|
"scripts": {
|
|
"flow": "flow; test $? -eq 0 -o $? -eq 2",
|
|
"test": "./N1.sh --test",
|
|
"install-eslint-packages": "mv ./node_modules/better-sqlite3 ./better-sqlite3; npm install eslint@3.8.0 eslint-config-airbnb@12.0.0 eslint-plugin-import@1.16.0 eslint-plugin-jsx-a11y@2.2.3 eslint-plugin-react@6.4.1 babel-eslint@6.0.4 eslint_d@4.0.1; mv ./better-sqlite3 ./node_modules/better-sqlite3;"
|
|
}
|
|
}
|