website-common-page
Version:
Common website pages components, such as terms of service, privacy policy, and contact us.
41 lines (40 loc) • 947 B
JSON
{
"name": "website-common-page",
"version": "1.0.2",
"description": "Common website pages components, such as terms of service, privacy policy, and contact us.",
"main": "dist/index.esm.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"type": "module",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"terms",
"privacy",
"cookie",
"contact"
],
"author": "",
"license": "MIT",
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"rollup": "^4.35.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
}
}