UNPKG

@afzalimdad9/overlay-navbar

Version:

This is a animated overlay navbar created by @afzalimdad9

40 lines (39 loc) 1.01 kB
{ "name": "@afzalimdad9/overlay-navbar", "version": "1.1.0", "description": "This is a animated overlay navbar created by @afzalimdad9", "main": "dist/index.js", "module": "dist/index.js", "types": "index.d.ts", "private": false, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prebuild": "rimraf dist", "build": "cross-env NODE_ENV=production babel src --out-dir dist --copy-files" }, "files": [ "dist", "README.md", "index.d.ts" ], "keywords": [ "overlay-navbar", "animated-navbar", "afzalimdad9" ], "author": "@afzalimdad9", "license": "ISC", "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9" }, "dependencies": { "@babel/polyfill": "^7.12.1", "@babel/preset-react": "^7.26.3", "core-js": "^3.41.0", "cross-env": "^7.0.3", "regenerator-runtime": "^0.14.1", "rimraf": "^6.0.1" } }