mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-27 16:00:26 -04:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "@nebula.js/nucleus",
|
|
"version": "0.1.0-alpha.25",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"author": "QlikTech International AB",
|
|
"keywords": [],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qlik-oss/nebula.js.git"
|
|
},
|
|
"main": "dist/nucleus.js",
|
|
"module": "dist/nucleus.esm.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production rollup --config ../../rollup.config.js",
|
|
"build:watch": "rollup --config ../../rollup.config.js -w",
|
|
"lint": "eslint --ext .js,.jsx src",
|
|
"prepublishOnly": "rm -rf dist && yarn run build",
|
|
"spec": "scriptappy-from-jsdoc -c ./spec/spec.conf.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@material-ui/core": "4.6.1",
|
|
"@material-ui/icons": "4.5.1",
|
|
"@material-ui/styles": "4.6.0",
|
|
"react": "16.12.0",
|
|
"react-dom": "16.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@material-ui/core": "4.6.1",
|
|
"@material-ui/icons": "4.5.1",
|
|
"@material-ui/styles": "4.6.0",
|
|
"@nebula.js/locale": "0.1.0-alpha.25",
|
|
"@nebula.js/supernova": "0.1.0-alpha.25",
|
|
"@nebula.js/theme": "0.1.0-alpha.25",
|
|
"@nebula.js/ui": "0.1.0-alpha.25",
|
|
"node-event-emitter": "0.0.1",
|
|
"react": "16.12.0",
|
|
"react-dom": "16.12.0",
|
|
"react-test-renderer": "16.12.0",
|
|
"react-window": "1.8.5",
|
|
"react-window-infinite-loader": "1.0.5",
|
|
"regenerator-runtime": "0.13.3",
|
|
"semver": "6.3.0"
|
|
}
|
|
}
|