1 Star 1 Fork 1

h7ml/amis-admin-tauri

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
h7ml 提交于 2022-05-13 23:54 . feat(:tada:): amis-admin-tauri
{
"name": "amis-admin-tauri",
"version": "1.0.0",
"private": true,
"author": "h7ml <h7ml@qq.com>",
"keywords": [
"vue",
"amis",
"amis-admin-vue",
"renderer",
"json",
"schema"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/h7ml/amis-admin-tauri.git"
},
"homepage": "https://amis-admin-vue.vercel.app",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"tauri:build": "vue-cli-service tauri:build",
"tauri:serve": "vue-cli-service tauri:serve",
"tauri:dev": "vue-cli-service tauri:dev",
"prepare": "husky install",
"lint:style": "stylelint **/*.{vue,scss} --fix",
"commit": "git-cz"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^2.6.14"
},
"devDependencies": {
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.5.0",
"lint-staged": "^12.1.2",
"cz-conventional-changelog": "^3.3.0",
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"vue-cli-plugin-tauri": "~1.0.0-rc.2",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/h7ml/amis-admin-tauri.git
git@gitee.com:h7ml/amis-admin-tauri.git
h7ml
amis-admin-tauri
amis-admin-tauri
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385