1 Star 0 Fork 0

快乐的梦鱼/imengyu-ui-lib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
快乐的梦鱼 提交于 2022-11-30 16:43 +08:00 . 增加在线文档 URL
{
"name": "@imengyu/naeasy-ui-react-native-test",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"build-lib": "cd lib && tsc && node ./scripts/copy-after-build.js",
"publish-lib": "cd lib && npm publish",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"expo-android": "expo start --android",
"expo-ios": "expo start --ios",
"web": "webpack-dev-server --config ./web/webpack.config.js --hot --progress --mode development",
"build-web": "webpack --config ./web/webpack.config.js --progress --mode production"
},
"dependencies": {
"@imengyu/naeasy-ui-react-native": "^0.2.6",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "^2.8.0",
"react-native-pager-view": "^6.1.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-svg": "^13.5.0",
"react-native-web": "~0.18.9"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^26.0.23",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-jest": "^26.6.3",
"babel-loader": "^9.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-react-native-web": "^0.18.10",
"eslint": "^7.32.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.72.3",
"react-test-renderer": "18.1.0",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/imengyu/imengyu-ui-lib.git
git@gitee.com:imengyu/imengyu-ui-lib.git
imengyu
imengyu-ui-lib
imengyu-ui-lib
main

搜索帮助