{
  "name": "@reactml/loader",
  "version": "0.1.3",
  "description": "Webpack loader for react markup language.",
  "main": "src/rml-loader.js",
  "scripts": {
    "lint": "eslint --cache --ext .js ./src",
    "lint:fix": "eslint --cache --ext .js ./src --fix",
    "start": "webpack-dev-server --config example/webpack.config.js",
    "test": "jest --logHeapUsage --detectOpenHandles",
    "prepublish": "npm run lint && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ReactML/rml-loader.git"
  },
  "files": [
    "src"
  ],
  "keywords": [
    "rml"
  ],
  "author": "RaxTeam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ReactML/rml-loader/issues"
  },
  "homepage": "https://github.com/ReactML/rml-loader#readme",
  "dependencies": {
    "@babel/core": "^7.7.7",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-proposal-decorators": "^7.7.4",
    "@babel/plugin-proposal-export-default-from": "^7.7.4",
    "@babel/plugin-proposal-export-namespace-from": "^7.7.4",
    "@babel/plugin-proposal-function-bind": "^7.7.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
    "@babel/plugin-proposal-optional-chaining": "^7.7.5",
    "@babel/plugin-syntax-dynamic-import": "^7.7.4",
    "@babel/plugin-transform-runtime": "^7.7.6",
    "@babel/preset-env": "^7.7.7",
    "@babel/preset-flow": "^7.7.4",
    "@babel/preset-react": "^7.7.4",
    "@babel/types": "^7.7.4",
    "babel-merge": "^3.0.0",
    "babel-plugin-minify-dead-code-elimination": "^0.5.1",
    "babel-plugin-transform-jsx-class": "^0.1.3",
    "babel-plugin-transform-jsx-condition": "^0.1.2",
    "babel-plugin-transform-jsx-fragment": "^0.1.3",
    "babel-plugin-transform-jsx-list": "^0.1.2",
    "babel-plugin-transform-jsx-memo": "^0.1.3",
    "babel-plugin-transform-jsx-slot": "^0.1.1",
    "babel-plugin-transform-jsx-stylesheet": "^0.6.9",
    "babel-runtime-jsx-plus": "^0.1.4",
    "chalk": "^3.0.0",
    "htmlparser2": "^3.10.1",
    "loader-utils": "^1.2.3",
    "stylesheet-loader": "^0.6.10"
  },
  "peerDependencies": {
    "webpack": "^4.42.0"
  },
  "devDependencies": {
    "@alifd/next": "^1.19.18",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^25.2.4",
    "css-loader": "^3.4.2",
    "eslint": "^6.8.0",
    "eslint-config-rax": "^0.0.3",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-module": "^0.0.1",
    "eslint-plugin-react": "^7.19.0",
    "hash-sum": "^2.0.0",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^25.1.0",
    "moment": "^2.24.0",
    "node-sass": "^4.13.1",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "sass-loader": "^8.0.2",
    "style-loader": "^1.1.3",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
