UNPKG
@bokeh/slickgrid
Version:
latest (2.4.4103)
2.4.4103
2.4.4102
2.4.4101
2.4.2702
2.4.2701
2.4.27
2.4.27-1
2.4.2-7.1
2.3.23
A lightning fast JavaScript grid/spreadsheet
github.com/6pac/SlickGrid
bokeh/SlickGrid
@bokeh/slickgrid
/
.vscode
/
tasks.json
17 lines
•
306 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ "version":
"2.0.0"
,
"tasks"
: [ { "
label
":
"Cypress Open GUI"
,
"type"
:
"shell"
,
"command"
:
"npm run cypress"
,
"problemMatcher"
: [] }, { "
label
":
"Cypress CI"
,
"type"
:
"shell"
,
"command"
:
"npm run cypress:ci"
,
"problemMatcher"
: [] } ] }