UNPKG

subpackage-component-placeholder

Version:

微信小程序分包组件占位插件

75 lines 2.11 kB
{ "name": "subpackage-component-placeholder", "version": "1.0.4", "description": "微信小程序分包组件占位插件", "jsnext:source": "./src/index.ts", "types": "./dist/types/index.d.ts", "main": "./dist/lib/index.js", "module": "./dist/es/index.js", "keywords": [ "wechat", "miniprogram", "subpackage" ], "author": "aaron-luo", "files": [ "dist", "CHANGELOG.md" ], "lint-staged": { "*.{ts,tsx}": [ "node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet" ], "*.{js,jsx,mjs,mjsx,cjs,cjsx}": [ "node --max_old_space_size=8192 ./node_modules/eslint/bin/eslint.js --fix --color --cache --quiet" ] }, "eslintIgnore": [ "node_modules/", "dist/" ], "devDependencies": { "@babel/runtime": "^7.22.3", "@modern-js-app/eslint-config": "2.5.0", "@modern-js/eslint-config": "2.5.0", "@modern-js/module-tools": "2.5.0", "@modern-js/plugin-storybook": "2.6.0", "@modern-js/plugin-testing": "2.5.0", "@modern-js/runtime": "2.5.0", "@modern-js/tsconfig": "2.5.0", "@types/crypto-js": "^4.2.1", "@types/jest": "~29.2.4", "@types/lodash-es": "^4.17.7", "@types/node": "~16.11.7", "@types/uuid": "^9.0.8", "eslint-plugin-import": "^2.27.5", "husky": "~8.0.1", "lint-staged": "~13.1.0", "miniprogram-api-typings": "^3.12.2", "prettier": "~2.8.1", "rimraf": "~3.0.2", "typescript": "~4.9.4", "webpack": "^5.99.9" }, "sideEffects": [], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "dev": "modern dev", "build": "modern build", "build:watch": "modern build -w", "reset": "rimraf ./**/node_modules", "lint": "modern lint", "change": "modern change", "bump": "modern bump", "pre": "modern pre", "change-status": "modern change-status", "gen-release-note": "modern gen-release-note", "release": "modern release", "new": "modern new", "upgrade": "modern upgrade", "test": "modern test" } }