UNPKG

convertupleads-theme

Version:
52 lines (51 loc) 1.29 kB
{ "name": "convertupleads-theme", "version": "0.2.6", "description": "Theme style guide for Convert Up Leads", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "prepare": "npm run build", "prettier": "prettier . --write" }, "keywords": [ "orangetoolz", "mui", "theme", "custom-theme" ], "author": "Orangetoolz", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/ConvertUpLeads/convertupleads-theme" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/react": "^18.2.15", "prettier": "^3.0.0", "react": "^18.3.1", "rollup": "^4.13.2", "rollup-plugin-css-only": "^4.5.2", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "tslib": "^2.6.0", "typescript": "^5.1.6" }, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^5.14.1", "@rehookify/datepicker": "^6.5.0", "react-dropzone": "^14.2.3", "react-quill": "^2.0.0", "react-select": "^5.7.4" } }