├── .buildpacks ├── LICENSE ├── README.md └── bin ├── compile ├── detect ├── release ├── test └── test-compile /.buildpacks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mars/create-react-app-buildpack/HEAD/.buildpacks -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mars/create-react-app-buildpack/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mars/create-react-app-buildpack/HEAD/README.md -------------------------------------------------------------------------------- /bin/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mars/create-react-app-buildpack/HEAD/bin/compile -------------------------------------------------------------------------------- /bin/detect: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mars/create-react-app-buildpack/HEAD/bin/detect -------------------------------------------------------------------------------- /bin/release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mars/create-react-app-buildpack/HEAD/bin/release -------------------------------------------------------------------------------- /bin/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mars/create-react-app-buildpack/HEAD/bin/test -------------------------------------------------------------------------------- /bin/test-compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mars/create-react-app-buildpack/HEAD/bin/test-compile --------------------------------------------------------------------------------