Files
nebula.js/examples/dev-mashup/package.json
Johan Lahti 0743cd0e84 fix: get back the styled scrollbar (#899)
* 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
2022-08-24 10:51:33 +02:00

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"
}
}