mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 09:48:18 -05:00
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.7.0"
|
|
}
|
|
}
|