中化加油站项目
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.

88 lines
3.0 KiB

{
2 years ago
"name": "anxin119",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.config.json --open --port 1119",
2 years ago
"build": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --configuration production",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
2 years ago
"@angular/animations": "^13.3.11",
"@angular/cdk": "~13.3.9",
"@angular/common": "~13.3.11",
"@angular/compiler": "~13.3.11",
"@angular/core": "~13.3.11",
2 years ago
"@angular/fire": "^5.3.0",
2 years ago
"@angular/forms": "~13.3.11",
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11",
2 years ago
"@aspnet/signalr": "^1.1.4",
"@babylonjs/core": "5.27.0",
"@babylonjs/gui": "^5.27.0",
"@babylonjs/gui-editor": "^5.27.0",
"@babylonjs/inspector": "^5.27.0",
"@babylonjs/loaders": "^5.27.0",
"@babylonjs/materials": "^5.27.0",
2 years ago
"@babylonjs/serializers": "^5.28.0",
2 years ago
"@types/cesium": "^1.59.5",
"@types/earcut": "^2.1.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^17.0.10",
"@types/swiper": "^5.2.1",
"abp-ng2-module": "^6.4.0",
"abp-web-resources": "^5.4.0",
"angular-calendar": "^0.28.2",
"babylonjs": "4.2.1",
"babylonjs-gltf2interface": "^5.28.0",
"bson-objectid": "^1.3.1",
"cesium": "^1.64.0",
"class-transformer": "^0.4.0",
"e-ngx-cesium": "^6.3.2",
"earcut": "^2.2.3",
"echarts": "^4.9.0",
"firebase": "^7.6.2",
"grpc": "^1.24.2",
"install": "^0.13.0",
"js-base64": "^3.7.2",
"linqjs": "^1.0.2",
"moment": "^2.29.1",
2 years ago
"ng-zorro-antd": "13",
2 years ago
"ngx-cookie-service": "^3.0.2",
"ngx-countdown": "^11.0.0",
"ngx-echarts": "^4.2.2",
"ngx-perfect-scrollbar": "^8.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.5.4",
"swiper": "^5.3.6",
"tslib": "^2.0.0",
"viewerjs": "^1.6.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
2 years ago
"@angular-devkit/build-angular": "~13.3.9",
"@angular/cli": "~13.3.9",
"@angular/compiler-cli": "~13.3.11",
"@angular/language-service": "~13.3.11",
2 years ago
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.5.2"
}
}