{
  "name": "reflect-chrome",
  "version": "1.0.0",
  "description": "reflect-chrome",
  "browserslist": [
    "last 1 Chrome version"
  ],
  "scripts": {
    "prebuild": "rm -rf dist .cache",
    "build:tailwind": "tailwindcss build css/global.css -c ./tailwind.config.js -o dist/global.css",
    "watch": "NODE_ENV=development yarn build:tailwind && cp -r public/* dist/ && parcel watch --no-hmr src/*.ts",
    "build": "NODE_ENV=production yarn build:tailwind && cp -r public/* dist/ && parcel build src/*.ts",
    "publish": "yarn build && zip -r chrome-extension.zip ./dist"
  },
  "author": "",
  "dependencies": {
    "@tailwindcss/ui": "^0.7.2",
    "autoprefixer": "^10.0.1",
    "crx-hotreload": "^1.0.4",
    "date-fns": "^2.16.1",
    "jquery": "^3.5.0",
    "moment": "~2.24.0",
    "parcel": "^1.12.4",
    "postcss-import": "^13.0.0",
    "tailwindcss": "^1.9.6",
    "uuid": "^8.3.1"
  },
  "devDependencies": {
    "@types/chrome": "0.0.100",
    "@types/jest": "^25.1.4",
    "@types/jquery": "^3.3.33",
    "@types/react": "^16.9.55",
    "@types/react-dom": "^16.9.9",
    "jest": "^25.1.0",
    "rimraf": "^3.0.2 ",
    "ts-jest": "^26.4.3",
    "ts-loader": "^8.0.7",
    "typescript": "~4.0.5"
  }
}
