{
  "name": "@sprinklrjs/spaceweb-themes",
  "version": "14.11.4",
  "description": "Sprinklr's Spaceweb theme library",
  "main": "./index.js",
  "scripts": {
    "build-cheatsheet": "npx ts-node scripts/cheatsheetConfig/build",
    "build": "npx ts-node ./scripts/buildTheme && yarn build-cheatsheet && yarn copy-package.json",
    "copy-package.json": "cp package.json dist/",
    "build:theme": "npx ts-node ./scripts/buildTheme --log-error",
    "build:test-css": "npx ts-node ./scripts/buildTheme/buildTestCss.ts --log-error",
    "tsc": "tsc"
  },
  "author": "Sprinklr, Inc.",
  "license": "ISC",
  "devDependencies": {
    "@tailwindcss/line-clamp": "^0.2.2",
    "clean-css": "^4.2.3",
    "lodash": "4.18.1",
    "postcss": "^7.0.27",
    "postcss-js": "^2.0.3",
    "tailwindcss": "~3.4.1",
    "tailwindcss-legacy": "npm:tailwindcss@~1.9.0"
  },
  "dependencies": {
    "country-flag-emoji-polyfill": "0.1.6"
  }
}
