94 lines
2.4 KiB
JSON
94 lines
2.4 KiB
JSON
{
|
|
"name": "@tryghost/portal",
|
|
"version": "1.18.4",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/TryGhost/Portal.git"
|
|
},
|
|
"author": "Ghost Foundation",
|
|
"unpkg": "umd/portal.min.js",
|
|
"files": [
|
|
"umd/",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/react": "6.19.2",
|
|
"@sentry/tracing": "6.19.2",
|
|
"@testing-library/jest-dom": "5.16.2",
|
|
"@testing-library/react": "12.1.2",
|
|
"@testing-library/user-event": "13.5.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-scripts": "4.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "BROWSER=none react-scripts start",
|
|
"start:combined": "BROWSER=none node ./scripts/start-combined.js",
|
|
"start:dev": "node ./scripts/start-mode.js",
|
|
"dev": "node ./scripts/dev-mode.js",
|
|
"build": "npm run build:combined",
|
|
"build:original": "react-scripts build",
|
|
"build:combined": "node ./scripts/build-combined.js",
|
|
"build:bundle": "webpack --config webpack.config.js",
|
|
"test": "react-scripts test",
|
|
"test:ci": "yarn test --watchAll=false --coverage",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src --ext .js --cache",
|
|
"preship": "yarn lint",
|
|
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push ${GHOST_UPSTREAM:-upstream} main --follow-tags; fi",
|
|
"posttest": "yarn lint",
|
|
"analyze": "source-map-explorer 'umd/*.js'",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"plugin:ghost/browser"
|
|
],
|
|
"plugins": [
|
|
"ghost"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"jest": {
|
|
"coverageReporters": [
|
|
"cobertura",
|
|
"text-summary",
|
|
"html"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"chalk": "4.1.2",
|
|
"chokidar": "3.5.2",
|
|
"copy-webpack-plugin": "6.4.1",
|
|
"eslint-plugin-ghost": "2.12.0",
|
|
"minimist": "1.2.5",
|
|
"ora": "5.4.1",
|
|
"rewire": "6.0.0",
|
|
"serve-handler": "6.1.3",
|
|
"source-map-explorer": "2.5.2",
|
|
"webpack-cli": "3.3.12"
|
|
},
|
|
"resolutions": {
|
|
"//": "See https://github.com/facebook/create-react-app/issues/11773",
|
|
"react-error-overlay": "6.0.9"
|
|
}
|
|
}
|