UNPKG

@borja-brookvdk/elemental

Version:
44 lines (43 loc) 1.17 kB
{ "name": "@borja-brookvdk/elemental", "version": "0.1.1", "description": "Elemental components", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "npm-publish": "npm publish", "build": "npx rollup -c", "build-updateLink": "npx rollup -c & npm link" }, "repository": { "type": "git", "url": "git+https://github.com/brookvdk/elemental.git" }, "keywords": [ "components", "elemental", "web" ], "author": "BrookVDK", "license": "ISC", "bugs": { "url": "https://github.com/brookvdk/elemental/issues" }, "homepage": "https://github.com/brookvdk/elemental#readme", "dependencies": { "-": "^0.0.1", "@babel/preset-env": "^7.25.4", "@babel/preset-react": "^7.24.7", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mui/material": "^6.0.2", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "react": "^18.3.1", "react-dom": "^18.3.1", "rollup": "^4.21.2", "rollup-plugin-postcss": "^4.0.2", "save-dev": "^0.0.1-security" } }