UNPKG

@sb1/ffe-file-upload-react

Version:

Upload file button with validation and list of uploaded files.

50 lines (49 loc) 1.35 kB
{ "name": "@sb1/ffe-file-upload-react", "version": "100.9.0", "description": "Upload file button with validation and list of uploaded files.", "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-react": "^100.9.0", "@sb1/ffe-file-upload": "^100.9.0", "@sb1/ffe-form": "^100.9.0", "@sb1/ffe-icons-react": "^100.9.0", "classnames": "^2.3.1" }, "devDependencies": { "@sb1/ffe-buildtool": "^100.9.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependencies": { "react": ">=18.2.0" }, "publishConfig": { "access": "public" }, "gitHead": "41f20cf10bec5ebe53036c282690983d2114fb45" }