1 Star 0 Fork 17

oldbill0208/json-to-render

forked from fyl080801/json-to-render 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.92 KB
一键复制 编辑 原始数据 按行查看 历史
fyl080801 提交于 2021-03-26 10:42 +08:00 . chore: package
{
"name": "json-to-render",
"version": "0.4.0",
"private": true,
"author": "fyl080801 <fyl080801@hotmail.com>",
"homepage": "https://github.com/fyl080801/json-to-render#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fyl080801/json-to-render.git"
},
"bugs": {
"url": "https://github.com/fyl080801/json-to-render/issues"
},
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "vite -c ./vite.config.js",
"build": "vite build -c ./vite.config.js",
"clean": "yarn workspaces run clean",
"dist": "yarn workspaces run dist",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"commit": "git add . && git status && git-cz",
"publish": "lerna publish",
"prepack": "yarn run dist",
"postinstall": "husky install",
"postpublish": "yarn run clean",
"lint-staged": "lint-staged"
},
"dependencies": {
"core-js": "^3.9.1",
"vue": "^3.0.7"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-typescript": "^7.12.17",
"@octokit/core": "^3.3.1",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.1",
"@rollup/plugin-typescript": "^8.1.1",
"@tailwindcss/forms": "^0.3.0",
"@types/js-yaml": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@vitejs/plugin-vue": "^1.1.5",
"@vitejs/plugin-vue-jsx": "^1.1.2",
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/compiler-sfc": "^3.0.7",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"commitizen": "^4.2.3",
"cross-env": "^7.0.3",
"cz-lerna-changelog": "^2.0.3",
"element-plus": "^1.0.2-beta.35",
"eslint": "^7.22.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.8.0",
"husky": "^5.2.0",
"js-yaml": "^4.0.0",
"lerna": "^4.0.0",
"lint-staged": "^10.5.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.23.0",
"node-sass": "^5.0.0",
"postcss": "^8.2.8",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.42.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.32.8",
"semantic-release": "~15.8.0",
"tailwindcss": "^2.0.4",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"vite": "^2.1.3",
"vitepress": "^0.12.2",
"vue-router": "^4.0.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.(vue|tsx|js|ts)": [
"prettier --write"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oldbill0208/json-to-render.git
git@gitee.com:oldbill0208/json-to-render.git
oldbill0208
json-to-render
json-to-render
master

搜索帮助