Ai
1 Star 1 Fork 1

RmondJone/react-native-locktable

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "react-native-locktable",
"version": "1.2.1",
"description": "Tables that can be locked in both directions on react native",
"author": {
"name": "Guo Hanlin",
"url": "https://github.com/RmondJone",
"email": "2318560278@qq.com"
},
"license": "MIT",
"private": false,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"build": "tsc"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@types/react": "16.9.11",
"@types/react-native": "0.60.22",
"metro": "0.57.0",
"metro-core": "0.57.0",
"metro-react-native-babel-preset": "0.57.0",
"prettier": "1.16.4",
"typescript": "3.7.2",
"react": "16.9.0",
"react-native": "0.61.4",
"class-transformer-xyz": "0.1.14"
},
"peerDependencies": {
"react": ">=16.8.3",
"react-native": ">=0.59.0"
},
"main": "./lib/LockTableView.js",
"types": "./lib/LockTableView.d.ts",
"typings": "./lib/LockTableView.d.ts",
"keywords": [
"react-native",
"table",
"lock"
],
"files": [
"lib",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RmondJone/react-native-locktable"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/rmondjone/react-native-locktable.git
git@gitee.com:rmondjone/react-native-locktable.git
rmondjone
react-native-locktable
react-native-locktable
master

搜索帮助