@masa-dev/react-signage
Version:
This is a react library for signage.
51 lines • 1.07 kB
JSON
{
"name": "@masa-dev/react-signage",
"version": "3.5.9",
"description": "This is a react library for signage.",
"keywords": [
"react",
"signage",
"video",
"image"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"type": "module",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"author": "masa-dev",
"license": "MIT",
"dependencies": {
"@react-spring/web": "^9.7.5",
"axios": "^1.7.9",
"dexie": "^4.0.10",
"react-hot-toast": "^2.4.1"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"cpx": "^1.5.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5"
},
"scripts": {
"test": "jest",
"build": "tsc && pnpm run copy",
"dev": "tsc --watch & pnpm run copy:watch",
"copy": "cpx \"src/**/*.css\" dist",
"copy:watch": "cpx \"src/**/*.css\" dist --watch"
}
}