|
| 1 | +{ |
| 2 | + "name": "@sentry/remix", |
| 3 | + "version": "7.1.1", |
| 4 | + "description": "Official Sentry SDK for Remix", |
| 5 | + "repository": "git://github.com/getsentry/sentry-javascript.git", |
| 6 | + "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/remix", |
| 7 | + "author": "Sentry", |
| 8 | + "license": "MIT", |
| 9 | + "engines": { |
| 10 | + "node": ">=14" |
| 11 | + }, |
| 12 | + "private": true, |
| 13 | + "dependencies": { |
| 14 | + "@sentry/core": "7.1.1", |
| 15 | + "@sentry/hub": "7.1.1", |
| 16 | + "@sentry/integrations": "7.1.1", |
| 17 | + "@sentry/node": "7.1.1", |
| 18 | + "@sentry/react": "7.1.1", |
| 19 | + "@sentry/tracing": "7.1.1", |
| 20 | + "@sentry/utils": "7.1.1", |
| 21 | + "@sentry/webpack-plugin": "1.18.9", |
| 22 | + "tslib": "^1.9.3" |
| 23 | + }, |
| 24 | + "devDependencies": { |
| 25 | + "@sentry/types": "7.1.1", |
| 26 | + "@types/webpack": "^4.41.31", |
| 27 | + "@remix-run/node": "^1.4.3", |
| 28 | + "@remix-run/react": "^1.4.3" |
| 29 | + }, |
| 30 | + "peerDependencies": { |
| 31 | + "@remix-run/node": "^1.4.3", |
| 32 | + "@remix-run/react": "^1.4.3", |
| 33 | + "react": "16.x || 17.x || 18.x", |
| 34 | + "webpack": ">=4.0.0" |
| 35 | + }, |
| 36 | + "peerDependenciesMeta": { |
| 37 | + "webpack": { |
| 38 | + "optional": true |
| 39 | + } |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "build": "run-p build:rollup", |
| 43 | + "build:cjs": "tsc -p tsconfig.cjs.json", |
| 44 | + "build:dev": "run-s build", |
| 45 | + "build:esm": "tsc -p tsconfig.esm.json", |
| 46 | + "build:rollup": "rollup -c rollup.npm.config.js", |
| 47 | + "build:types": "tsc -p tsconfig.types.json", |
| 48 | + "build:watch": "run-p build:cjs:watch build:esm:watch", |
| 49 | + "build:cjs:watch": "tsc -p tsconfig.cjs.json --watch", |
| 50 | + "build:dev:watch": "run-s build:watch", |
| 51 | + "build:esm:watch": "tsc -p tsconfig.esm.json --watch", |
| 52 | + "build:rollup:watch": "rollup -c rollup.npm.config.js --watch", |
| 53 | + "build:types:watch": "tsc -p tsconfig.types.json --watch", |
| 54 | + "build:npm": "ts-node ../../scripts/prepack.ts && npm pack ./build", |
| 55 | + "clean": "rimraf build coverage", |
| 56 | + "fix": "run-s fix:eslint fix:prettier", |
| 57 | + "fix:eslint": "eslint . --format stylish --fix", |
| 58 | + "fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"", |
| 59 | + "link:yarn": "yarn link", |
| 60 | + "lint": "run-s lint:prettier lint:eslint", |
| 61 | + "lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish", |
| 62 | + "lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"", |
| 63 | + "test": "run-s test:unit", |
| 64 | + "test:unit": "jest --passWithNoTests", |
| 65 | + "test:watch": "jest --watch" |
| 66 | + }, |
| 67 | + "volta": { |
| 68 | + "extends": "../../package.json" |
| 69 | + } |
| 70 | +} |
0 commit comments