2014-02-09 19:29:23 +04:00
|
|
|
{
|
2015-05-06 02:54:23 +03:00
|
|
|
"name": "ghost",
|
2020-06-09 12:27:45 +03:00
|
|
|
"version": "3.19.0",
|
2017-07-27 11:26:31 +03:00
|
|
|
"description": "The professional publishing platform",
|
2015-05-06 02:54:23 +03:00
|
|
|
"author": "Ghost Foundation",
|
2018-07-21 00:42:39 +03:00
|
|
|
"homepage": "https://ghost.org",
|
2015-05-06 02:54:23 +03:00
|
|
|
"keywords": [
|
|
|
|
"ghost",
|
|
|
|
"blog",
|
2018-12-03 14:04:05 +03:00
|
|
|
"cms",
|
|
|
|
"headless",
|
|
|
|
"content",
|
|
|
|
"markdown"
|
2015-05-06 02:54:23 +03:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/TryGhost/Ghost.git"
|
|
|
|
},
|
|
|
|
"bugs": "https://github.com/TryGhost/Ghost/issues",
|
|
|
|
"contributors": "https://github.com/TryGhost/Ghost/graphs/contributors",
|
2015-05-26 07:00:32 +03:00
|
|
|
"license": "MIT",
|
2015-05-06 02:54:23 +03:00
|
|
|
"main": "./core/index",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node index",
|
2017-08-09 19:20:02 +03:00
|
|
|
"dev": "DEBUG=ghost:* grunt dev",
|
2019-03-11 18:43:47 +03:00
|
|
|
"test": "grunt validate",
|
|
|
|
"ci": "grunt validate --verbose",
|
|
|
|
"ci:regression": "grunt test-regression --verbose",
|
2018-04-09 14:43:16 +03:00
|
|
|
"setup": "yarn install && knex-migrator init && grunt symlink && grunt init || true",
|
2019-02-11 15:26:06 +03:00
|
|
|
"lint:server": "eslint --ignore-path .eslintignore 'core/server/**/*.js' 'core/*.js' '*.js'",
|
2020-06-02 00:06:50 +03:00
|
|
|
"lint:shared": "eslint --ignore-path .eslintignore 'core/shared/**/*.js'",
|
2019-08-08 16:01:00 +03:00
|
|
|
"lint:frontend": "eslint --ignore-path .eslintignore 'core/frontend/**/*.js'",
|
2020-03-30 18:26:47 +03:00
|
|
|
"lint:test": "eslint -c test/.eslintrc.json --ignore-path test/.eslintignore 'test/**/*.js'",
|
2020-06-02 00:06:50 +03:00
|
|
|
"lint": "yarn lint:server && yarn lint:shared && yarn lint:frontend && yarn lint:test",
|
2019-03-11 18:43:47 +03:00
|
|
|
"posttest": "yarn lint",
|
2019-09-03 07:39:00 +03:00
|
|
|
"fixmodulenotdefined": "yarn cache clean && cd core/client && rm -rf node_modules tmp dist && yarn && cd ../../"
|
2015-05-06 02:54:23 +03:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-02-22 15:55:05 +03:00
|
|
|
"node": "^10.13.0 || ^12.10.0",
|
2019-10-21 15:20:19 +03:00
|
|
|
"cli": "^1.12.0"
|
2015-05-06 02:54:23 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-10 20:17:25 +03:00
|
|
|
"@nexes/nql": "0.4.0",
|
2020-06-08 17:24:14 +03:00
|
|
|
"@sentry/node": "5.17.0",
|
2020-05-26 21:20:50 +03:00
|
|
|
"@tryghost/adapter-manager": "0.1.6",
|
2020-05-26 19:26:22 +03:00
|
|
|
"@tryghost/errors": "0.2.0",
|
2020-04-13 19:21:25 +03:00
|
|
|
"@tryghost/helpers": "1.1.27",
|
2020-05-26 23:20:58 +03:00
|
|
|
"@tryghost/image-transform": "0.2.4",
|
2020-06-11 15:27:56 +03:00
|
|
|
"@tryghost/kg-card-factory": "2.1.1",
|
2020-06-11 14:13:23 +03:00
|
|
|
"@tryghost/kg-default-atoms": "2.0.1",
|
2020-06-11 15:27:56 +03:00
|
|
|
"@tryghost/kg-default-cards": "2.1.0",
|
2020-06-08 10:17:30 +03:00
|
|
|
"@tryghost/kg-markdown-html-renderer": "2.0.0",
|
2020-06-08 12:47:17 +03:00
|
|
|
"@tryghost/kg-mobiledoc-html-renderer": "3.0.0",
|
2020-06-05 19:20:04 +03:00
|
|
|
"@tryghost/magic-link": "^0.4.8",
|
2020-06-10 15:12:54 +03:00
|
|
|
"@tryghost/members-api": "0.20.1",
|
2020-06-10 15:14:51 +03:00
|
|
|
"@tryghost/members-ssr": "0.8.1",
|
2020-05-27 01:29:49 +03:00
|
|
|
"@tryghost/mw-session-from-token": "0.1.4",
|
2020-05-27 03:23:02 +03:00
|
|
|
"@tryghost/session-service": "0.1.4",
|
2020-04-11 01:18:37 +03:00
|
|
|
"@tryghost/social-urls": "0.1.9",
|
2020-04-13 03:18:05 +03:00
|
|
|
"@tryghost/string": "0.1.9",
|
2020-04-13 06:17:21 +03:00
|
|
|
"@tryghost/url-utils": "0.6.18",
|
2020-05-27 05:23:53 +03:00
|
|
|
"@tryghost/vhost-middleware": "1.0.5",
|
2020-05-26 19:56:41 +03:00
|
|
|
"@tryghost/zip": "1.1.1",
|
2020-04-20 03:15:31 +03:00
|
|
|
"ajv": "6.12.2",
|
2020-03-02 03:20:46 +03:00
|
|
|
"amperize": "0.6.1",
|
2020-06-10 20:18:23 +03:00
|
|
|
"analytics-node": "3.4.0-beta.2",
|
2017-02-08 20:54:16 +03:00
|
|
|
"bcryptjs": "2.4.3",
|
2019-12-02 03:24:08 +03:00
|
|
|
"bluebird": "3.7.2",
|
2019-07-02 12:14:38 +03:00
|
|
|
"body-parser": "1.19.0",
|
2020-03-30 12:42:25 +03:00
|
|
|
"bookshelf": "0.15.2",
|
2020-04-08 11:16:23 +03:00
|
|
|
"bookshelf-relations": "1.3.2",
|
2019-07-08 03:27:07 +03:00
|
|
|
"brute-knex": "4.0.0",
|
2020-06-11 09:21:08 +03:00
|
|
|
"bson-objectid": "1.3.1",
|
2016-09-19 14:32:40 +03:00
|
|
|
"cheerio": "0.22.0",
|
2019-07-02 03:36:16 +03:00
|
|
|
"compression": "1.7.4",
|
2019-07-02 13:03:51 +03:00
|
|
|
"connect-slashes": "1.4.0",
|
2020-01-17 09:10:48 +03:00
|
|
|
"cookie-session": "1.4.0",
|
2019-01-21 15:33:20 +03:00
|
|
|
"cors": "2.8.5",
|
2020-06-05 16:28:20 +03:00
|
|
|
"csv-parser": "2.3.3",
|
2015-05-06 02:54:23 +03:00
|
|
|
"downsize": "0.0.8",
|
2019-07-02 03:40:19 +03:00
|
|
|
"express": "4.17.1",
|
2016-11-08 14:33:19 +03:00
|
|
|
"express-brute": "1.0.1",
|
2020-04-06 18:42:24 +03:00
|
|
|
"express-hbs": "2.3.3",
|
2020-04-07 18:08:49 +03:00
|
|
|
"express-jwt": "5.3.3",
|
2018-08-31 13:02:39 +03:00
|
|
|
"express-query-boolean": "2.0.0",
|
2020-04-17 08:14:11 +03:00
|
|
|
"express-session": "1.17.1",
|
2020-06-04 03:26:05 +03:00
|
|
|
"fs-extra": "9.0.1",
|
2020-05-26 14:51:49 +03:00
|
|
|
"ghost-ignition": "4.2.1",
|
2020-06-11 16:19:56 +03:00
|
|
|
"ghost-storage-base": "0.0.4",
|
2019-11-11 03:21:08 +03:00
|
|
|
"glob": "7.1.6",
|
2019-07-04 11:36:51 +03:00
|
|
|
"got": "9.6.0",
|
2020-05-01 13:15:50 +03:00
|
|
|
"gscan": "3.5.4",
|
2019-07-02 03:43:18 +03:00
|
|
|
"html-to-text": "5.1.1",
|
2019-10-01 00:17:18 +03:00
|
|
|
"image-size": "0.8.3",
|
2016-09-26 12:13:38 +03:00
|
|
|
"intl": "1.2.5",
|
2019-07-29 09:34:47 +03:00
|
|
|
"intl-messageformat": "5.4.3",
|
2020-05-22 22:16:57 +03:00
|
|
|
"js-yaml": "3.14.0",
|
2019-07-02 13:28:29 +03:00
|
|
|
"jsonpath": "1.0.2",
|
2019-07-02 03:41:06 +03:00
|
|
|
"jsonwebtoken": "8.5.1",
|
2019-12-16 07:55:32 +03:00
|
|
|
"juice": "6.0.0",
|
2019-06-26 15:58:50 +03:00
|
|
|
"keypair": "1.0.1",
|
2020-04-28 04:14:31 +03:00
|
|
|
"knex": "0.21.1",
|
2020-04-28 18:55:06 +03:00
|
|
|
"knex-migrator": "3.4.6",
|
2019-07-22 03:31:47 +03:00
|
|
|
"lodash": "4.17.15",
|
2019-11-07 11:26:17 +03:00
|
|
|
"mailgun-js": "0.22.0",
|
2020-05-08 12:34:12 +03:00
|
|
|
"metascraper": "5.11.9",
|
|
|
|
"metascraper-author": "5.11.9",
|
|
|
|
"metascraper-description": "5.11.9",
|
|
|
|
"metascraper-image": "5.11.9",
|
|
|
|
"metascraper-logo": "5.11.9",
|
|
|
|
"metascraper-logo-favicon": "5.11.9",
|
|
|
|
"metascraper-publisher": "5.11.9",
|
|
|
|
"metascraper-title": "5.11.9",
|
|
|
|
"metascraper-url": "5.11.9",
|
2020-05-26 18:02:17 +03:00
|
|
|
"moment": "2.26.0",
|
2019-07-04 14:56:13 +03:00
|
|
|
"moment-timezone": "0.5.23",
|
2019-07-23 13:26:52 +03:00
|
|
|
"multer": "1.4.2",
|
2020-02-19 14:11:32 +03:00
|
|
|
"mysql": "2.18.1",
|
2018-01-02 14:08:32 +03:00
|
|
|
"nconf": "0.10.0",
|
2018-03-21 20:49:42 +03:00
|
|
|
"netjet": "1.3.0",
|
2020-03-26 22:17:47 +03:00
|
|
|
"node-jose": "1.1.4",
|
2015-05-06 02:54:23 +03:00
|
|
|
"nodemailer": "0.7.1",
|
2020-05-08 12:38:44 +03:00
|
|
|
"oembed-parser": "1.3.7",
|
2020-06-09 06:22:52 +03:00
|
|
|
"papaparse": "5.2.0",
|
2016-04-21 12:44:58 +03:00
|
|
|
"path-match": "1.2.4",
|
2019-09-30 23:35:10 +03:00
|
|
|
"probe-image-size": "5.0.0",
|
2017-01-11 22:42:13 +03:00
|
|
|
"rss": "1.2.2",
|
2020-06-05 08:20:12 +03:00
|
|
|
"sanitize-html": "1.26.0",
|
2020-04-14 20:47:18 +03:00
|
|
|
"semver": "7.3.2",
|
2020-05-20 22:17:33 +03:00
|
|
|
"uuid": "8.1.0",
|
2017-03-03 17:04:38 +03:00
|
|
|
"validator": "6.3.0",
|
2016-02-09 00:30:57 +03:00
|
|
|
"xml": "1.0.1"
|
2015-05-06 02:54:23 +03:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2020-04-13 19:21:35 +03:00
|
|
|
"@tryghost/html-to-mobiledoc": "0.7.0",
|
2020-04-27 23:00:26 +03:00
|
|
|
"sqlite3": "4.2.0"
|
2015-05-06 02:54:23 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-02 14:19:41 +03:00
|
|
|
"@lodder/grunt-postcss": "2.0.4",
|
2020-04-01 17:18:39 +03:00
|
|
|
"cssnano": "4.1.10",
|
2020-06-08 03:58:20 +03:00
|
|
|
"eslint": "7.2.0",
|
2020-05-25 12:21:05 +03:00
|
|
|
"eslint-plugin-ghost": "1.5.0",
|
2020-03-17 06:01:58 +03:00
|
|
|
"grunt": "1.1.0",
|
2016-04-06 23:07:55 +03:00
|
|
|
"grunt-bg-shell": "2.3.3",
|
Bumped major test dependencies (#10403)
refs #9389
- eslint@5.12.1, eslint-plugin-ghost@0.1.0, grunt-contrib-clean@2.0.0, grunt-contrib-uglify@4.0.0, grunt-eslint@21.0.0, grunt-mocha-cli@4.0.0, grunt-shell@3.0.1, mocha@5.2
.0, nock@10.0.6, rewire@4.0.1
All of them dropped Node v4. I was not able to find any other big breaking changes, which affect us right now.
2019-01-21 20:28:44 +03:00
|
|
|
"grunt-contrib-clean": "2.0.0",
|
2019-10-30 18:38:32 +03:00
|
|
|
"grunt-contrib-compress": "1.6.0",
|
2016-04-06 23:07:55 +03:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2019-07-02 12:05:35 +03:00
|
|
|
"grunt-contrib-symlink": "1.0.0",
|
2019-07-02 03:34:50 +03:00
|
|
|
"grunt-contrib-uglify": "4.0.1",
|
2018-06-04 16:47:33 +03:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2018-03-21 20:49:42 +03:00
|
|
|
"grunt-express-server": "0.5.4",
|
2020-03-30 12:52:48 +03:00
|
|
|
"grunt-mocha-cli": "6.0.0",
|
Bumped major test dependencies (#10403)
refs #9389
- eslint@5.12.1, eslint-plugin-ghost@0.1.0, grunt-contrib-clean@2.0.0, grunt-contrib-uglify@4.0.0, grunt-eslint@21.0.0, grunt-mocha-cli@4.0.0, grunt-shell@3.0.1, mocha@5.2
.0, nock@10.0.6, rewire@4.0.1
All of them dropped Node v4. I was not able to find any other big breaking changes, which affect us right now.
2019-01-21 20:28:44 +03:00
|
|
|
"grunt-shell": "3.0.1",
|
2018-01-02 14:08:32 +03:00
|
|
|
"grunt-subgrunt": "1.3.0",
|
2015-05-28 18:16:09 +03:00
|
|
|
"grunt-update-submodules": "0.4.1",
|
2020-04-13 21:47:44 +03:00
|
|
|
"jwks-rsa": "1.8.0",
|
2020-05-25 03:23:07 +03:00
|
|
|
"mocha": "7.2.0",
|
2020-05-13 20:15:11 +03:00
|
|
|
"mock-knex": "0.4.9",
|
2020-03-21 02:17:28 +03:00
|
|
|
"nock": "12.0.3",
|
2019-08-26 03:29:39 +03:00
|
|
|
"proxyquire": "2.1.3",
|
2020-03-16 12:00:44 +03:00
|
|
|
"rewire": "5.0.0",
|
2018-10-30 11:45:51 +03:00
|
|
|
"should": "13.2.3",
|
2020-04-08 14:48:38 +03:00
|
|
|
"sinon": "9.0.2",
|
2019-07-05 14:40:43 +03:00
|
|
|
"supertest": "4.0.2",
|
2020-02-03 18:20:33 +03:00
|
|
|
"tmp": "0.0.33"
|
2019-07-30 16:06:26 +03:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"moment-timezone": "0.5.23"
|
2015-05-06 02:54:23 +03:00
|
|
|
}
|
2014-02-09 19:29:23 +04:00
|
|
|
}
|