Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-react-native-app

Package Overview
Dependencies
Maintainers
3
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-react-native-app - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

build/__sourcemaps__/index.js.map

46

package.json
{
"name": "create-react-native-app",
"version": "0.0.0",
"description": "Create React Native apps with no build configuration and just JavaScript using Exponent",
"main": "index.js",
"version": "0.0.1",
"description": "Create React Native apps with no build configuration.",
"license": "BSD-3-Clause",
"engines": {
"node": ">=4"
},
"files": [
"build"
],
"bin": {
"create-react-native-app": "./build/index.js"
},
"scripts": {
"test": "jest"
"start": "gulp"
},
"keywords": [
"exponent",
"react-native"
],
"author": "Exponent <support@getexponent.com>",
"license": "BSD-2-Clause"
"dependencies": {
"babel-runtime": "^6.9.2",
"chalk": "^1.1.1",
"cross-spawn": "^4.0.0",
"fs-promise": "^1.0.0",
"minimist": "^1.2.0",
"path-exists": "^2.1.0",
"semver": "^5.0.3",
"source-map-support": "^0.4.1"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"gulp": "git+https://github.com/gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"rimraf": "^2.5.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc