/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/input-readonly-taro4/package.json
88 строк
3 KB
Yiheng
chore: update postcss (#18647)
21 ноя 2025, 11:29
Не верифицирован
21 ноя 2025, 11:29
e4c4a9d
Код
Авторство
О чём код?
{ "name": "input-readonly-taro4", "version": "1.0.0", "private": true, "description": "测试项目", "templateInfo": { "name": "default", "typescript": true, "css": "Sass", "framework": "Vue3" }, "scripts": { "prepare": "husky", "new": "taro new", "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:jd": "taro build --type jd", "build:harmony-hybrid": "taro build --type harmony-hybrid", "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:jd": "npm run build:jd -- --watch", "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch" }, "browserslist": [ "defaults and fully supports es6-module", "maintained node versions" ], "author": "", "dependencies": { "@babel/runtime": "^7.24.4", "@tarojs/components": "4.1.4", "@tarojs/helper": "4.1.4", "@tarojs/plugin-platform-weapp": "4.1.4", "@tarojs/plugin-platform-alipay": "4.1.4", "@tarojs/plugin-platform-tt": "4.1.4", "@tarojs/plugin-platform-swan": "4.1.4", "@tarojs/plugin-platform-jd": "4.1.4", "@tarojs/plugin-platform-qq": "4.1.4", "@tarojs/plugin-platform-h5": "4.1.4", "@tarojs/plugin-platform-harmony-hybrid": "4.1.4", "@tarojs/runtime": "4.1.4", "@tarojs/shared": "4.1.4", "@tarojs/taro": "4.1.4", "@tarojs/plugin-framework-vue3": "4.1.4", "vue": "^3.0.0" }, "devDependencies": { "@tarojs/plugin-generator": "4.1.4", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "lint-staged": "^16.1.2", "husky": "^9.1.7", "stylelint-config-standard": "^38.0.0", "@babel/core": "^7.24.4", "@tarojs/cli": "4.1.4", "@babel/plugin-transform-class-properties": "7.25.9", "@types/webpack-env": "^1.13.6", "webpack": "5.91.0", "@tarojs/taro-loader": "4.1.4", "@tarojs/webpack5-runner": "4.1.4", "sass": "^1.75.0", "babel-preset-taro": "4.1.4", "css-loader": "^7.1.1", "style-loader": "^3.3.4", "@tarojs/test-utils-vue3": "^0.1.1", "@vue/babel-plugin-jsx": "^1.2.2", "@vue/compiler-sfc": "^3.0.0", "vue-loader": "^17.4.2", "eslint-plugin-vue": "^9.17.0", "eslint-config-taro": "4.1.4", "eslint": "^8.57.0", "stylelint": "^16.4.0", "typescript": "^5.4.5", "tsconfig-paths-webpack-plugin": "^4.1.0", "postcss": "^8.5.6", "@types/node": "^18" } }