|
| 1 | +{ |
| 2 | + "name": "@vueuse/reactified", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "Reactive utility wrappers for Vue", |
| 5 | + "author": "Anthony Fu <[email protected]>", |
| 6 | + "license": "MIT", |
| 7 | + "sideEffects": false, |
| 8 | + "exports": { |
| 9 | + "./json": { |
| 10 | + "import":"./dist/esm/json/index.js", |
| 11 | + "require":"./dist/cjs/json/index.js" |
| 12 | + }, |
| 13 | + "./string": { |
| 14 | + "import":"./dist/esm/string/index.js", |
| 15 | + "require":"./dist/cjs/string/index.js" |
| 16 | + }, |
| 17 | + "./math": { |
| 18 | + "import":"./dist/esm/math/index.js", |
| 19 | + "require":"./dist/cjs/math/index.js" |
| 20 | + }, |
| 21 | + "./number": { |
| 22 | + "import":"./dist/esm/number/index.js", |
| 23 | + "require":"./dist/cjs/number/index.js" |
| 24 | + }, |
| 25 | + "./boolean": { |
| 26 | + "import":"./dist/esm/boolean/index.js", |
| 27 | + "require":"./dist/cjs/boolean/index.js" |
| 28 | + } |
| 29 | + }, |
| 30 | + "bugs": { |
| 31 | + "url": "https://github.com/vueuse-reactified/issues" |
| 32 | + }, |
| 33 | + "homepage": "https://github.com/vueuse-reactified#readme", |
| 34 | + "repository": { |
| 35 | + "type": "git", |
| 36 | + "url": "git+https://github.com/vueuse-reactified.git" |
| 37 | + }, |
| 38 | + "scripts": { |
| 39 | + "prepublishOnly": "npm run build", |
| 40 | + "build": "esno scripts/build.ts", |
| 41 | + "release": "npx bumpp --commit --push --tag && npm publish --access public", |
| 42 | + "lint": "eslint \"**/*.ts\"", |
| 43 | + "test": "jest" |
| 44 | + }, |
| 45 | + "files": [ |
| 46 | + "dist" |
| 47 | + ], |
| 48 | + "dependencies": { |
| 49 | + "@vueuse/shared": "^4.0.3" |
| 50 | + }, |
| 51 | + "devDependencies": { |
| 52 | + "@antfu/eslint-config-ts": "^0.4.3", |
| 53 | + "@types/fs-extra": "^9.0.6", |
| 54 | + "@types/jest": "^26.0.19", |
| 55 | + "@types/node": "^14.14.20", |
| 56 | + "eslint": "^7.17.0", |
| 57 | + "eslint-plugin-jest": "^24.1.3", |
| 58 | + "esno": "^0.4.0", |
| 59 | + "fast-glob": "^3.2.4", |
| 60 | + "fs-extra": "^9.0.1", |
| 61 | + "jest": "^26.6.3", |
| 62 | + "rimraf": "^3.0.2", |
| 63 | + "ts-jest": "^26.4.4", |
| 64 | + "tsup": "^3.11.0", |
| 65 | + "typescript": "^4.1.3", |
| 66 | + "vue": "3" |
| 67 | + } |
| 68 | +} |
0 commit comments