{
  "name": "neo-design",
  "version": "3.0.31",
  "description": "Neoflex Design",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "files": [
    "lib",
    "dist",
    "icons"
  ],
  "scripts": {
    "tsc": "tsc",
    "compile": "gulp",
    "prepublishOnly": "npm run compile",
    "storybook": "start-storybook -p 9002 -c .storybook"
  },
  "author": "Suvorova Anna",
  "license": "MIT",
  "dependencies": {
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "antd": "4.11.2",
    "gulp": "4.0.2",
    "gulp-typescript": "5.0.1",
    "gulp-less": "^4.0.1",
    "ts-loader": "^8.0.15",
    "less-loader": "^6.2.0",
    "uuid": "9.0.0"
  },
  "devDependencies": {
    "@storybook/react": "^5.3.19",
    "@storybook/theming": "6.0.21",
    "@storybook/addons": "6.0.21",
    "@types/classnames": "2.2.8",
    "@types/node": "14.0.25",
    "@types/puppeteer": "3.0.0",
    "@types/react": "^17.0.1",
    "@types/react-color": "3.0.1",
    "@types/react-dom": "^17.0.0",
    "@types/styled-components": "5.1.1",
    "@types/tinycolor2": "1.4.1",
    "@svgr/webpack": "^5.5.0",
    "babel-loader": "^8.1.0",
    "classnames": "^2.2.6",
    "neo-icon": "1.0.114",
    "react": "^17.0.1",
    "react-docgen-typescript-loader": "^3.7.2",
    "react-dom": "^17.0.1",
    "react-scripts": "^4.0.2",
    "typescript": "^4.1.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hedaira/neo-design.git"
  },
  "bugs": {
    "url": "https://github.com/hedaira/neo-design/issues"
  },
  "homepage": "https://github.com/hedaira/neo-design#readme",
  "directories": {
    "lib": "lib"
  },
  "types": "./lib\\index.d.ts"
}
