|
| 1 | +{ |
| 2 | + "name": "@strapi/blocks-react-renderer", |
| 3 | + "version": "0.0.0", |
| 4 | + "bugs": { |
| 5 | + "url": "https://github.com/strapi/blocks-react-renderer/issues" |
| 6 | + }, |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "git://github.com/strapi/blocks-react-renderer.git" |
| 10 | + }, |
| 11 | + "license": "SEE LICENSE IN LICENSE", |
| 12 | + "author": { |
| 13 | + "name": "Strapi Solutions SAS", |
| 14 | + |
| 15 | + "url": "https://strapi.io" |
| 16 | + }, |
| 17 | + "maintainers": [ |
| 18 | + { |
| 19 | + "name": "Strapi Solutions SAS", |
| 20 | + |
| 21 | + "url": "https://strapi.io" |
| 22 | + } |
| 23 | + ], |
| 24 | + "type": "commonjs", |
| 25 | + "exports": { |
| 26 | + ".": { |
| 27 | + "types": "./dist/index.d.ts", |
| 28 | + "require": "./dist/index.js", |
| 29 | + "import": "./dist/index.mjs", |
| 30 | + "source": "./src/index.ts", |
| 31 | + "default": "./dist/index.js" |
| 32 | + }, |
| 33 | + "./package.json": "./package.json" |
| 34 | + }, |
| 35 | + "main": "./dist/index.js", |
| 36 | + "module": "./dist/index.mjs", |
| 37 | + "source": "./src/index.ts", |
| 38 | + "types": "./dist/index.d.ts", |
| 39 | + "files": [ |
| 40 | + "dist" |
| 41 | + ], |
| 42 | + "scripts": { |
| 43 | + "build": "pack-up build", |
| 44 | + "check": "pack-up check", |
| 45 | + "lint": "eslint . --ext .cjs,.js,.ts,.tsx", |
| 46 | + "lint:fix": "yarn lint --fix", |
| 47 | + "postinstall": "husky install", |
| 48 | + "prepack": "pinst --disable", |
| 49 | + "postpack": "pinst --enable", |
| 50 | + "test": "yarn run test:ts && yarn run test:unit", |
| 51 | + "test:unit": "jest", |
| 52 | + "test:ts": "tsc --noEmit", |
| 53 | + "watch": "pack-up watch" |
| 54 | + }, |
| 55 | + "dependencies": { |
| 56 | + "@testing-library/react": "^14.0.0", |
| 57 | + "lint-staged": "^15.0.1" |
| 58 | + }, |
| 59 | + "devDependencies": { |
| 60 | + "@strapi/eslint-config": "^0.2.0", |
| 61 | + "@strapi/pack-up": "^4.14.4", |
| 62 | + "@swc/core": "^1.3.93", |
| 63 | + "@swc/jest": "^0.2.29", |
| 64 | + "@types/jest": "^29.5.5", |
| 65 | + "@types/react": "^18.0.0", |
| 66 | + "@types/react-dom": "^18.0.0", |
| 67 | + "@typescript-eslint/eslint-plugin": "^6.8.0", |
| 68 | + "@typescript-eslint/parser": "^6.8.0", |
| 69 | + "eslint": "^8.51.0", |
| 70 | + "eslint-config-prettier": "^9.0.0", |
| 71 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 72 | + "eslint-plugin-check-file": "^2.6.2", |
| 73 | + "eslint-plugin-import": "^2.28.1", |
| 74 | + "eslint-plugin-jest-dom": "^5.1.0", |
| 75 | + "eslint-plugin-prettier": "^5.0.1", |
| 76 | + "eslint-plugin-react": "^7.33.2", |
| 77 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 78 | + "eslint-plugin-testing-library": "^6.1.0", |
| 79 | + "husky": "^8.0.3", |
| 80 | + "jest": "^29.7.0", |
| 81 | + "jest-environment-jsdom": "^29.7.0", |
| 82 | + "prettier": "^3.0.3", |
| 83 | + "react": "^18.0.0", |
| 84 | + "react-dom": "^18.0.0", |
| 85 | + "typescript": "^5.2.2" |
| 86 | + }, |
| 87 | + "peerDependencies": { |
| 88 | + "react": "^18.0.0", |
| 89 | + "react-dom": "^18.0.0" |
| 90 | + }, |
| 91 | + "packageManager": "[email protected]", |
| 92 | + "resolutions": { |
| 93 | + "@typescript-eslint/typescript-estree": "^6.8.0" |
| 94 | + } |
| 95 | +} |
0 commit comments