|
| 1 | +{ |
| 2 | + "name": "@rocket.chat/fuselage-toastbar", |
| 3 | + "version": "0.31.10", |
| 4 | + "description": "", |
| 5 | + "author": { |
| 6 | + "name": "Rocket.Chat", |
| 7 | + "url": "https://rocket.chat/" |
| 8 | + }, |
| 9 | + "homepage": "https://github.com/RocketChat/Rocket.Chat.Fuselage#readme", |
| 10 | + "license": "MIT", |
| 11 | + "publishConfig": { |
| 12 | + "access": "public" |
| 13 | + }, |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "git+https://github.com/RocketChat/Rocket.Chat.Fuselage.git", |
| 17 | + "directory": "packages/fuselage-toastbar" |
| 18 | + }, |
| 19 | + "bugs": { |
| 20 | + "url": "https://github.com/RocketChat/Rocket.Chat.Fuselage/issues" |
| 21 | + }, |
| 22 | + "main": "dist/cjs/index.js", |
| 23 | + "module": "dist/esm/index.js", |
| 24 | + "types": "dist/esm/index.d.ts", |
| 25 | + "files": [ |
| 26 | + "/dist" |
| 27 | + ], |
| 28 | + "scripts": { |
| 29 | + "build": "run-s .:build:clean .:build:esm .:build:cjs", |
| 30 | + ".:build:clean": "rimraf dist", |
| 31 | + ".:build:esm": "tsc -p tsconfig-esm.json", |
| 32 | + ".:build:cjs": "tsc -p tsconfig-cjs.json", |
| 33 | + "lint": "lint", |
| 34 | + "lint-and-fix": "lint-and-fix", |
| 35 | + "lint-staged": "lint-staged", |
| 36 | + "test": "jest --runInBand", |
| 37 | + "docs": "typedoc", |
| 38 | + "storybook": "start-storybook -p 6006", |
| 39 | + "build-storybook": "build-storybook" |
| 40 | + }, |
| 41 | + "peerDependencies": { |
| 42 | + "@rocket.chat/fuselage": "*", |
| 43 | + "@rocket.chat/fuselage-polyfills": "*", |
| 44 | + "react": "^17.0.2", |
| 45 | + "react-dom": "^17.0.2" |
| 46 | + }, |
| 47 | + "dependencies": { |
| 48 | + "@rocket.chat/fuselage-hooks": "workspace:~", |
| 49 | + "@rocket.chat/styled": "workspace:~" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@rocket.chat/eslint-config-alt": "workspace:~", |
| 53 | + "@rocket.chat/onboarding-ui": "workspace:~", |
| 54 | + "@rocket.chat/prettier-config": "workspace:~", |
| 55 | + "@storybook/addon-essentials": "~6.4.18", |
| 56 | + "@storybook/addons": "~6.4.18", |
| 57 | + "@storybook/react": "~6.4.18", |
| 58 | + "@storybook/source-loader": "~6.4.18", |
| 59 | + "@storybook/theming": "~6.4.18", |
| 60 | + "@types/jest": "~27.4.0", |
| 61 | + "eslint": "~8.8.0", |
| 62 | + "jest": "~27.5.1", |
| 63 | + "lint-all": "workspace:~", |
| 64 | + "lint-staged": "~12.3.3", |
| 65 | + "npm-run-all": "^4.1.5", |
| 66 | + "prettier": "~2.5.1", |
| 67 | + "rimraf": "~3.0.2", |
| 68 | + "storybook-dark-mode": "~1.1.0", |
| 69 | + "ts-jest": "~27.1.3", |
| 70 | + "typedoc": "~0.22.11", |
| 71 | + "typescript": "~4.3.5" |
| 72 | + }, |
| 73 | + "eslintConfig": { |
| 74 | + "extends": "@rocket.chat/eslint-config-alt/typescript", |
| 75 | + "env": { |
| 76 | + "jest": true |
| 77 | + } |
| 78 | + }, |
| 79 | + "prettier": "@rocket.chat/prettier-config/fuselage", |
| 80 | + "jest": { |
| 81 | + "preset": "ts-jest", |
| 82 | + "errorOnDeprecated": true, |
| 83 | + "testMatch": [ |
| 84 | + "<rootDir>/src/**/*.spec.[jt]s?(x)" |
| 85 | + ], |
| 86 | + "testEnvironment": "jsdom", |
| 87 | + "globals": { |
| 88 | + "ts-jest": { |
| 89 | + "tsconfig": { |
| 90 | + "noUnusedLocals": false, |
| 91 | + "noUnusedParameters": false |
| 92 | + } |
| 93 | + } |
| 94 | + } |
| 95 | + } |
| 96 | +} |
0 commit comments