second
Version:
Build React components with server-only data requirements, then rehydrate them on the client to provide interactivity and event bindings.
35 lines (34 loc) • 928 B
JSON
{
"name": "second",
"version": "1.7.0",
"description": "Build React components with server-only data requirements, then rehydrate them on the client to provide interactivity and event bindings.",
"keywords": [
"second",
"preact",
"react",
"dehydrate",
"hydrate"
],
"main": "lib/index.js",
"module": "src/index.js",
"scripts": {
"build": "npm run babel",
"babel": "babel src -d lib",
"test": "npm run eslint",
"eslint": "eslint --fix bin/ src/",
"prepare": "npm run build"
},
"author": "Joseph Wynn <joseph@wildlyinaccurate.com>",
"license": "MIT",
"dependencies": {
"second-container": "^1.7.0",
"second-dehydrator": "^1.7.0",
"second-fetcher": "^1.7.0",
"second-renderer": "^1.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wildlyinaccurate/second.git"
},
"gitHead": "6abaf756b3019d7d8f519c1fee98357541f04160"
}