@lit-labs/nextjs
Version:
Next.js Plugin for Lit SSR
72 lines (71 loc) • 1.46 kB
JSON
{
"name": "@lit-labs/nextjs",
"version": "0.2.4",
"publishConfig": {
"access": "public"
},
"description": "Next.js Plugin for Lit SSR",
"license": "BSD-3-Clause",
"author": "Google LLC",
"homepage": "https://github.com/lit/lit/tree/main/packages/labs/nextjs",
"repository": {
"type": "git",
"url": "git+https://github.com/lit/lit.git",
"directory": "packages/labs/nextjs"
},
"main": "index.js",
"typings": "index.d.ts",
"files": [
"/index.{d.ts,d.ts.map,js,js.map}",
"/lib/"
],
"dependencies": {
"@lit-labs/ssr-react": "^0.3.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"imports-loader": "^4.0.1"
},
"peerDependencies": {
"next": "13 || 14 || 15"
},
"scripts": {
"build": "wireit",
"build:ts": "wireit",
"test": "wireit"
},
"wireit": {
"build": {
"dependencies": [
"build:ts"
]
},
"build:ts": {
"command": "tsc --build --pretty",
"clean": "if-file-deleted",
"dependencies": [
"../ssr-react:build:ts"
],
"files": [
"src/**/*.ts",
"tsconfig.json"
],
"output": [
"index.{d.ts,d.ts.map,js,js.map}",
"lib/",
"tsconfig.tsbuildinfo"
]
},
"test": {
"command": "echo \"TODO\""
}
},
"keywords": [
"lit",
"lit-element",
"lit-ssr",
"next",
"nextjs",
"react",
"ssr",
"web components"
]
}