mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 01:00:13 -04:00
BREAKING CHANGE: nucleus and supernova are no longer public packages and are both replaced by stardust
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "hello-react",
|
|
"description": "supernova react example",
|
|
"keywords": [
|
|
"qlik",
|
|
"nebula",
|
|
"supernova"
|
|
],
|
|
"author": "",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"main": "dist/hello-react.js",
|
|
"scripts": {
|
|
"build": "rollup -c rollup.config.js",
|
|
"build:watch": "rollup -c rollup.config.js -w",
|
|
"lint": "eslint src",
|
|
"start": "nebula serve --no-build"
|
|
},
|
|
"peerDependencies": {
|
|
"@nebula.js/stardust": ">=0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "7.4.4",
|
|
"@babel/plugin-transform-react-jsx": "7.3.0",
|
|
"@babel/preset-env": "7.4.5",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@nebula.js/cli": "0.6.0",
|
|
"eslint": "5.12.1",
|
|
"eslint-config-airbnb": "17.1.0",
|
|
"eslint-plugin-import": "2.15.0",
|
|
"eslint-plugin-jsx-a11y": "6.2.1",
|
|
"eslint-plugin-mocha": "5.2.1",
|
|
"eslint-plugin-react": "7.13.0",
|
|
"react": "16.8.6",
|
|
"react-dom": "16.8.6",
|
|
"rollup": "1.12.3",
|
|
"rollup-plugin-babel": "4.3.2",
|
|
"rollup-plugin-commonjs": "10.0.0",
|
|
"rollup-plugin-node-resolve": "5.0.0",
|
|
"rollup-plugin-postcss": "2.0.3",
|
|
"rollup-plugin-replace": "2.2.0"
|
|
}
|
|
}
|