mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
* chore: add dev mashup example * chore: update example readme * fix: update schema version * chore: change stardust to dep
21 lines
474 B
JSON
Executable File
21 lines
474 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-bundler": "^1.12.4"
|
|
}
|
|
}
|