{
  "name": "bfo-design-system",
  "version": "1.4.0",
  "description": "",
  "module": "dist/bfo-design-system.js",
  "scripts": {
    "build:js": "babel --source-maps --extensions .tsx,.ts --out-dir dist/ src/",
    "build:css": "node ./scripts/build-css.js",
    "build:knapsack": "knapsack build",
    "build:types": "tsc",
    "copy-assets": "cp ./knapsack-public/assets/dist/* dist",
    "serve:knapsack": "knapsack serve",
    "start:knapsack": "knapsack start",
    "build:tokens": "style-dictionary build --config ./style-dictionary.config.js",
    "build": "export NODE_ENV=production && run-s build:tokens build:css build:js build:types build:knapsack",
    "predev": "yarn build:tokens",
    "fix": "yarn lint:js --fix",
    "lint:js": "eslint --ext .js,.jsx,.ts,.tsx,.mjs --ignore-pattern '!.*' .",
    "dev": "run-p watch:*",
    "start": "NODE_ENV=production KNAPSACK_PORT=${PORT} knapsack serve",
    "now-build": "yarn build",
    "prepublishOnly": "yarn build && yarn copy-assets",
    "watch:tokens": "nodemon --watch ./src/design-tokens --exec 'yarn build:tokens'",
    "watch:knapsack": "nodemon --watch ./dist/knapsack-design-tokens.json --watch ./knapsack.config.js --exec 'knapsack start'",
    "watch:css": "nodemon --watch ./src --ext scss --exec 'yarn build:css'",
    "test": "run-s lint:js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "classnames": "^2.2.6",
    "react": "^16.13.0",
    "react-table": "^7.0.0"
  },
  "engines": {
    "node": ">=10.0.0 || >=12.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.7.7",
    "@babel/preset-env": "^7.7.7",
    "@babel/preset-react": "^7.7.4",
    "@babel/preset-typescript": "^7.7.7",
    "@knapsack/app": "^2.0.0-beta.53",
    "@knapsack/plugin-changelog-md": "^2.0.0-beta.47",
    "@knapsack/renderer-react": "^2.0.0-beta.49",
    "@semantic-release/changelog": "^3.0.4",
    "@semantic-release/commit-analyzer": "^6.2.0",
    "@semantic-release/git": "^7.0.16",
    "@semantic-release/github": "^5.4.0",
    "@semantic-release/npm": "^5.1.13",
    "@semantic-release/release-notes-generator": "^7.2.1",
    "@types/react-table": "^7.0.12",
    "@typescript-eslint/eslint-plugin": "^2.4.0",
    "@typescript-eslint/parser": "^2.4.0",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.10.0",
    "eslint-import-resolver-typescript": "^2.0.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jsdoc": "^15.11.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.18.3",
    "eslint-plugin-react-hooks": "^2.5.0",
    "node-sass-magic-importer": "^5.3.2",
    "nodemon": "^2.0.2",
    "normalize-scss": "^7.0.1",
    "now": "^16.7.0",
    "npm-run-all": "^4.1.5",
    "prop-types": "^15.7.2",
    "react-dom": "^16.12.0",
    "sass": "^1.26.2",
    "semantic-release": "^17.0.4",
    "style-dictionary": "^2.8.3",
    "svg-inline-loader": "^0.8.2",
    "typescript": "^3.8.2",
    "typescript-eslint-parser": "^22.0.0",
    "webpack": "^4.41.4",
    "webpack-cli": "^3.3.10"
  }
}
