This repository has been archived by the owner on May 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
85 lines (85 loc) · 2.54 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "openfin-notifications",
"version": "0.11.2",
"description": "Client library for the Openfin Notifications service",
"main": "dist/client/main-bundle.js",
"types": "dist/client/index.d.ts",
"files": [
"dist/client"
],
"scripts": {
"build": "svc-tools build --mode production",
"build:dev": "svc-tools build --mode development",
"channels": "svc-tools channels",
"check": "svc-tools check",
"clean": "rimraf gen dist",
"docs": "svc-tools docs",
"fix": "svc-tools fix",
"posttest": "npm run check",
"prepack": "npm run clean && npm run build && tsc -p src/client/tsconfig.types.json",
"test": "npm run test:unit && npm run test:int",
"test:int": "svc-tools test int",
"test:unit": "svc-tools test unit",
"zip": "svc-tools zip",
"start": "svc-tools start",
"start:redux": "redux-devtools --open --port=9950"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HadoukenIO/notifications-service.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HadoukenIO/notifications-service/issues"
},
"homepage": "https://github.com/HadoukenIO/notifications-service#readme",
"devDependencies": {
"@types/jsdom": "^11.0.4",
"@types/markdown-it": "0.0.8",
"@types/mkdirp": "^0.5.2",
"@types/moment": "^2.13.0",
"@types/node": "^9.4.6",
"@types/node-fetch": "^2.3.4",
"@types/openfin": "^45.0.1",
"@types/puppeteer": "~1.19.1",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.2",
"@types/react-redux": "^7.0.8",
"@types/react-router-dom": "^5.1.3",
"@types/react-transition-group": "^4.2.2",
"@types/semver-compare": "^1.0.0",
"dexie": "^2.0.4",
"express": "^4.16.2",
"fake-indexeddb": "^2.1.1",
"hadouken-js-adapter": "^1.44.1",
"inversify": "^5.0.1",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"jsdom": "^15.1.1",
"markdown-it": "^9.1.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"node-fetch": "^2.6.0",
"openfin-service-async": "^1.0.1",
"openfin-service-signal": "^1.0.0",
"openfin-service-tooling": "1.0.25",
"pre-commit": "^1.2.2",
"puppeteer": "1.17.0",
"react": "^16.8.6",
"react-dom": "^16.8.3",
"react-redux": "^7.0.2",
"react-router-dom": "^5.1.2",
"react-transition-group": "^4.2.2",
"redux": "^4.0.1",
"redux-devtools-cli": "0.0.1-1",
"reflect-metadata": "^0.1.13",
"semver-compare": "^1.0.0",
"typescript": "3.7.5"
},
"precommit": {
"run": [
"check"
]
}
}