mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-25 01:04:14 -05:00
36 lines
799 B
JSON
36 lines
799 B
JSON
{
|
|
"name": "hello-react",
|
|
"description": "supernova react example",
|
|
"keywords": [
|
|
"qlik",
|
|
"nebula",
|
|
"supernova"
|
|
],
|
|
"author": "",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/hello-react.js",
|
|
"scripts": {
|
|
"build": "nebula build",
|
|
"lint": "eslint src",
|
|
"start": "nebula serve"
|
|
},
|
|
"peerDependencies": {
|
|
"@nebula.js/stardust": ">=5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nebula.js/cli": "latest",
|
|
"@nebula.js/cli-build": "latest",
|
|
"@nebula.js/cli-serve": "latest",
|
|
"eslint": "8.40.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
"eslint-plugin-mocha": "10.1.0",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
} |