{ "name": "@modal-sh/iceform-next", "version": "0.0.0", "files": [ "dist", "src" ], "engines": { "node": ">=12" }, "license": "MIT", "keywords": [ "pridepack" ], "devDependencies": { "@types/testing-library__jest-dom": "^5.14.9", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^14.4.3", "@types/busboy": "^1.5.1", "@types/cookie": "^0.5.2", "@types/express": "^4.17.17", "@types/node": "^18.14.1", "@types/react": "^18.0.27", "@vitest/coverage-v8": "^0.33.0", "eslint": "^8.35.0", "eslint-config-lxsmnsyc": "^0.5.0", "express": "^4.18.2", "jsdom": "^21.1.0", "next": "13.4.19", "pridepack": "2.4.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "tslib": "^2.5.0", "typescript": "^4.9.5", "vitest": "^0.34.1" }, "peerDependencies": { "next": "13.4.19", "react": "^16.8 || ^17.0 || ^18.0", "react-dom": "^16.8 || ^17.0 || ^18.0" }, "scripts": { "prepublishOnly": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "clean": "pridepack clean", "watch": "pridepack watch", "start": "pridepack start", "dev": "pridepack dev", "test": "vitest" }, "private": false, "description": "Simple isomorphic forms for Next.", "repository": { "url": "https://code.modal.sh/modal-soft/isoform", "type": "git" }, "homepage": "https://code.modal.sh/modal-soft/isoform", "bugs": { "url": "https://code.modal.sh/modal-soft/isoform/issues" }, "author": "TheoryOfNekomata ", "publishConfig": { "access": "public" }, "dependencies": { "@theoryofnekomata/formxtra": "^1.0.3", "busboy": "^1.6.0", "fetch-ponyfill": "^7.1.0", "nookies": "^2.5.2", "seroval": "^0.9.0" }, "types": "./dist/types/index.d.ts", "main": "./dist/cjs/production/index.js", "module": "./dist/esm/production/index.js", "exports": { ".": { "development": { "require": "./dist/cjs/development/index.js", "import": "./dist/esm/development/index.js" }, "require": "./dist/cjs/production/index.js", "import": "./dist/esm/production/index.js", "types": "./dist/types/index.d.ts" } }, "typesVersions": { "*": {} } }