{
  "name": "suprim-ui",
  "version": "1.7.2",
  "author": "Suprim Golay",
  "description": "Modern and Minimalist React Component Library.",
  "main": "build/index.js",
  "module": "build/index.modern.js",
  "types": "types/index.d.ts",
  "scripts": {
    "start": "react-scripts start",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "clean": "rm -rf dist build types core",
    "prebuild": "npm run clean",
    "build:types": "tsc --project tsconfig.production.json",
    "build:compile": "NODE_ENV=production babel src/lib --extensions \".ts,.tsx\" --out-dir core ",
    "build:rollup": "rollup -c",
    "build:copy": "cp package.json dist/ && cp README.md dist/",
    "build": "npm run build:types && npm run build:compile && npm run build:rollup",
    "prepare": "npm run build"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.13.0",
    "@babel/preset-env": "^7.13.9",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.12.1",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@rollup/plugin-typescript": "^8.2.0",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.5",
    "@testing-library/user-event": "^12.8.1",
    "@types/jest": "^26.0.20",
    "@types/node": "^12.20.4",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.1",
    "@types/styled-components": "^5.1.7",
    "babel-plugin-styled-components": "^1.12.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "^4.0.3",
    "rollup": "^2.41.5",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^5.3.1",
    "sass": "^1.32.13",
    "typescript": "^4.2.4"
  },
  "files": [
    "/core",
    "/types",
    "/build"
  ],
  "homepage": "https://suprim.org.np",
  "dependencies": {
    "styled-components": "^5.3.0"
  },
  "license": "MIT",
  "keywords": [
    "React",
    "NextJs",
    "Styled Components",
    "Component Library",
    "Suprim Golay"
  ]
}