mirror of
https://github.com/zhigang1992/react-native-draggable-grid.git
synced 2026-01-12 22:50:17 +08:00
34 lines
710 B
JSON
34 lines
710 B
JSON
{
|
|
"name": "react-native-draggable-grid",
|
|
"keywords": [
|
|
"drag",
|
|
"sortable",
|
|
"grid"
|
|
],
|
|
"version": "1.0.8",
|
|
"description": "A draggable grid for react native",
|
|
"main": "built/index.js",
|
|
"types": "src/index.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/SHISME/react-native-draggable-grid"
|
|
},
|
|
"scripts": {
|
|
"built": "rm -rf built && tsc",
|
|
"watch": "tsc -w --outDir demo/built"
|
|
},
|
|
"author": "shisme",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/react": "*",
|
|
"@types/react-native": "*",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"typescript": "^3.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|