1 Star 1 Fork 0

eamesh / trajectory

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.66 KB
一键复制 编辑 原始数据 按行查看 历史
eamesh 提交于 2022-05-01 19:59 . feat: 全局隐藏过审
{
"name": "trajectory",
"version": "1.0.0",
"private": true,
"description": "",
"templateInfo": {
"name": "vue3-NutUI",
"typescript": true,
"css": "sass"
},
"scripts": {
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
"build:tt": "taro build --type tt",
"build:h5": "taro build --type h5",
"build:rn": "taro build --type rn",
"build:qq": "taro build --type qq",
"build:quickapp": "taro build --type quickapp",
"dev:weapp": "npm run build:weapp -- --watch",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:rn": "npm run build:rn -- --watch",
"dev:qq": "npm run build:qq -- --watch",
"dev:quickapp": "npm run build:quickapp -- --watch",
"lint:eslint": "eslint \"src/**/*.{vue,js,ts,tsx}\" --fix",
"lint:stylelint": "stylelint --fix \"src/**/*.{vue,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"prepare": "husky install"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.7.7",
"@nutui/nutui-taro": "^3.1.20",
"@tarojs/components": "3.4.7",
"@tarojs/plugin-framework-vue3": "3.4.7",
"@tarojs/plugin-html": "3.4.7",
"@tarojs/runtime": "3.4.7",
"@tarojs/taro": "3.4.7",
"dotenv": "^16.0.0",
"dotenv-expand": "^8.0.3",
"pinia": "^2.0.13",
"taro-plugin-pinia": "^1.0.0",
"vue": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/cli": "3.4.7",
"@tarojs/mini-runner": "3.4.7",
"@tarojs/webpack-runner": "3.4.7",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-plugin-import": "^1.13.3",
"babel-preset-taro": "3.4.7",
"dayjs": "^1.11.1",
"eslint": "^8.14.0",
"eslint-config-taro": "3.4.7",
"eslint-plugin-vue": "^8.0.0",
"husky": ">=7",
"lint-staged": ">=10",
"postcss": "^8.4.12",
"postcss-html": "^1.4.1",
"sass": "^1.51.0",
"stylelint": "^14.7.1",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-order": "^5.0.0",
"typescript": "^3.7.0",
"vue-loader": "^16.0.0-beta.8"
},
"lint-staged": {
"*.{ts,tsx,js,vue,md}": "yarn lint:eslint",
"*.{vue,scss,css,sass}": "yarn lint:stylelint"
}
}
1
https://gitee.com/eamesh/trajectory.git
git@gitee.com:eamesh/trajectory.git
eamesh
trajectory
trajectory
dev

搜索帮助