-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@barteh/react-withservice",
"version": "1.0.65",
"description": "A HOC injects and manages observable data services in a react Component",
"main": "index.js",
"scripts": {
"test": "npm run build && echo \"test passed\"",
"build": "npm run lint && babel src -d ./lib && babel index.ts -o index.js ",
"up": "npm publish --access public --scope=barteh",
"lint": "./node_modules/.bin/eslint src/**/*.js && echo \"eslint code is ok\"",
"bt-update": "npm i @barteh/as-service@latest -S"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barteh/react-withservice.git"
},
"keywords": [
"@barteh/react-withservice",
"withservice",
"react-withservice",
"barteh",
"HOC-rxjs",
"react-component-dependency-injection",
"rxjs-in-reactjs",
"برته",
"برنا مهر فن",
"реагировать",
"ব্রেনা ফ্যান",
"Вентилятор Brena"
],
"author": "Ahad Rafat Talebi",
"license": "MIT",
"bugs": {
"url": "https://github.com/barteh/react-withservice/issues"
},
"homepage": "https://github.com/barteh/react-withservice#readme",
"dependencies": {
"@barteh/as-service": "^1.0.58",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"rxjs": "^5.5.10"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-eslint": "^8.2.6",
"dts-gen": "^0.5.8",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.16.0"
}
}