package.json 664 B

123456789101112131415161718192021222324
  1. {
  2. "name": "threejs",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "parcel index.html -p 3000",
  8. "start:iphone": "parcel iphoneX.html -p 3000",
  9. "build": "parcel build index.html --public-url //pub.dwstatic.com/zt2018/18073dmodel/ --out-dir ../../../pub/zt2018/18073dmodel",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "@tweenjs/tween.js": "^17.2.0",
  16. "babel-polyfill": "^6.26.0",
  17. "babel-preset-env": "^1.7.0",
  18. "three": "^0.94.0"
  19. },
  20. "devDependencies": {
  21. "babel-core": "^6.26.3",
  22. "node-sass": "^4.9.0"
  23. }
  24. }