@lynx-js/react-webpack-plugin
Version:
A webpack plugin for ReactLynx
67 lines • 1.66 kB
JSON
{
"name": "@lynx-js/react-webpack-plugin",
"version": "0.6.10",
"description": "A webpack plugin for ReactLynx",
"keywords": [
"webpack",
"Lynx",
"ReactLynx"
],
"repository": {
"type": "git",
"url": "https://github.com/lynx-family/lynx-stack.git",
"directory": "packages/webpack/react-webpack-plugin"
},
"license": "Apache-2.0",
"author": {
"name": "Qingyu Wang",
"email": "colinwang.0616@gmail.com"
},
"type": "module",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"types": "./lib/index.d.ts",
"files": [
"lib",
"!lib/**/*.js.map",
"CHANGELOG.md",
"README.md"
],
"dependencies": {
"tiny-invariant": "^1.3.3",
"@lynx-js/webpack-runtime-globals": "0.0.5"
},
"devDependencies": {
"@microsoft/api-extractor": "7.51.1",
"@rspack/core": "1.3.0-beta.1",
"css-loader": "^7.1.2",
"swc-loader": "^0.2.6",
"webpack": "^5.98.0",
"@lynx-js/css-extract-webpack-plugin": "0.5.2",
"@lynx-js/react": "0.106.2",
"@lynx-js/template-webpack-plugin": "0.6.7",
"@lynx-js/test-tools": "0.0.0",
"@lynx-js/vitest-setup": "0.0.0"
},
"peerDependencies": {
"@lynx-js/react": "^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0",
"@lynx-js/template-webpack-plugin": "^0.4.0 || ^0.5.0 || ^0.6.0"
},
"peerDependenciesMeta": {
"@lynx-js/react": {
"optional": true
}
},
"engines": {
"node": ">=18"
},
"scripts": {
"api-extractor": "api-extractor run --verbose",
"test": "pnpm -w run test --project webpack/react"
}
}