feat: init
上级
正在显示
.editorconfig
0 → 100644
.env
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.husky/commit-msg
0 → 100644
.husky/common.sh
0 → 100644
.husky/lintstagedrc.js
0 → 100644
.husky/pre-commit
0 → 100644
.markdownlint.yml
0 → 100644
.prettierignore
0 → 100644
.stylelintignore
0 → 100644
CHANGELOG.md
0 → 100644
README.md
0 → 100644
build/utils.ts
0 → 100644
build/vite/autoImport.ts
0 → 100644
build/vite/index.ts
0 → 100644
build/vite/uni.ts
0 → 100644
commitlint.config.js
0 → 100644
doc/plugins.md
0 → 100644
doc/technique.md
0 → 100644
doc/workflow.md
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | |||
"name": "kshg-app", | |||
"version": "0.0.1", | |||
"description": "可赛化工 APP", | |||
"keywords": [ | |||
"chemical", | |||
"kesai", | |||
"kshg", | |||
"可赛化工", | |||
"APP" | |||
], | |||
"repository": { | |||
"type": "git", | |||
"url": "https://gitlab.yiring.com/chemical-kesai/kshg-app.git" | |||
}, | |||
"author": { | |||
"name": "yiring", | |||
"email": "developer@yiring.com", | |||
"url": "https://yiring.com" | |||
}, | |||
"scripts": { | |||
"dev:app": "uni -p app", | |||
"dev:custom": "uni -p", | |||
"dev:h5": "uni", | |||
"dev:h5:ssr": "uni --ssr", | |||
"dev:mp-alipay": "uni -p mp-alipay", | |||
"dev:mp-baidu": "uni -p mp-baidu", | |||
"dev:mp-kuaishou": "uni -p mp-kuaishou", | |||
"dev:mp-lark": "uni -p mp-lark", | |||
"dev:mp-qq": "uni -p mp-qq", | |||
"dev:mp-toutiao": "uni -p mp-toutiao", | |||
"dev:mp-weixin": "uni -p mp-weixin", | |||
"dev:quickapp-webview": "uni -p quickapp-webview", | |||
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei", | |||
"dev:quickapp-webview-union": "uni -p quickapp-webview-union", | |||
"build:app": "uni build -p app", | |||
"build:custom": "uni build -p", | |||
"build:h5": "uni build", | |||
"build:h5:ssr": "uni build --ssr", | |||
"build:mp-alipay": "uni build -p mp-alipay", | |||
"build:mp-baidu": "uni build -p mp-baidu", | |||
"build:mp-kuaishou": "uni build -p mp-kuaishou", | |||
"build:mp-lark": "uni build -p mp-lark", | |||
"build:mp-qq": "uni build -p mp-qq", | |||
"build:mp-toutiao": "uni build -p mp-toutiao", | |||
"build:mp-weixin": "uni build -p mp-weixin", | |||
"build:quickapp-webview": "uni build -p quickapp-webview", | |||
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei", | |||
"build:quickapp-webview-union": "uni build -p quickapp-webview-union", | |||
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", | |||
"clean:lib": "rimraf node_modules", | |||
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix", | |||
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,ts,tsx,css,less,scss,vue,html,md}\"", | |||
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", | |||
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", | |||
"log": "conventional-changelog -p angular -i CHANGELOG.md -s", | |||
"prepare": "husky install" | |||
}, | |||
"config": { | |||
"commitizen": { | |||
"path": "./node_modules/cz-conventional-changelog" | |||
} | |||
}, | |||
"dependencies": { | |||
"@dcloudio/uni-app": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-app-plus": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-components": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-h5": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-mp-alipay": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-mp-baidu": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-mp-kuaishou": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-mp-lark": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-mp-qq": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-mp-toutiao": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-mp-weixin": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-quickapp-webview": "^3.0.0-alpha-3040220220310005", | |||
"@vueuse/core": "^8.1.2", | |||
"dayjs": "^1.11.0", | |||
"lodash-es": "^4.17.21", | |||
"mockjs": "^1.1.0", | |||
"vue": "^3.2.31" | |||
}, | |||
"devDependencies": { | |||
"@commitlint/cli": "^16.2.3", | |||
"@commitlint/config-conventional": "^16.2.1", | |||
"@dcloudio/types": "^2.5.18", | |||
"@dcloudio/uni-automator": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-cli-shared": "^3.0.0-alpha-3040220220310005", | |||
"@dcloudio/uni-helper-json": "^1.0.13", | |||
"@dcloudio/vite-plugin-uni": "^3.0.0-alpha-3040220220310005", | |||
"@types/lodash-es": "^4.17.6", | |||
"@types/mockjs": "^1.0.6", | |||
"@types/prettier": "^2.4.4", | |||
"@typescript-eslint/eslint-plugin": "^5.16.0", | |||
"@typescript-eslint/parser": "^5.16.0", | |||
"commitizen": "^4.2.4", | |||
"conventional-changelog-cli": "^2.2.2", | |||
"cz-conventional-changelog": "^3.3.0", | |||
"dotenv": "^16.0.0", | |||
"eslint": "^8.11.0", | |||
"eslint-config-prettier": "^8.5.0", | |||
"eslint-plugin-prettier": "^4.0.0", | |||
"eslint-plugin-vue": "^8.5.0", | |||
"husky": "^7.0.4", | |||
"less": "^4.1.2", | |||
"lint-staged": "^12.3.7", | |||
"npm-run-all": "^4.1.5", | |||
"postcss": "^8.4.12", | |||
"postcss-html": "^1.3.0", | |||
"postcss-less": "^6.0.0", | |||
"prettier": "^2.6.0", | |||
"rimraf": "^3.0.2", | |||
"sort-package-json": "^1.55.0", | |||
"stylelint": "^14.6.0", | |||
"stylelint-config-html": "^1.0.0", | |||
"stylelint-config-prettier": "^9.0.3", | |||
"stylelint-config-recommended": "^7.0.0", | |||
"stylelint-config-standard": "^25.0.0", | |||
"stylelint-order": "^5.0.0", | |||
"stylus": "^0.56.0", | |||
"typescript": "^4.6.2", | |||
"unplugin-auto-import": "^0.6.6", | |||
"vite": "^2.8.6", | |||
"vue-eslint-parser": "^8.3.0" | |||
}, | |||
"engines": { | |||
"node": "^12 || >=14" | |||
} | |||
} |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
postcss.config.js
0 → 100644
prettier.config.js
0 → 100644
src/App.vue
0 → 100644
src/api/types.ts
0 → 100644
src/config/app.ts
0 → 100644
src/main.ts
0 → 100644
src/manifest.json
0 → 100644
src/pages.json
0 → 100644
src/pages/index/index.vue
0 → 100644
src/static/logo.png
0 → 100644
3.9 KB
src/uni.scss
0 → 100644
stylelint.config.js
0 → 100644
tsconfig.json
0 → 100644
types/app.d.ts
0 → 100644
types/auto-imports.d.ts
0 → 100644
types/env.d.ts
0 → 100644
types/global.d.ts
0 → 100644
types/uni-components.d.ts
0 → 100644
vite.config.ts
0 → 100644