package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "threejs-miniprogram",
  3. "version": "0.0.8",
  4. "description": "ThreeJS adapter for WeChat MiniProgram",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "dev": "webpack --config build/webpack.config.js --watch",
  8. "build": "webpack --hide-modules --config build/webpack.config.js",
  9. "lint": "eslint \"src/**/*.js\"",
  10. "prepublishOnly": "npm run build"
  11. },
  12. "miniprogram": "dist/",
  13. "author": "wechat-miniprogram",
  14. "license": "MIT",
  15. "homepage": "https://github.com/wechat-miniprogram/threejs-miniprogram",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/wechat-miniprogram/threejs-miniprogram"
  19. },
  20. "publishConfig": {
  21. "registry": "https://registry.npmjs.org/"
  22. },
  23. "devDependencies": {
  24. "@babel/core": "^7.5.5",
  25. "@babel/plugin-proposal-class-properties": "^7.5.5",
  26. "@babel/preset-env": "^7.5.5",
  27. "abab": "^2.0.3",
  28. "babel-loader": "^8.0.6",
  29. "eslint": "^4.18.2",
  30. "eslint-friendly-formatter": "^2.0.6",
  31. "eslint-loader": "^1.5.0",
  32. "eslint-plugin-jest": "^20.0.3",
  33. "eventemitter2": "^4.1.2",
  34. "jest": "^20.0.4",
  35. "path": "^0.12.7",
  36. "string-replace-loader": "^2.2.0",
  37. "string-replace-webpack-plugin": "^0.1.3",
  38. "three": "0.108.0",
  39. "webpack": "^4.39.1",
  40. "webpack-cli": "^3.3.6",
  41. "babel-eslint": "^10.1.0"
  42. }
  43. }