alchemy-tech-ui
Version:
react component library for alchemy apps
76 lines (75 loc) • 2.57 kB
JSON
{
"name": "alchemy-tech-ui",
"version": "3.4.2",
"description": "react component library for alchemy apps",
"author": "Matt Martin <matt.martin0108@gmail.com> (https://www.linkedin.com/in/matthew-martin0108/)",
"keywords": [
"react",
"styled-components",
"mac",
"components",
"alchemy"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"/dist"
],
"engine": {
"node": "18",
"npm": ">=8 <=9"
},
"scripts": {
"build": "rm -rf dist && rollup --config",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tiny-popover": "^7.2.4",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.10",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-proposal-optional-chaining": "^7.18.9",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.18.6",
"@babel/plugin-transform-block-scoping": "^7.18.9",
"@babel/plugin-transform-classes": "^7.18.9",
"@babel/plugin-transform-destructuring": "^7.18.9",
"@babel/plugin-transform-for-of": "^7.18.8",
"@babel/plugin-transform-parameters": "^7.18.8",
"@babel/plugin-transform-shorthand-properties": "^7.18.6",
"@babel/plugin-transform-spread": "^7.18.9",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^17.0.53",
"@types/styled-components": "^5.1.26",
"react-tiny-popover": "^7.2.4",
"rollup": "^3.20.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-react-svg": "^3.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.2"
},
"peerDependencies": {
"react-tiny-popover": "^7.2.4",
"styled-components": "^5.3.9"
}
}