shareon-pulsanti-condivisio.../package.json

93 lines
2.2 KiB
JSON

{
"name": "shareon",
"version": "1.6.2",
"description": "Lightweight, stylish and ethical share buttons for popular social networks",
"license": "MIT",
"homepage": "https://shareon.js.org",
"keywords": [
"share buttons",
"sharing",
"social networks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kytta/shareon.git"
},
"bugs": {
"url": "https://github.com/kytta/shareon/issues"
},
"author": {
"name": "Nikita Karamov",
"email": "me@kytta.dev",
"url": "https://www.kytta.dev"
},
"main": "./dist/shareon.cjs",
"module": "./dist/shareon.mjs",
"unpkg": "./dist/shareon.min.js",
"exports": {
"require": "./dist/shareon.cjs",
"import": "./dist/shareon.mjs"
},
"files": [
"dist"
],
"scripts": {
"build": "rollup --config",
"build:dev": "cross-env NODE_ENV=development rollup --config",
"dev": "cross-env NODE_ENV=development rollup --config --watch",
"lint": "eslint src/*.js",
"release": "np",
"size": "size-limit",
"test": "pnpm run lint && pnpm run build && pnpm run size",
"postversion": "pnpm run build"
},
"devDependencies": {
"@nickkaramoff/rollup-plugin-consts": "^1.1.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-strip": "^2.0.1",
"@size-limit/preset-small-lib": "^5.0.1",
"autoprefixer": "^10.2.6",
"browserslist": "^4.16.6",
"cross-env": "^7.0.3",
"cssnano": "^5.0.6",
"eslint": "^7.18.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"np": "^7.2.0",
"postcss": "^8.2.4",
"postcss-banner": "^4.0.1",
"postcss-calc": "^8.0.0",
"postcss-css-variables": "^0.18.0",
"postcss-mixins": "^8.1.0",
"rollup": "^2.36.2",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"size-limit": "^5.0.1"
},
"size-limit": [
{
"limit": "7 KB",
"path": "./dist/shareon.min.css",
"webpack": false
},
{
"limit": "1 KB",
"path": "./dist/shareon.min.js",
"webpack": false
},
{
"limit": "1 KB",
"path": [
"./dist/shareon.cjs"
]
},
{
"limit": "1 KB",
"path": [
"./dist/shareon.mjs"
]
}
],
"dependencies": {}
}