UNPKG

salespype-theme

Version:
46 lines (45 loc) 1.09 kB
{ "name": "salespype-theme", "version": "1.1.6", "description": "", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types.d.ts", "scripts": { "build": "rollup -c --bundleConfigAsCjs", "prepare": "npm run build" }, "keywords": [ "orangetoolz", "mui", "theme", "custom-theme" ], "author": "Muhammad Laam", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/nurulislam-ot/salespype-theme" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.3", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-typescript": "^11.1.2", "@types/react": "^18.2.15", "rollup": "^3.26.3", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.6.0", "typescript": "^5.1.6" }, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.1", "react": "^18.2.0" } }