@sb1/ffe-buttons-react
Version:
React implementation of ffe-buttons
49 lines (48 loc) • 1.26 kB
JSON
{
"name": "@sb1/ffe-buttons-react",
"version": "24.4.0",
"description": "React implementation of ffe-buttons",
"keywords": [
"ffe"
],
"license": "MIT",
"author": "SpareBank 1",
"files": [
"lib",
"es",
"types"
],
"main": "lib/index.js",
"module": "es/index.js",
"types": "types/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "ssh://git@github.com:SpareBank1/designsystem.git"
},
"scripts": {
"build": "ffe-buildtool tsc",
"build:es": "ffe-buildtool tsc --es",
"lint": "echo \"Linting handled at root level with oxlint\"",
"test": "ffe-buildtool jest",
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-buttons": "^21.3.11",
"@sb1/ffe-icons-react": "^12.0.5",
"classnames": "^2.3.1"
},
"devDependencies": {
"@sb1/ffe-buildtool": "^0.10.1",
"eslint": "^9.22.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"react": ">=18.2.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a15ce00b1d8b75c28eaf29e153e76c139bf4204d"
}