UNPKG

@cloudflare/style-nextjs

Version:

Cloudflare Style Next.js Integration

32 lines 813 B
{ "name": "@cloudflare/style-nextjs", "description": "Cloudflare Style Next.js Integration", "version": "3.0.11", "main": "lib/index.js", "module": "es/index.js", "author": "Vojtech Miksu <vojtech@cloudflare.com>", "license": "BSD-3-Clause", "publishConfig": { "access": "public", "main": "lib/index.js", "module": "es/index.js" }, "dependencies": { "fela-dom": "^8.0.0", "prop-types": "^15.6.0" }, "peerDependencies": { "@cloudflare/style-provider": "^3.0.0", "react": "^15.0.0-0 || ^16.0.0-0 || ^17.0.0-0" }, "stratus": { "srcDirectory": "./src", "isStandAloneApp": false, "autoGeneratedReadme": true }, "scripts": { "test": "stratus test", "test-coverage": "stratus test --coverage", "test-watch": "stratus test --watch" } }