server/pubspec.yaml (18 lines of code) (raw):

# Copyright 2023 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. name: cloud_provision_server publish_to: none # not intended for publication to pub.dev environment: sdk: ">=2.12.0 <3.0.0" dependencies: shelf: ^1.4.1 shelf_router: ^1.1.4 shelf_static: ^1.1.2 dotenv: ^4.0.1 cloud_provision_shared: path: ../shared dev_dependencies: http: ^0.13.0 uuid: 3.0.6 googleapis_auth: ^1.3.1 googleapis: ^11.2.0 jwt_decoder: ^2.0.1 shelf_cors_headers: ^0.1.3