UNPKG

@lynx-js/template-webpack-plugin

Version:

Simplifies creation of Lynx template files to serve your webpack bundles

57 lines 1.42 kB
{ "name": "@lynx-js/template-webpack-plugin", "version": "0.8.5", "description": "Simplifies creation of Lynx template files to serve your webpack bundles", "keywords": [ "webpack", "Lynx" ], "repository": { "type": "git", "url": "https://github.com/lynx-family/lynx-stack.git", "directory": "packages/webpack/template-webpack-plugin" }, "license": "Apache-2.0", "author": { "name": "Qingyu Wang", "email": "colinwang.0616@gmail.com" }, "type": "module", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.js" }, "./package.json": "./package.json" }, "types": "./lib/index.d.ts", "files": [ "lib", "!lib/**/*.js.map", "CHANGELOG.md", "README.md" ], "dependencies": { "@lynx-js/tasm": "0.0.17", "@rspack/lite-tapable": "1.0.1", "css-tree": "^3.1.0", "object.groupby": "^1.0.3", "@lynx-js/css-serializer": "0.1.3", "@lynx-js/webpack-runtime-globals": "^0.0.6" }, "devDependencies": { "@microsoft/api-extractor": "7.52.11", "@types/css-tree": "^2.3.10", "@types/object.groupby": "^1.0.4", "webpack": "^5.101.3", "@lynx-js/test-tools": "0.0.0", "@lynx-js/vitest-setup": "0.0.0" }, "engines": { "node": ">=18" }, "scripts": { "api-extractor": "api-extractor run --verbose", "test": "pnpm vitest --project webpack/template" } }