UNPKG

@monday-style/monday-style

Version:
92 lines (91 loc) 3.17 kB
{ "name": "@monday-style/monday-style", "version": "0.1.187", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": { "auto:bump-patch": "node scripts/autobump_patch.js", "auto:bump-minor": "node scripts/autobump_minor.js", "auto:bump-major": "node scripts/autobump_major.js", "test": "npm run build && npm run test:without-build", "test:without-build": "jest", "validate-icons": "node scripts/validate-meta.js && node scripts/validate-icons-colors.js", "generate-meta": "node scripts/generate-meta.js", "compile-styles": "sass --style=expanded ./src/index.scss dist/index.css", "copy-public-mixins": "scripts/copy-public-folder.sh mixins", "copy-public-functions": "scripts/copy-public-folder.sh functions", "copy-files": "cp -r src/files/ dist/", "css-minify": "cleancss --level 1 --format breaksWith=lf --output dist/index.min.css dist/index.css", "build": "npm run compile-styles && npm run css-minify && npm run copy-files && npm run copy-public-mixins && npm run copy-public-functions", "plop": "plop", "changelog": "./scripts/changelog.js", "stylelint": "stylelint \"**/*.scss\"", "stylelint:fix": "stylelint \"**/*.scss\" --fix", "fix-lint": "prettier --write \"{,!(node_modules)/**/}*.{js,jsx,ts,tsx,scss}\"", "pre-release": "./scripts/prerelease.js", "storybook": "storybook dev -p 7006", "build-storybook": "storybook build" }, "peerDependencies": { "prop-types": "^15.7.2", "react": ">=16.9.0", "stylelint": "^14.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/mondaycom/monday-ui-style.git" }, "keywords": [ "CSS", "THEMES" ], "author": "monday.com", "license": "MIT", "files": [ "src/", "dist/", "stylelint-config/" ], "bugs": { "url": "https://github.com/mondaycom/monday-ui-style/issues" }, "homepage": "https://github.com/mondaycom/monday-ui-style#readme", "dependencies": { "postcss": "8.4.4", "postcss-scss": "^4.0.3", "postcss-value-parser": "4.1.0", "stylelint": "^14.2.0" }, "devDependencies": { "@babel/preset-env": "^7.22.9", "@babel/preset-react": "^7.22.5", "@babel/preset-typescript": "^7.22.5", "@storybook/addon-essentials": "^7.1.1", "@storybook/addon-interactions": "^7.1.1", "@storybook/addon-links": "^7.1.1", "@storybook/addon-styling": "^1.3.4", "@storybook/blocks": "^7.1.1", "@storybook/manager-api": "^7.1.1", "@storybook/react": "^7.1.1", "@storybook/react-webpack5": "^7.1.1", "@storybook/testing-library": "^0.2.0", "@storybook/theming": "^7.1.1", "@types/jest": "^27.4.1", "changelog": "^1.4.2", "chromatic": "^6.20.0", "classnames": "^2.3.2", "clean-css-cli": "^4.3.0", "execa": "^5.1.1", "jest": "^27.5.1", "node-plop": "^0.26.2", "plop": "^2.7.4", "prettier": "^2.0.5", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.63.6", "storybook": "^7.1.1", "stylelint-config-recommended-scss": "^6.0.0", "vibe-storybook-components": "^0.1.0" } }