@baristalabs/react-app-rewire-raw-loader
Version:
Enable importing files as a string in a react-app-rewired application
28 lines (27 loc) • 732 B
JSON
{
"name": "@baristalabs/react-app-rewire-raw-loader",
"version": "0.1.3",
"description": "Enable importing files as a string in a react-app-rewired application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baristalabs/rewired-circuit.git"
},
"keywords": [
"react",
"react-app-rewired",
"raw-loader"
],
"author": "Sean McLellan <sean@baristalabs.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/baristalabs/rewired-circuit/issues"
},
"homepage": "https://github.com/baristalabs/rewired-circuit#readme",
"dependencies": {
"raw-loader": "0.5.1"
}
}