-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "finsemble-bloomberg",
"version": "6.2.0",
"description": "Finsemble's Bloomberg Terminal Connect Integration",
"scripts": {
"watch": "node ./fpe-scripts/watch.js",
"docs": "npx typedoc",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lintTS": "tsc --noemit && eslint . --ext .ts,.tsx"
},
"keywords": [
"Finsemble",
"Bloomberg",
"Terminal connect",
"FDC3"
],
"author": "Cosaic <[email protected]> (https://www.chartiq.com/finsemble/)",
"license": "SEE LICENSE IN LICENSE",
"engines": {
"node": ">=12"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"chokidar": "^3.5.2",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"fs-extra": "^9.1.0",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.4.2",
"typescript": "4.3.5",
"redux-loop": "6.1.0"
},
"dependencies": {
"@finsemble/finsemble-core": "6.3.0",
"@finsemble/finsemble-ui": "6.3.0",
"@types/node": "^14.17.27",
"react": "17.0.2",
"react-autosuggest": "^10.1.0",
"react-select": "^5.2.1",
"react-tabs": "^3.2.2"
}
}