{ "version": "0.1.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "react": ">=16", "styled-components": "~5.2.3" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "name": "@tesseract-design/viewfinder", "description": "Layout scaffolding for Web apps.", "author": "TheoryOfNekomata", "module": "dist/starter.esm.js", "size-limit": [ { "path": "dist/starter.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/starter.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^4.10.2", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "@types/styled-components": "^5.1.9", "husky": "^6.0.0", "react": "^17.0.2", "react-dom": "^17.0.2", "size-limit": "^4.10.2", "tsdx": "^0.14.1", "tslib": "^2.2.0", "typescript": "^4.2.4", "styled-components": "^5.2.3" } }