package.json 695 B

12345678910111213141516171819202122232425
  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/18073dmodelH5/ --out-dir ../../../pub/zt2018/18073dmodelH5",
  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. "fastclick": "^1.0.6",
  19. "three": "^0.94.0"
  20. },
  21. "devDependencies": {
  22. "babel-core": "^6.26.3",
  23. "node-sass": "^4.9.0"
  24. }
  25. }