lune-ui-lib
Version:
Lune UI Components Library
92 lines (91 loc) • 3.13 kB
JSON
{
"name": "lune-ui-lib",
"version": "1.3.265",
"description": "Lune UI Components Library",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --silent",
"compile": "tsc --noEmit",
"build": "rollup -c",
"watch": "rollup -c -w",
"prepublishOnly": "",
"format": "prettier --write \"src/**/*.ts\"",
"prettier": "prettier --check \"src/**/*.ts\" \"src/**/*.tsx\"",
"lint": "yarn run eslint \"src/**/*.ts\" \"src/**/*.tsx\"",
"fix": "yarn run eslint --fix \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"storybook": "STORYBOOK_DISABLE_TELEMETRY=1 storybook dev -p 6006 -s public",
"build-storybook": "STORYBOOK_DISABLE_TELEMETRY=1 storybook build -s public",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"lune"
],
"author": "Lune Climate",
"license": "ISC",
"bugs": {
"url": "https://github.com/lune-climate/lune-ui-lib/issues"
},
"homepage": "https://github.com/lune-climate/lune-ui-lib#readme",
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/space-grotesk": "^5.0.2",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.13.3",
"prismjs": "^1.28.0",
"qrcode.react": "^3.1.0",
"react-markdown": "^8.0.3",
"react-number-format": "^4.9.3",
"react-window": "^1.8.8"
},
"devDependencies": {
"@babel/preset-react": "^7.24.7",
"@jest/globals": "^29.5.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-image": "^3.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@storybook/addon-actions": "^8.0.1",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/preview-api": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-webpack5": "^7.6.17",
"@storybook/testing-library": "^0.2.0",
"@types/jest": "^29.5.2",
"@types/prismjs": "^1.26.0",
"@types/react": "~18.3.1",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-numeric-input": "^2.2.4",
"@types/react-outside-click-handler": "^1.3.0",
"@types/react-window": "^1.8.5",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-storybook": "^0.6.11",
"lottie-web": "^5.9.1",
"npm-watch": "^0.13.0",
"react-docgen-typescript-plugin": "^1.0.8",
"react-indiana-drag-scroll": "^2.2.0",
"rollup": "^4.18.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-import-css": "^3.0.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^7.6.17"
},
"peerDependencies": {
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-scripts": "4.0.3"
}
}