/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/build-weapp-plugin/package.json
49 строк
1 KB
Yiheng
chore: add react react-dom to root, update vitest (#17810)
15 июн 2025, 15:19
Не верифицирован
15 июн 2025, 15:19
1f097d5
Код
Авторство
О чём код?
{ "name": "build-weapp-plugin", "version": "1.0.0", "private": true, "description": "", "templateInfo": { "name": "wxplugin", "typescript": true, "css": "sass" }, "scripts": { "dev": "taro build --plugin weapp --watch", "build": "taro build --plugin weapp" }, "author": "", "license": "MIT", "browserslist": [ "last 3 versions", "Android >= 4.1", "ios >= 8" ], "dependencies": { "@babel/runtime": "^7.7.7", "@tarojs/components": "3.6.24", "@tarojs/plugin-framework-react": "3.6.24", "@tarojs/react": "3.6.24", "@tarojs/runtime": "3.6.24", "@tarojs/taro": "3.6.24", "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@babel/core": "^7.8.0", "@tarojs/cli": "3.6.24", "@tarojs/webpack5-runner": "3.6.24", "@types/react": "^18", "@types/webpack-env": "^1.13.6", "@typescript-eslint/eslint-plugin": "^5.20.0", "@typescript-eslint/parser": "^5.20.0", "babel-preset-taro": "3.6.24", "eslint": "^8.12.0", "eslint-config-taro": "3.6.24", "eslint-plugin-import": "^2.12.0", "eslint-plugin-react": "^7.8.2", "eslint-plugin-react-hooks": "^4.2.0", "stylelint": "9.3.0", "typescript": "^4.1.0" } }