123456789101112131415161718192021222324 |
- {
- "name": "threejs",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "parcel index.html -p 3000",
- "start:iphone": "parcel iphoneX.html -p 3000",
- "build": "parcel build index.html --public-url //pub.dwstatic.com/zt2018/18073dmodel/ --out-dir ../../../pub/zt2018/18073dmodel",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@tweenjs/tween.js": "^17.2.0",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.7.0",
- "three": "^0.94.0"
- },
- "devDependencies": {
- "babel-core": "^6.26.3",
- "node-sass": "^4.9.0"
- }
- }
|