-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpubspec.yaml
More file actions
59 lines (54 loc) · 1.5 KB
/
pubspec.yaml
File metadata and controls
59 lines (54 loc) · 1.5 KB
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
53
54
55
56
57
58
59
name: scadnano_view_middleware
description: A web-based scriptable DNA design tool inspired by cadnano (see https://cadnano.org/ for original cadnano developed by Shawn Douglas).
#homepage: https://scadnano.org
#author: David Doty <doty@ucdavis.edu>
environment:
sdk: '>=3.7.0 <4.0.0'
workspace:
- scadnano_state_actions
- scadnano_reducers
dependencies:
scadnano_state_actions:
path: scadnano_state_actions
scadnano_reducers:
path: scadnano_reducers
built_value: ^8.9.0
built_collection: ^5.1.1
collection: ^1.15.0-nullsafety.4
color: ^3.0.0
dnd: ^2.0.1
http: ^1.2.2
meta: ^1.15.0
quiver: ^3.2.2
path: ^1.8.3
platform_detect: ^2.1.0
react: ^7.1.3
redux: ^5.0.0
over_react: ^5.4.0
spreadsheet_decoder: ^2.2.0
test: ^1.25.8
xml: ^6.3.0
dev_dependencies:
analyzer: '>=10.0.0 <11.0.0'
build_runner: ^2.0.0
build_test: ^3.0.0
build_web_compilers: ^4.0.11
built_value_generator: ^8.9.0
melos: ^7.5.0
over_react_test: ^3.0.0
redux_dev_tools: ^0.7.0
melos:
scripts:
generate:
description: Build generated .g.dart files in sub-packages
exec: dart run build_runner build --delete-conflicting-outputs
packageFilters:
dependsOn: built_value_generator
watch:
description: Watch and rebuild .g.dart files in sub-packages
exec: dart run build_runner watch --delete-conflicting-outputs
packageFilters:
dependsOn: built_value_generator
serve:
description: Run webdev serve for the web app
run: webdev serve