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