forked from r-geoflow/geoflow-shiny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 2.31 KB
/
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
{
"id": "geoflow-shiny",
"version": "0.2",
"date": "2023-01-06",
"dependencies": [
{"package": "dotenv", "version": "1.0.3", "repos": "https://cran.r-project.org"},
{"package": "keyring", "version": "1.3.1", "repos": "https://cran.r-project.org"},
{"package": "httr", "version": "1.4.4", "repos": "https://cran.r-project.org"},
{"package": "dplyr", "version": "1.0.10", "repos": "https://cran.r-project.org"},
{"package": "yaml", "version": "2.3.6", "repos": "https://cran.r-project.org"},
{"package": "fontawesome", "version": "0.4.0", "repos": "https://cran.r-project.org"},
{"package": "shiny", "version": "1.7.4", "repos": "https://cran.r-project.org"},
{"package": "shinyauthr", "version": "1.0.0", "repos": "https://cran.r-project.org"},
{"package": "shinydashboard", "version": "0.7.2", "repos": "https://cran.r-project.org"},
{"package": "shinydashboardPlus", "version": "2.0.3", "repos": "https://cran.r-project.org"},
{"package": "shinyjs", "version": "2.1.0", "repos": "https://cran.r-project.org"},
{"package": "shinycssloaders", "version": "1.0.0", "repos": "https://cran.r-project.org"},
{"package": "jsonlite", "version": "1.8.4", "repos": "https://cran.r-project.org"},
{"package": "uuid", "version": "1.1-0", "repos": "https://cran.r-project.org"},
{"package": "DT", "version": "0.26", "repos": "https://cran.r-project.org"},
{"package": "tibble", "version": "3.1.8", "repos": "https://cran.r-project.org"},
{"package": "rhandsontable", "version": "0.3.8", "repos": "https://cran.r-project.org"},
{"package": "fastmap", "version": "1.1.0", "repos": "https://cran.r-project.org"},
{"package": "magrittr", "version": "2.0.3", "repos": "https://cran.r-project.org"},
{"package": "promises", "version": "1.2.0.1", "repos": "https://cran.r-project.org"},
{"package": "future", "version": "1.30.0", "repos": "https://cran.r-project.org"},
{"package": "ipc", "version": "0.1.3", "repos": "https://cran.r-project.org"},
{"package": "ocs4R", "version": "0.2.3", "repos": "https://cran.r-project.org"},
{"package": "d4storagehub4R", "version": "0.4-2", "repos": "https://cran.r-project.org"},
{"repo": "eblondel/zen4R", "from": "github"},
{"repo": "eblondel/geometa", "from": "github"},
{"repo": "r-geoflow/geoflow", "from": "github"}
]
}