自动举臂测试
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

60 lines
1.7 KiB

{
"name": "babylonjs-web-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.11",
"@angular/cdk": "11.2.13",
"@angular/common": "~11.2.11",
"@angular/compiler": "~11.2.11",
"@angular/core": "~11.2.11",
"@angular/forms": "~11.2.11",
"@angular/material": "11.2.13",
"@angular/platform-browser": "~11.2.11",
"@angular/platform-browser-dynamic": "~11.2.11",
"@angular/router": "~11.2.11",
"@pixi/canvas-renderer": "^6.1.1",
"@types/bezier-js": "^4.1.0",
"@types/point-in-polygon": "^1.0.0",
"@types/quicksettings": "^3.0.0",
"babylonjs": "^5.0.0-alpha.40",
"babylonjs-loaders": "^5.0.0-alpha.40",
"babylonjs-materials": "^5.0.0-alpha.40",
"bezier-js": "^4.1.1",
"detect-touch-device": "^1.1.6",
"pixi-viewport": "^4.32.0",
"pixi.js": "^6.1.1",
"point-in-polygon": "^1.1.0",
"rxjs": "~6.6.0",
"three.js": "^0.77.1",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.10",
"@angular/cli": "~11.2.10",
"@angular/compiler-cli": "~11.2.11",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.1.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.1.5"
}
}