leumas-react-flashlights
Version:
Simple CSS Flashlight effect for any Component or React Page, Perfect for Coming Soon Pages or any other creative website. Should not need any updates, but I might create more in the near future to compliment the Flashlight component
35 lines (34 loc) • 902 B
JSON
{
"name": "leumas-react-flashlights",
"version": "1.0.4",
"description": "Simple CSS Flashlight effect for any Component or React Page, Perfect for Coming Soon Pages or any other creative website. Should not need any updates, but I might create more in the near future to compliment the Flashlight component",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir lib",
"prepublishOnly": "npm run build"
},
"keywords": [
"React",
"Leumas",
"Flashlight",
"Component",
"css",
"effect",
"JSX",
"HTML"
],
"author": "William Bermudez",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"yaml": "^2.4.5"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.24.7"
}
}