mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 01:00:13 -04:00
* fix: make scrollbar styling work again * chore: rm main field to prevent error * refactor: make horizontal scrolling work * refactor: make horizontal item width smaller * fix: float not needed * fix: revert the size change
20 lines
450 B
JSON
Executable File
20 lines
450 B
JSON
Executable File
{
|
|
"name": "local-mashup",
|
|
"version": "1.0.0",
|
|
"description": "Simple local mashup",
|
|
"scripts": {
|
|
"start": "parcel index.html --open --no-hmr",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"dependencies": {
|
|
"@nebula.js/sn-bar-chart": "latest",
|
|
"@nebula.js/sn-line-chart": "latest",
|
|
"@nebula.js/stardust": "latest",
|
|
"enigma.js": "2.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.3",
|
|
"parcel": "^2.3.2"
|
|
}
|
|
}
|