/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-components-react/package.json
69 строк
2 KB
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "@tarojs/components-react", "version": "4.2.1", "description": "", "main:h5": "dist/index.js", "main": "dist/index.js", "module": "dist/index.js", "types": "types/index.d.ts", "sideEffects": [ "./dist/components/**/loader.js", "**/style/*.js", "*.scss", "*.css" ], "files": [ "dist", "types" ], "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "build": "pnpm run rollup --environment NODE_ENV:production", "clean": "rimraf ./dist", "dev": "pnpm run rollup --environment NODE_ENV:development -w", "rollup": "rollup -c", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "test:ci": "jest --ci --coverage --silent" }, "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "@babel/runtime": "^7.24.4", "@tarojs/components": "workspace:*", "@tarojs/shared": "workspace:*", "@tarojs/taro": "workspace:*", "classnames": "^2.2.5", "identity-obj-proxy": "^3.0.0", "swiper": "11.1.15", "tslib": "^2.6.2" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.24.1", "@babel/preset-react": "^7.24.1", "@babel/preset-typescript": "^7.24.1", "@tarojs/helper": "workspace:*", "@tarojs/runtime": "workspace:*", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.8", "@types/node": "^20.8.0", "babel-preset-solid": "^1.8.15", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "solid-js": "^1.8.16", "ts-jest": "^29.1.1" }, "peerDependencies": { "react": "*", "solid-js": "*" } }