1 Star 0 Fork 2

hanp/uni-parse-pages

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.39 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "uni-parse-pages",
"version": "0.0.1",
"description": "",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"unpkg": "lib/index.global.js",
"jsdelivr": "lib/index.global.js",
"types": "lib/index.d.ts",
"scripts": {
"clean:lib": "rimraf lib",
"build:types": "npm run clean:lib && tsc -b ./tsconfig.types.json",
"build": "npm run build:types && rollup -c && node ./typesCopy.js",
"dev": "rollup -c --watch",
"lint": "eslint --fix --ext .json,.js,.ts src",
"test": "jest",
"commit": "git-cz",
"release-major": "standard-version --release-as major",
"release-minor": "standard-version --release-as minor",
"release-patch": "standard-version --release-as patch",
"release": "standard-version",
"prerelease": "standard-version --prerelease"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"files": [
"lib"
],
"lint-staged": {
"*.{js,ts}": "eslint --fix --ext .json,.js,.ts src"
},
"repository": {
"type": "git",
"url": "https://gitee.com/fant-mini/uni-parse-pages.git"
},
"keywords": [
"uni-app",
"unu-read-pages",
"vite"
],
"author": "weisheng",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"git-cz": "^4.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"rimraf": "^4.4.0",
"rollup": "2.78.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"typescript": "*"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/micrpinhan/uni-parse-pages.git
git@gitee.com:micrpinhan/uni-parse-pages.git
micrpinhan
uni-parse-pages
uni-parse-pages
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385