Mailspring/package.json
2023-11-21 12:29:12 -06:00

105 lines
3.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": "^16.17",
"npm": ">=8"
},
"dependencies": {
"@types/better-sqlite3": "^7.6.3",
"@types/debug": "^4.1.2",
"@types/deep-extend": "^0.4.31",
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/event-kit": "^2.4.0",
"@types/fs-plus": "^3.0.1",
"@types/graceful-fs": "^4.1.3",
"@types/jasmine": "^1.3.1",
"@types/lru-cache": "^5.1.0",
"@types/mkdirp": "^0.5.2",
"@types/moment-round": "^1.0.3",
"@types/mousetrap": "^1.6.1",
"@types/node-emoji": "^1.8.1",
"@types/optimist": "^0.0.29",
"@types/proxyquire": "^1.3.28",
"@types/raven": "^2.5.3",
"@types/react": "^16.8.5",
"@types/react-color": "^2.14.1",
"@types/react-dom": "^16.8.2",
"@types/react-test-renderer": "^16.8.1",
"@types/react-transition-group": "^1.1.6",
"@types/reflux": "^6.4.2",
"@types/rimraf": "^2.0.2",
"@types/rx-lite": "^4.0.6",
"@types/slate": "^0.44.10",
"@types/slate-base64-serializer": "^0.2.2",
"@types/slate-html-serializer": "^0.6.3",
"@types/slate-plain-serializer": "^0.6.1",
"@types/slate-react": "^0.22.1",
"@types/source-map-support": "^0.4.2",
"@types/temp": "^0.8.33",
"@types/underscore": "^1.8.9",
"@types/underscore.string": "^0.0.33",
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"chalk": "1.x.x",
"devtron": "^1.4.0",
"electron": "22.3.26",
"electron-installer-dmg": "^4.0.0",
"electron-packager": "17.1.x",
"electron-winstaller": "5.1.x",
"eslint": "^7.32.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "7.22.0",
"fs-extra": "2.x.x",
"fs-plus": "2.x.x",
"gitbook-cli": "^0.1.0",
"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": "^1.4.1",
"grunt-cli": "^1.4.3",
"handlebars": "^4.7.6",
"jasmine": "2.x.x",
"joanna": "^0.0.8",
"license-extractor": "^1.0.4",
"load-grunt-parent-tasks": "^0.1.2",
"meta-marked": "^0.4.2",
"mkdirp": "^0.5.1",
"node-gyp": "^10.0.1",
"npm": ">=7",
"prettier": "^1.10.0",
"request": "^2.88.0",
"rimraf": "^2.6.1",
"targz": "^1.0.1",
"temp": "0.8.x",
"typescript": "3.9.7",
"underscore": "^1.13.1"
},
"scripts": {
"postinstall": "node scripts/postinstall.js",
"start": "electron ./app --enable-logging --dev",
"lint": "grunt lint --gruntfile=app/build/Gruntfile.js --base=./",
"test": "electron ./app --enable-logging --test",
"test-window": "electron ./app --enable-logging --test=window",
"tsc-watch": "tsc -w -p ./app --noEmit",
"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",
"build-licenses-file": "cat ./app/static/all_licenses_preamble.html | ./node_modules/.bin/marked > ./app/static/all_licenses.html && licext --source ./app --mode output | ./node_modules/.bin/marked >> ./app/static/all_licenses.html",
"ci-setup-mac-keychain": "grunt setup-mac-keychain --gruntfile=app/build/Gruntfile.js --base=./"
}
}