mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 01:00:13 -04:00
* feat: add types to nebula serve * chore: add docs * chore: add chart conversion example * chore(desp): bump parcel version in example code Co-authored-by: caele <tsm@qlik.com>
21 lines
470 B
JSON
Executable File
21 lines
470 B
JSON
Executable File
{
|
|
"name": "local-mashup",
|
|
"version": "1.0.0",
|
|
"description": "Simple local mashup",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "parcel index.html --open",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"dependencies": {
|
|
"@nebula.js/stardust": "latest",
|
|
"@nebula.js/sn-bar-chart": "latest",
|
|
"@nebula.js/sn-line-chart": "latest",
|
|
"enigma.js": "2.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.3",
|
|
"parcel": "^2.0.0-rc.0"
|
|
}
|
|
}
|