@ar-dacity/ardacity-landingbw
Version:
Black and white landing page component for Ardacity UI
35 lines (34 loc) • 1.06 kB
JSON
{
"name": "@ar-dacity/ardacity-landingbw",
"version": "0.1.0",
"description": "Black and white landing page component for Ardacity UI",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"keywords": ["react", "ui", "landing", "page", "fitness", "arweave"],
"author": "Ardacity",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"@ar-dacity/ardacity-headerbw": "^0.1.0",
"@ar-dacity/ardacity-bentobw": "^0.1.0",
"@ar-dacity/ardacity-footerbw": "^0.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"rollup": "^2.74.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.7.2"
}
}