UNPKG

@groww-tech/mint-css

Version:

A CSS library that provides classes, tokens, variables, fonts and other essential stylings governed under MINT design system, used by Groww

66 lines 1.9 kB
{ "name": "@groww-tech/mint-css", "version": "0.3.1", "description": "A CSS library that provides classes, tokens, variables, fonts and other essential stylings governed under MINT design system, used by Groww", "main": "./dist/bundle.css", "files": [ "/dist" ], "repository": { "type": "git", "url": "https://github.com/Groww-OSS/webster.git" }, "keywords": [ "mint-css", "css", "groww", "style" ], "author": "Groww Core Team <web-core@groww.in>", "contributors": [ { "name": "Vikas Singh", "url": "https://www.linkedin.com/in/vikas-singh-76261517/" }, { "name": "Shubham Gavali", "url": "https://www.linkedin.com/in/shubhamgavali" }, { "name": "Akshay Naik", "url": "https://www.linkedin.com/in/akshay-naik-004a2b211" }, { "name": "Prashant Adhikari", "url": "https://www.linkedin.com/in/prashantadhikari753" }, { "name": "Shivesh Raj Nigam", "url": "https://www.linkedin.com/in/shiveshrajnigam/" }, { "name": "Vishwa Gaurav", "url": "https://www.linkedin.com/in/VishwaGauravIn" }, { "name": "Saloni Seth", "url": "https://www.linkedin.com/in/saloni-seth" } ], "license": "MIT", "devDependencies": { "postcss": "8.4.21", "postcss-import": "14.0.2", "postcss-loader": "7.3.3", "rollup": "2.45.2", "rollup-plugin-copy": "3.4.0", "rollup-plugin-postcss": "4.0.0" }, "dependencies": { "postcss-url": "^10.1.3" }, "scripts": { "build": "rm -rf dist theme && node generateDesignSystem.js && pnpm rollup -c", "pushTags": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag -a v$PACKAGE_VERSION -m \"@groww-tech/mint-css-v$PACKAGE_VERSION\" && git push --tags" } }