forked from UC-Davis-molecular-computing/scadnano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
72 lines (65 loc) · 1.63 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
name: scadnano
description: A web-based scriptable cadnano (see https://cadnano.org/ for original cadnano developed by Shawn Douglas).
#homepage: https://scadnano.org
#author: David Doty <[email protected]>
environment:
sdk: '>=2.11.0 <3.0.0'
dependencies:
analyzer: '>=0.39.0 <0.42.0'
# analyzer: '^1.0.0'
spreadsheet_decoder: ^2.0.0
# spreadsheet_decoder: ^2.0.0
smart_dialogs: ^2.1.2
dialog: ^0.8.0
meta: ^1.1.7
js: ^0.6.1+1
codemirror: ^0.7.0+5.65.0
color: ^3.0.0
tuple: ^1.0.2
quiver: ^2.0.5
test: ^1.14.5
path: ^1.6.4
platform_detect: ^1.0.0
dnd: ^2.0.1
# dnd: ^2.0.0
# redux_thunk: ^0.2.1
built_value: ^8.1.3
built_collection: ^5.1.1
reselect: ^0.4.0
redux: ^4.0.0
# redux: ^5.0.0
# react: ^5.1.0
react: ^6.0.0
# over_react: ^3.11.0
over_react: ^4.0.0
http: ^0.12.2
dev_dependencies:
built_value_generator: ^8.0.0
build_runner: ^1.10.1
build_test: ^1.0.0
build_web_compilers: ^2.11.0
over_react_test: ^2.9.0
test_html_builder: ^2.0.0
redux_dev_tools: ^0.5.0
analyzer:
plugins:
- over_react
# Fix analyzer issue: https://github.com/flutter/flutter/issues/62240
# dependency_overrides:
# analyzer: '0.39.14'
#dependency_overrides:
# built_value:
# path: ../built_value.dart/built_value
# built_collection:
# path: ../built_collection.dart
# built_value_generator:
# path: ../built_value.dart/built_value_generator/
# react:
# git:
# url: https://github.com/cleandart/react-dart
# ref: 5.1.0-wip
# over_react:
# git:
# url: https://github.com/Workiva/over_react
# ref: master
# ref: 4d6bab5b30c3354d34260ef0c9250209f5da3764