@cloudflare/style-nextjs
Version:
Cloudflare Style Next.js Integration
34 lines (33 loc) • 895 B
JSON
{
"name": "@cloudflare/style-nextjs",
"description": "Cloudflare Style Next.js Integration",
"version": "1.1.241",
"main": "lib/index.js",
"module": "es/index.js",
"jsnext:main": "es/index.js",
"author": "Vojtech Miksu <vojtech@cloudflare.com>",
"license": "BSD-3-Clause",
"publishConfig": {
"registry": "http://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@cloudflare/style-provider": "^1.2.242",
"fela-dom": "^8.0.0",
"prop-types": "^15.6.0"
},
"peerDependencies": {
"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"
},
"gitHead": "ab36c9a5417608287419c8bd93a8e13a1812ee63"
}