{ "name": "@freesewing/react-components", "version": "3.3.0-rc.1", "description": "React components by/for FreeSewing", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", "repository": "github:freesewing/freesewing", "license": "MIT", "bugs": { "url": "https://github.com/freesewing/freesewing/issues" }, "funding": { "type": "individual", "url": "https://freesewing.org/patrons/join" }, "keywords": [ "freesewing", "freesewing" ], "type": "module", "module": "dist/index.mjs", "exports": { ".": { "internal": "./src/index.mjs", "default": "./dist/index.mjs" }, "./linedrawings": "./src/linedrawings/index.mjs", "./pattern": "./src/pattern/index.mjs", "./xray": "./src/pattern-xray/index.mjs" }, "scripts": { "build": "node build.mjs", "build:all": "yarn build", "clean": "rimraf dist", "mbuild": "NO_MINIFY=1 node build.mjs", "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "test": "echo \"react-components: No tests configured. Perhaps you could write some?\" && exit 0", "vbuild": "VERBOSE=1 node build.mjs", "lab": "cd ../../sites/lab && yarn start", "tips": "node ../../scripts/help.mjs", "lint": "eslint 'src/**/*.mjs'", "wbuild": "node build.mjs", "wbuild:all": "yarn wbuild" }, "peerDependencies": { "react": "^18.2.0" }, "dependencies": { "axios": "1.7.2", "html-react-parser": "^5.0.7", "nuqs": "^1.17.6", "react-markdown": "^9.0.1", "use-local-storage-state": "19.1.0", "use-session-storage-state": "^19.0.0" }, "devDependencies": {}, "files": [ "dist/*", "README.md" ], "publishConfig": { "access": "public", "tag": "next" }, "engines": { "node": ">= 18.17.0 <22" } }