package.json 941 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "buried-piont",
  3. "version": "1.0.1",
  4. "description": "post-key值根据登录账号获取 phc_5YuF937Fs3N0djI4XFThsGAZfgaciU9pjKw6T3SQjvV\r post-host为默认发送到官网后台 https://us.posthog.com/",
  5. "main": "dist/main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "webpack --config webpack.config.js"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://s-20coaj910c.zht2.com/luoy/buried-point.git"
  13. },
  14. "keywords": [
  15. "buried",
  16. "point"
  17. ],
  18. "author": "luoyu",
  19. "license": "ISC",
  20. "devDependencies": {
  21. "@babel/core": "^7.27.7",
  22. "@babel/preset-env": "^7.27.2",
  23. "babel-loader": "^10.0.0",
  24. "clean-webpack-plugin": "^4.0.0",
  25. "css-loader": "^7.1.2",
  26. "style-loader": "^4.0.0",
  27. "webpack": "^5.99.9",
  28. "webpack-cli": "^5.1.4"
  29. },
  30. "dependencies": {
  31. "rrweb": "^2.0.0-alpha.4",
  32. "rrweb-player": "^1.0.0-alpha.4"
  33. }
  34. }