@parlour/parlour-client
Version:
The parlour websocket client
70 lines (69 loc) • 2.08 kB
JSON
{
"name": "@parlour/parlour-client",
"version": "0.1.1",
"description": "The parlour websocket client",
"author": "samick17",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/parlour1/parlour-client.git"
},
"keywords": [
"Elixir",
"Phoenix",
"WebSocket"
],
"main": "index.js",
"module": "index.es.js",
"jsnext:main": "index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"test": "cross-env CI=1 react-scripts test --env=jsdom --passWithNoTests",
"test:watch": "react-scripts test --env=jsdom",
"build": "sh ./build.sh",
"build:index": "rollup -c rollup-configs/Main.rollup.config.js",
"start": "rollup -c -w",
"prepare": "yarn run build",
"predeploy": "cd example && yarn install && yarn run build",
"prepublishOnly": "cp -r ./dist/* . && rm -rf ./dist",
"postpublish": "git clean -fd"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-url": "^4.0.2",
"@svgr/rollup": "^5.3.1",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.2.0",
"js-mdg": "^1.0.1",
"react-scripts": "^3.4.1",
"rollup": "^2.6.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^2.6.4"
},
"bugs": {
"url": "https://gitlab.com/parlour1/parlour-client/issues"
},
"homepage": "https://gitlab.com/parlour1/parlour-client#readme",
"directories": {
"example": "example"
},
"dependencies": {}
}