{
  "name": "ssr-ui-components",
  "version": "0.0.3",
  "license": "UNLICENSED",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "@ssr:registry": " https://192.168.2.141:20080/api/v4/projects/147/packages/npm/"
  },
  "author": {
    "name": "ssr",
    "email": "support@ssrinc.co.kr",
    "url": "https://192.168.2.141:20080/lab/ssr-ui-components"
  },
  "dependencies": {
    "@types/node": "^17.0.24",
    "@types/react": "^18.0.5",
    "@types/react-dom": "^18.0.1",
    "axios": "^0.26.1",
    "classnames": "^2.3.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "react-router-dom": "^6.3.0",
    "react-scripts": "5.0.1",
    "sass": "^1.50.0",
    "styled-components": "^5.3.5",
    "typescript": "^4.6.3",
    "web-vitals": "^2.1.4"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "story": "start-storybook -p 6006 -s public",
    "copy-files": "copyfiles -u 2 -s src/lib/**/*.scss src/lib/**/*.svg ./dist",
    "tsc": "rm -rf ./dist && tsc"
  },
  "babel": {
    "presets": [
      "@babel/preset-react"
    ]
  },
  "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.17.6",
    "@babel/preset-react": "^7.16.7",
    "@types/classnames": "^2.3.1",
    "@types/history": "^4.7.11",
    "@types/lodash": "^4.14.181",
    "@types/react-router-dom": "^5.3.3",
    "@types/styled-components": "^5.1.25",
    "@types/webpack": "^5.28.0",
    "copyfiles": "^2.4.1"
  }
}
