{
  "name": "@detalk/static",
  "version": "2.0.0",
  "description": "The fastest way to add Detalk (Based on Deta) to your website. | 将 Detalk (Based on Deta) 加入你的网站。",
  "main": "dist/detalk.js",
  "scripts": {
    "dev": "webpack --config webpack.dev.js --mode=development --watch",
    "build": "webpack --config webpack.config.js --mode=production",
    "build@nocss": "webpack --config webpack.css.js --mode=production"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "autoprefixer": "^10.4.13",
    "cssnano": "^5.1.14",
    "dayjs": "^1.11.7",
    "html-webpack-plugin": "^5.5.0",
    "js-md5": "^0.7.3",
    "marked": "^4.2.5",
    "owo": "^1.0.2",
    "postcss": "^8.4.20",
    "postcss-loader": "^7.0.2",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "css-loader": "^6.7.3",
    "style-loader": "^3.3.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/oCoke/detalk-static.git"
  }
}
