UNPKG

@thisisagile/easy-react

Version:

Straightforward library building micro applications in react

56 lines (55 loc) 1.5 kB
{ "name": "@thisisagile/easy-react", "version": "17.12.2", "description": "Straightforward library building micro applications in react", "author": "Sander Hoogendoorn", "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "git@github.com:thisisagile/easy.git" }, "keywords": [ "typescript", "microapps", "domain-driven-design", "evolutionary-architecture", "react" ], "scripts": { "lint": "yarn g:eslint . --ext .js,.jsx,.ts,.tsx --fix", "format": "yarn g:prettier --check --write src test *.json", "build": "yarn g:tsc", "build:tsup": "yarn g:tsup --onSuccess \"yarn g:tsc --emitDeclarationOnly --declaration\"", "postbuild": "copyfiles -u 1 src/**/*.scss dist", "test": "yarn g:jest --coverage", "prepack": "yarn g:copy-readme", "demo": "cd demo && next dev -p 3001" }, "sideEffects": false, "files": [ "dist", "src" ], "publishConfig": { "access": "public" }, "devDependencies": { "@thisisagile/easy-test": "*", "@thisisagile/easy-test-react": "*", "@types/copyfiles": "^2.4.4", "copyfiles": "^2.4.1", "jest-environment-jsdom": "^29.7.0", "jest-transform-stub": "^2.0.0", "next": "^14.2.24", "next-transpile-modules": "^10.0.0" }, "dependencies": { "@thisisagile/easy": "^17.12.2", "react": "^18.3.1", "react-dom": "^18.3.1", "sass": "^1.80.3" } }