@swrpg-online/react-dice
Version:
React components for displaying Star Wars RPG narrative and numeric dice assets
59 lines (58 loc) • 1.51 kB
JSON
{
"name": "@swrpg-online/react-dice",
"version": "0.4.3",
"description": "React components for displaying Star Wars RPG narrative and numeric dice assets",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "jest",
"lint": "eslint src --ext .ts,.tsx",
"prepare": "npm run build"
},
"keywords": [
"react",
"star-wars",
"rpg",
"dice",
"swrpg",
"narrative-dice"
],
"author": "SWRPG Online",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-url": "^8.0.2",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"raw-loader": "^4.0.2",
"rollup": "^4.13.0",
"ts-jest": "^29.3.0",
"tslib": "^2.6.2",
"typescript": "^5.4.2"
},
"dependencies": {
"@swrpg-online/art": "^0.3.0"
}
}