Files
skybridge/web-components/package.json
2025-08-31 23:27:52 -04:00

75 lines
2.0 KiB
JSON

{
"name": "@skybridge/web-components",
"version": "1.0.0",
"type": "module",
"description": "Shared component library for Skybridge microfrontends",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w",
"dev": "rollup -c -w",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"clean": "rimraf dist"
},
"dependencies": {
"@mantine/core": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@mantine/notifications": "^7.0.0",
"@mantine/form": "^7.0.0",
"@mantine/dates": "^7.0.0",
"@mantine/modals": "^7.0.0",
"@mantine/code-highlight": "^7.0.0",
"@tabler/icons-react": "^2.40.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"axios": "^1.11.0",
"dayjs": "^1.11.13"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@babel/preset-typescript": "^7.22.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"rollup": "^3.26.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"@rollup/plugin-terser": "^0.4.3",
"typescript": "^5.1.0",
"rimraf": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.0",
"eslint-plugin-react-hooks": "^4.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/skybridge.git",
"directory": "web-components"
},
"keywords": [
"react",
"components",
"mantine",
"typescript",
"skybridge",
"microfrontend"
],
"author": "Skybridge Team",
"license": "MIT"
}