-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
53 lines (48 loc) · 1.07 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name: growingio_aspectd_frontend
description: A sample command-line application.
version: 1.0.0
# homepage: https://www.example.com
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
dev_dependencies:
dependency_overrides:
kernel:
path: ./sdk/pkg/kernel
meta:
path: ./sdk/pkg/meta
frontend_server:
path: ./sdk/pkg/frontend_server
front_end:
path: ./sdk/pkg/front_end
dart2js_info:
path: ./sdk/pkg/dart2js_info
dev_compiler:
path: ./sdk/pkg/dev_compiler
_fe_analyzer_shared:
path: ./sdk/pkg/_fe_analyzer_shared
js_shared:
path: ./sdk/pkg/js_shared
build_integration:
path: ./sdk/pkg/build_integration
_js_interop_checks:
path: ./sdk/pkg/_js_interop_checks
package_config: any
compiler:
path: ./sdk/pkg/compiler
js_runtime:
path: ./sdk/pkg/js_runtime
js_ast:
path: ./sdk/pkg/js_ast
vm:
path: ./sdk/pkg/vm
dart2wasm:
path: ./sdk/pkg/dart2wasm
wasm_builder:
path: ./sdk/pkg/wasm_builder
mmap:
path: ./sdk/pkg/mmap
_macros:
path: ./sdk/pkg/_macros
macros:
path: ./sdk/pkg/macros