You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.4 KiB
53 lines
1.4 KiB
{
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"name": "react-native-web",
|
|
"version": "0.18.11",
|
|
"description": "React Native for Web",
|
|
"module": "dist/index.js",
|
|
"main": "dist/cjs/index.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"!**/__tests__"
|
|
],
|
|
"scripts": {
|
|
"clean": "del-cli ./dist",
|
|
"build": "npm-run-all clean -p \"build:* {@}\" --",
|
|
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --config-file ../../configs/babel.config.js --out-dir dist/cjs --ignore \"**/__tests__\"",
|
|
"build:es": "babel src --config-file ../../configs/babel.config.js --out-dir dist --ignore \"**/__tests__\"",
|
|
"build:flow": "gen-flow-files ./src --out-dir ./dist",
|
|
"dev": "npm-run-all clean -p \"build:* {@} -- --watch\""
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.6",
|
|
"create-react-class": "^15.7.0",
|
|
"fbjs": "^3.0.4",
|
|
"inline-style-prefixer": "^6.0.1",
|
|
"normalize-css-color": "^1.0.2",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"styleq": "^0.1.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2 || ^18.0.0",
|
|
"react-dom": "^17.0.2 || ^18.0.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|