UNPKG

aliaset

Version:
59 lines (58 loc) 1.36 kB
{ "name": "@twind/with-next", "version": "1.0.1", "description": "Seamless integration of Twind in a Next.js project", "publishConfig": { "access": "public", "directory": "dist", "targets": { "// No browser global build": "", "script": false } }, "keywords": [ "twind", "twind-with", "tailwind", "tailwindcss", "tw-in-js", "tailwind-in-js", "next", "nextjs" ], "type": "module", "// The 'module', 'unpkg' and 'types' fields are added by distilt": "", "// Each entry is expanded into several bundles (types, esnext, module, script, node, and default)": "", "exports": { "./app": "./src/app.ts", "./document": "./src/document.ts", "./package.json": "./package.json" }, "// These are relative from within the dist/ folder": "", "sideEffects": false, "typedoc": { "entryPoint": "./index.d.ts" }, "peerDependencies": { "@twind/core": "^1.0.1", "next": "12.x", "react": "^16.6.0 || 17.x || 18.x", "typescript": "^4.8.4" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "devDependencies": { "@twind/core": "^1.0.1", "@types/react": "^17.0.52", "next": "^12.3.3", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.8.4" }, "scripts": { "build": "distilt" } }