This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
89 lines (89 loc) · 2.39 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
86
87
88
89
{
"name": "atom-ide-ui",
"version": "0.13.0",
"description": "A collection of Atom UIs to support language services.",
"keywords": [],
"repository": "https://github.com/facebook-atom/atom-ide-ui",
"license": "BSD-3-Clause",
"engines": {
"atom": ">= 1.25.0"
},
"main": "./index-entry.js",
"scripts": {
"flow": "flow",
"lint": "eslint",
"lint-all": "eslint . --max-warnings 0",
"release-transpile": "./modules/nuclide-node-transpiler/bin/release-transpile.js",
"test": "npm run flow && npm run lint-all && ./scripts/test.js"
},
"workspaces": [
"modules/*"
],
"dependencies": {
"anser": "1.4.6",
"classnames": "2.2.5",
"decoders": "1.10.6",
"dedent": "0.7.0",
"diffparser": "1.1.0",
"domexception": "1.0.1",
"dompurify": "1.0.3",
"escape-carriage": "1.2.0",
"escape-html": "1.0.3",
"escape-string-regexp": "1.0.5",
"event-kit": "2.2.0",
"event-target-shim": "3.0.1",
"fs-plus": "2.9.3",
"fuzzaldrin-plus": "0.4.1",
"glob": "7.1.1",
"heap": "0.2.6",
"idb-keyval": "2.3.0",
"idx": "1.2.0",
"immutable": "4.0.0-rc.9",
"invariant": "2.2.2",
"lodash": "4.17.10",
"log4js": "1.1.1",
"lru-cache": "4.0.2",
"marked": "0.3.9",
"mime-types": "2.1.16",
"mkdirp": "0.5.1",
"moment": "2.21.0",
"mv": "2.1.1",
"nuclide-prebuilt-libs": "0.5.2",
"nullthrows": "1.0.0",
"react": "16.6.0",
"react-dom": "16.6.0",
"react-virtualized": "9.20.1",
"redux": "3.6.0",
"redux-logger": "3.0.6",
"reselect": "3.0.1",
"rimraf": "2.6.2",
"rxjs-compat": "6.3.3",
"season": "6.0.2",
"semver": "5.5.0",
"shallowequal": "1.1.0",
"shell-quote": "1.6.1",
"strip-ansi": "3.0.1",
"tabbable": "1.1.0",
"temp": "0.8.3",
"tiny-date-picker": "3.2.6",
"toml": "2.3.3",
"uuid": "3.0.1",
"vscode-debugprotocol": "1.24.0",
"vscode-jsonrpc": "3.3.0",
"vscode-uri": "1.0.1",
"vscode-xterm": "3.9.0-beta5"
},
"devDependencies": {
"eslint-plugin-dependencies": "2.4.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-jasmine": "2.9.1",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-prefer-object-spread": "1.2.1",
"eslint-plugin-prettier": "2.3.1",
"eslint-plugin-react": "7.9.1",
"eslint-plugin-unicorn": "4.0.3",
"flow-bin": "0.85.0",
"prettier": "1.13.6"
},
"private": true
}