-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpsc-package.json
53 lines (53 loc) · 880 Bytes
/
psc-package.json
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
{
"name": "gargantext",
"set": "local",
"source": ".psc-package/local/.set/packages.json",
"depends": [
"aff-promise",
"affjax",
"argonaut",
"console",
"css",
"datetime",
"debug",
"dom-filereader",
"dom-simple",
"effect",
"foreign-generic",
"foreign-object",
"formula",
"globals",
"integers",
"js-timers",
"math",
"maybe",
"milkis",
"nonempty",
"now",
"numbers",
"prelude",
"psci-support",
"random",
"react",
"reactix",
"read",
"record-extra",
"routing",
"sequences",
"simple-json",
"simple-json-generics",
"simplecrypto",
"spec-discovery",
"spec-quickcheck",
"string-parsers",
"strings",
"stringutils",
"toestand",
"tuples-native",
"typisch",
"uint",
"uri",
"versions",
"web-html"
]
}