|
| 1 | +{ |
| 2 | + "name": "@twilio-paste/example-text", |
| 3 | + "version": "0.0.0", |
| 4 | + "category": "typography", |
| 5 | + "status": "production", |
| 6 | + "description": "Example Text is a stylized text wrapper that distinguishes user input examples from body text.", |
| 7 | + "author": "Twilio Inc.", |
| 8 | + "license": "MIT", |
| 9 | + "main:dev": "src/index.tsx", |
| 10 | + "main": "dist/index.js", |
| 11 | + "module": "dist/index.es.js", |
| 12 | + "types": "dist/index.d.ts", |
| 13 | + "sideEffects": false, |
| 14 | + "publishConfig": { |
| 15 | + "access": "public" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "dist" |
| 19 | + ], |
| 20 | + "scripts": { |
| 21 | + "build": "yarn clean && NODE_ENV=production node build.js && tsc", |
| 22 | + "build:js": "NODE_ENV=development node build.js", |
| 23 | + "build:typedocs": "tsx ../../../../tools/build/generate-type-docs", |
| 24 | + "clean": "rm -rf ./dist", |
| 25 | + "tsc": "tsc" |
| 26 | + }, |
| 27 | + "peerDependencies": { |
| 28 | + "@twilio-paste/animation-library": "^2.0.0", |
| 29 | + "@twilio-paste/box": "^10.2.0", |
| 30 | + "@twilio-paste/color-contrast-utils": "^5.0.0", |
| 31 | + "@twilio-paste/customization": "^8.1.1", |
| 32 | + "@twilio-paste/design-tokens": "^10.3.0", |
| 33 | + "@twilio-paste/style-props": "^9.1.1", |
| 34 | + "@twilio-paste/styling-library": "^3.0.0", |
| 35 | + "@twilio-paste/theme": "^11.0.1", |
| 36 | + "@twilio-paste/types": "^6.0.0", |
| 37 | + "@types/react": "^16.8.6 || ^17.0.2 || ^18.0.27", |
| 38 | + "@types/react-dom": "^16.8.6 || ^17.0.2 || ^18.0.10", |
| 39 | + "react": "^16.8.6 || ^17.0.2 || ^18.0.0", |
| 40 | + "react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0" |
| 41 | + }, |
| 42 | + "devDependencies": { |
| 43 | + "@twilio-paste/animation-library": "^2.0.0", |
| 44 | + "@twilio-paste/box": "^10.2.0", |
| 45 | + "@twilio-paste/color-contrast-utils": "^5.0.0", |
| 46 | + "@twilio-paste/customization": "^8.1.1", |
| 47 | + "@twilio-paste/design-tokens": "^10.3.0", |
| 48 | + "@twilio-paste/style-props": "^9.1.1", |
| 49 | + "@twilio-paste/styling-library": "^3.0.0", |
| 50 | + "@twilio-paste/theme": "^11.0.1", |
| 51 | + "@twilio-paste/types": "^6.0.0", |
| 52 | + "@types/react": "^18.0.27", |
| 53 | + "@types/react-dom": "^18.0.10", |
| 54 | + "react": "^18.0.0", |
| 55 | + "react-dom": "^18.0.0", |
| 56 | + "tsx": "^4.0.0", |
| 57 | + "typescript": "^4.9.4" |
| 58 | + } |
| 59 | +} |
0 commit comments