mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
48 lines
1010 B
JSON
48 lines
1010 B
JSON
{
|
|
"name": "react-native-web",
|
|
"version": "0.9.9",
|
|
"description": "React Native for Web",
|
|
"module": "dist/index.js",
|
|
"main": "dist/cjs/index.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"jest",
|
|
"jest-preset.json",
|
|
"src",
|
|
"!**/__tests__"
|
|
],
|
|
"dependencies": {
|
|
"array-find-index": "^1.0.2",
|
|
"create-react-class": "^15.6.2",
|
|
"debounce": "^1.1.0",
|
|
"deep-assign": "^2.0.0",
|
|
"fbjs": "^0.8.16",
|
|
"hyphenate-style-name": "^1.0.2",
|
|
"inline-style-prefixer": "^4.0.2",
|
|
"normalize-css-color": "^1.0.2",
|
|
"prop-types": "^15.6.0",
|
|
"react-timer-mixin": "^0.13.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.5.1",
|
|
"react-art": ">=16.5.1",
|
|
"react-dom": ">=16.5.1"
|
|
},
|
|
"author": "Nicolas Gallagher",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/necolas/react-native-web.git"
|
|
},
|
|
"tags": [
|
|
"react"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"react-component",
|
|
"react-native",
|
|
"web"
|
|
]
|
|
}
|