|
1 | 1 | { |
2 | | - "name": "@krassowski/jupyterlab-lsp", |
3 | | - "version": "0.6.0", |
4 | | - "description": "Language Server Protocol integration for JupyterLab", |
5 | | - "keywords": [ |
6 | | - "jupyter", |
7 | | - "jupyterlab", |
8 | | - "jupyterlab-extension", |
9 | | - "lsp", |
10 | | - "language-server-protocol", |
11 | | - "intellisense", |
12 | | - "code-intelligence", |
13 | | - "linting" |
14 | | - ], |
15 | | - "homepage": "https://github.com/krassowski/jupyterlab-lsp", |
16 | | - "husky": { |
17 | | - "hooks": { |
18 | | - "pre-commit": "precise-commits" |
19 | | - } |
20 | | - }, |
21 | | - "bugs": { |
22 | | - "url": "https://github.com/krassowski/jupyterlab-lsp/issues" |
23 | | - }, |
24 | | - "license": "BSD-3-Clause", |
25 | | - "author": "Michał Krassowski", |
26 | | - "files": [ |
27 | | - "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
28 | | - "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}", |
29 | | - "schema/*.json" |
30 | | - ], |
31 | | - "main": "lib/index.js", |
32 | | - "types": "lib/index.d.ts", |
33 | | - "repository": { |
34 | | - "type": "git", |
35 | | - "url": "https://github.com/krassowski/jupyterlab-lsp.git" |
36 | | - }, |
37 | | - "scripts": { |
38 | | - "bootstrap": "jlpm && jlpm clean && jlpm lint && jlpm build", |
39 | | - "build": "tsc -b", |
40 | | - "clean": "rimraf lib", |
41 | | - "watch": "tsc -b -w", |
42 | | - "lint": "jlpm prettier && jlpm tslint", |
43 | | - "lint:check": "jlpm prettier:check && jlpm tslint:check", |
44 | | - "prettier": "prettier --write '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml}'", |
45 | | - "prettier:check": "prettier --list-different '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml}'", |
46 | | - "tslint": "tslint --fix -c tslint.json --project tsconfig.json '**/*{.ts,.tsx}'", |
47 | | - "tslint:check": "tslint -c tslint.json --project tsconfig.json '**/*{.ts,.tsx}'", |
48 | | - "test": "jlpm lint:check && jlpm test:jest", |
49 | | - "test:jest": "jlpm jest --coverage --coverageReporters=cobertura --coverageReporters=html --coverageReporters=text-summary" |
50 | | - }, |
51 | 2 | "dependencies": { |
52 | | - "@krassowski/jupyterlab_go_to_definition": "^0.7.1", |
53 | | - "lsp-editor-adapter": "0.0.10" |
54 | 3 | }, |
55 | 4 | "devDependencies": { |
56 | | - "@babel/preset-env": "^7.4.3", |
57 | | - "@jupyterlab/application": "~1.1.3", |
58 | | - "@jupyterlab/apputils": "~1.1.3", |
59 | | - "@jupyterlab/cells": "~1.1.3", |
60 | | - "@jupyterlab/codeeditor": "~1.1.0", |
61 | | - "@jupyterlab/codemirror": "~1.1.3", |
62 | | - "@jupyterlab/completer": "~1.1.3", |
63 | | - "@jupyterlab/coreutils": "~3.1.0", |
64 | | - "@jupyterlab/docmanager": "~1.1.3", |
65 | | - "@jupyterlab/docregistry": "~1.1.3", |
66 | | - "@jupyterlab/fileeditor": "~1.1.3", |
67 | | - "@jupyterlab/notebook": "~1.1.3", |
68 | | - "@jupyterlab/rendermime": "~1.1.3", |
69 | | - "@jupyterlab/services": "~4.1.1", |
70 | | - "@jupyterlab/statusbar": "~1.1.3", |
71 | | - "@jupyterlab/testutils": "^1.0.0-alpha.6", |
72 | | - "@jupyterlab/tooltip": "~1.1.3", |
73 | | - "@phosphor/algorithm": "^1.1.3", |
74 | | - "@types/chai": "^4.1.7", |
75 | | - "@types/codemirror": "^0.0.74", |
76 | | - "@types/events": "^3.0.0", |
77 | | - "@types/jest": "^23.3.11", |
| 5 | + "@types/mocha": "^5.2.6", |
78 | 6 | "bash-language-server": "^1.6.1", |
79 | | - "chai": "^4.2.0", |
80 | | - "codemirror": "~5.47.0", |
81 | 7 | "dockerfile-language-server-nodejs": "^0.0.21", |
82 | | - "events": "^3.0.0", |
| 8 | + "eslint": "^5.16.0", |
| 9 | + "eslint-config-prettier": "^4.1.0", |
| 10 | + "eslint-plugin-prettier": "^3.0.1", |
83 | 11 | "husky": "^3.0.9", |
84 | 12 | "javascript-typescript-langserver": "^2.11.3", |
85 | | - "jest": "^24.7.1", |
86 | | - "jest-junit": "^8.0.0", |
87 | 13 | "jsonrpc-ws-proxy": "0.0.5", |
| 14 | + "lerna": "^3.13.2", |
88 | 15 | "precise-commits": "^1.0.2", |
89 | 16 | "prettier": "^1.18.2", |
90 | | - "react": "~16.8.4", |
91 | | - "rimraf": "^2.6.1", |
92 | | - "ts-jest": "^24.0.2", |
93 | | - "tslint": "^5.15.0", |
94 | 17 | "tslint-config-prettier": "^1.18.0", |
95 | 18 | "tslint-plugin-prettier": "^2.0.1", |
96 | 19 | "tslint-react": "^4.0.0", |
| 20 | + "tslint": "^5.15.0", |
97 | 21 | "typescript": "~3.5.1", |
98 | 22 | "unified-language-server": "^0.3.0", |
99 | 23 | "vscode-css-languageserver-bin": "^1.4.0", |
100 | 24 | "vscode-html-languageserver-bin": "^1.4.0", |
101 | 25 | "vscode-json-languageserver-bin": "^1.0.1", |
102 | | - "yaml-language-server": "^0.4.0" |
| 26 | + "yaml-language-server": "^0.4.0", |
| 27 | + "yarn": "1.15.2" |
103 | 28 | }, |
104 | | - "peerDependencies": { |
105 | | - "@jupyterlab/application": "~1.1.3", |
106 | | - "@jupyterlab/apputils": "~1.1.3", |
107 | | - "@jupyterlab/cells": "~1.1.3", |
108 | | - "@jupyterlab/codeeditor": "~1.1.0", |
109 | | - "@jupyterlab/codemirror": "~1.1.3", |
110 | | - "@jupyterlab/completer": "~1.1.3", |
111 | | - "@jupyterlab/coreutils": "~3.1.0", |
112 | | - "@jupyterlab/docmanager": "~1.1.3", |
113 | | - "@jupyterlab/docregistry": "~1.1.3", |
114 | | - "@jupyterlab/fileeditor": "~1.1.3", |
115 | | - "@jupyterlab/notebook": "~1.1.3", |
116 | | - "@jupyterlab/rendermime": "~1.1.3", |
117 | | - "@jupyterlab/services": "~4.1.1", |
118 | | - "@jupyterlab/tooltip": "~1.1.3", |
119 | | - "@phosphor/algorithm": "^1.1.3", |
120 | | - "codemirror": "~5.47.0", |
121 | | - "react": "~16.8.4" |
| 29 | + "husky": { |
| 30 | + "hooks": { |
| 31 | + "pre-commit": "precise-commits" |
| 32 | + } |
| 33 | + }, |
| 34 | + "private": true, |
| 35 | + "scripts": { |
| 36 | + "bootstrap": "jlpm && lerna bootstrap && jlpm lint && jlpm clean && jlpm build", |
| 37 | + "build": "cd packages/metapackage && jlpm build", |
| 38 | + "bundle": "lerna run bundle", |
| 39 | + "clean": "lerna run clean", |
| 40 | + "lab:link": "lerna run lab:link", |
| 41 | + "lint:check": "jlpm prettier:check && jlpm tslint:check", |
| 42 | + "lint": "jlpm prettier && jlpm tslint", |
| 43 | + "prettier:check": "prettier --check '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml}'", |
| 44 | + "prettier": "prettier --write '**/*{.ts,.tsx,.js,.jsx,.css,.json,.md,.yml}'", |
| 45 | + "test": "lerna run test", |
| 46 | + "tslint": "tslint --fix -c tslint.json --project tsconfigbase.json 'packages/**/*{.ts,.tsx}'", |
| 47 | + "tslint:check": "tslint -c tslint.json --project tsconfigbase.json 'packages/**/*{.ts,.tsx}'" |
122 | 48 | }, |
123 | | - "jupyterlab": { |
124 | | - "extension": true, |
125 | | - "discovery": { |
126 | | - "server": { |
127 | | - "base": { |
128 | | - "name": "jupyter-lsp" |
129 | | - }, |
130 | | - "managers": [ |
131 | | - "pip" |
132 | | - ] |
133 | | - } |
134 | | - }, |
135 | | - "schemaDir": "schema" |
| 49 | + "workspaces": { |
| 50 | + "packages": [ |
| 51 | + "packages/*" |
| 52 | + ] |
136 | 53 | } |
137 | 54 | } |
0 commit comments