@r00t80y/primary-navigation
Version:
An overlay Menu with a collection of effects and styles using CSS transitions.
83 lines (82 loc) • 2.51 kB
JSON
{
"name": "@r00t80y/primary-navigation",
"version": "1.3.5",
"description": "An overlay Menu with a collection of effects and styles using CSS transitions.",
"keywords": [
"Burger menu",
"Hamburger menu",
"Sidebar",
"Animated menu",
"IE 11"
],
"sideEffects": [
"*.scss"
],
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.js",
"jsdelivr": "dist/PrimaryNavigation.lib.js",
"unpkg": "dist/umd/index.js",
"module": "dist/esm/index.js",
"files": [
"dist/",
"LICENSE"
],
"scripts": {
"server": "http-server ./dist -a localhost -p 9000 -c-1 -o",
"dev": "cross-env NODE_ENV=development BABEL_ENV=lib webpack serve --open --config tasks/webpack.dev.js",
"build": "rm -rf ./dist && rollup --config ./tasks/rollup.config.js && npm run build:lib && cp -r src/scss/* dist/scss",
"build:lib": "cross-env NODE_ENV=production BABEL_ENV=lib webpack --config tasks/webpack.prod.js",
"lint": "clear && eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/R00T80Y/primary-navigation.git"
},
"author": "r00t80y",
"license": "MIT",
"bugs": {
"url": "https://github.com/R00T80Y/primary-navigation/issues"
},
"homepage": "https://github.com/R00T80Y/primary-navigation#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.16.4",
"@rollup/plugin-babel": "^5.3.0",
"babel-loader": "^8.2.3",
"core-js": "^3.19.2",
"cross-env": "^7.0.3",
"css-loader": "^6.4.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"html-webpack-plugin": "^5.5.0",
"http-server": "^14.0.0",
"mini-css-extract-plugin": "^2.4.3",
"postcss-combine-media-query": "^1.0.1",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^7.4.1",
"rollup": "^2.68.0",
"sass": "^1.43.3",
"sass-loader": "^12.2.0",
"serve": "^13.0.2",
"stylelint": "^14.6.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "^5.59.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^4.4.0",
"webpack-merge": "^5.8.0"
},
"peerDependencies": {
"throttle-debounce": "^5.0.0",
"custom-event-polyfill": ">=1.0.7",
"element-closest-polyfill": "^1.0.4"
}
}