|
| 1 | +{ |
| 2 | + "name": "turbo-morph", |
| 3 | + "version": "0.1.0-beta1", |
| 4 | + "description": "Morphdom integration for Turbo Streams", |
| 5 | + "main": "dist/index.js", |
| 6 | + "module": "dist/index.js", |
| 7 | + "unpkg": "dist/index.umd.js", |
| 8 | + "types": "dist/types/index.d.ts", |
| 9 | + "author": "Marco Roth", |
| 10 | + "license": "MIT", |
| 11 | + "repository": "https://github.com/marcoroth/turbo-morph", |
| 12 | + "sideEffects": false, |
| 13 | + "scripts": { |
| 14 | + "prebuild": "yarn clean", |
| 15 | + "build": "tsc --noEmit false --declaration true --emitDeclarationOnly true --outDir dist/types --jsx react && rollup -c", |
| 16 | + "watch": "rollup -wc", |
| 17 | + "dev": "concurrently 'yarn run watch' 'yarn run start'", |
| 18 | + "clean": "rimraf dist", |
| 19 | + "prerelease": "yarn build" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "@hotwired/turbo": "^7.2.0-beta.1", |
| 23 | + "@rollup/plugin-node-resolve": "^13.0.5", |
| 24 | + "@rollup/plugin-typescript": "^8.2.5", |
| 25 | + "concurrently": "^7.1.0", |
| 26 | + "rimraf": "^3.0.2", |
| 27 | + "rollup": "^2.57.0", |
| 28 | + "rollup-plugin-filesize": "^9.1.1", |
| 29 | + "rollup-plugin-terser": "^7.0.2", |
| 30 | + "sourcemap": "^0.1.0", |
| 31 | + "tslib": "^2.3.1", |
| 32 | + "typescript": "^3.9.7", |
| 33 | + "morphdom": "^2.6.1" |
| 34 | + }, |
| 35 | + "peerDependencies": { |
| 36 | + "@hotwired/turbo": ">= 7.1", |
| 37 | + "morphdom": ">= 2.6" |
| 38 | + } |
| 39 | +} |
0 commit comments