{
  "name": "mainichi-tango",
  "version": "1.4.1",
  "author": "Yao Wang <tim.wangyao@gmail.com>",
  "license": "MIT",
  "scripts": {
    "dev": "parcel dev src/index.html",
    "format": "prettier --write src/",
    "build": "parcel build src/index.html -d build --no-content-hash --no-source-maps",
    "prepack": "node script/prepack.js",
    "pack": "7z a packed.zip .\\build\\*"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@types/chrome": "^0.0.124",
    "@types/react": "^16.9.50",
    "@types/react-dom": "^16.9.8",
    "@types/styled-components": "^5.1.3",
    "babel-plugin-styled-components": "^1.11.1",
    "kuroshiro": "^1.1.2",
    "kuroshiro-analyzer-kuromoji": "^1.1.0",
    "parcel-bundler": "^1.12.4",
    "typescript": "^4.0.3",
    "uuid": "^8.3.1"
  },
  "dependencies": {
    "context": "^1.0.0",
    "prettier": "^2.1.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "styled-components": "^5.2.0"
  }
}
