This repository has been archived by the owner on May 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
118 lines (118 loc) · 3.01 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "completerui",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"run": "./node_modules/.bin/webpack-dev-server --port 1979",
"build": "./node_modules/.bin/webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.5",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.3.1",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"bootstrap3": "^3.3.5",
"express": "^4.15.4",
"http-proxy-middleware": "^0.17.4",
"oboe": "^2.1.4",
"react": "^15.6.1",
"react-bootstrap": "^0.31.3",
"react-dom": "^15.6.1",
"react-router-dom": "^4.2.2",
"react-sizeme": "^2.3.5",
"react-vis-force": "^0.3.1",
"ws": "^3.1.0"
},
"description": "FnFlow completer UI demo",
"resolutions": {
"array-flatten": "2.1.1",
"debug": "3.1.0",
"path-to-regexp": "1.7.0",
"qs": "6.5.1",
"setprototypeof": "1.1.0",
"statuses": "1.4.0",
"mime-db": "1.32.0",
"inherits": "2.0.3",
"mime": "1.6.0",
"is-glob": "4.0.0",
"is-extglob": "2.1.1",
"kind-of": "4.0.0",
"is-number": "3.0.0",
"isarray": "1.0.0",
"glob-parent": "3.1.0",
"object-assign": "4.1.1",
"core-js": "2.5.1",
"process": "0.11.10",
"source-map": "0.6.1",
"chalk": "2.3.0",
"ansi-styles": "3.2.0",
"strip-ansi": "4.0.0",
"supports-color": "4.5.0",
"ansi-regex": "3.0.0",
"jsesc": "1.3.0",
"minimist": "1.2.0",
"balanced-match": "1.0.0",
"loader-utils": "1.1.0",
"pify": "3.0.0",
"find-up": "2.1.0",
"path-exists": "3.0.0",
"regexpu-core": "2.0.0",
"glob": "7.1.2",
"postcss": "6.0.14",
"clone": "1.0.3",
"has-flag": "2.0.0",
"commander": "2.12.2",
"uglify-js": "3.2.0",
"utila": "0.4.0",
"domutils": "1.5.1",
"domelementtype": "1.3.0",
"readable-stream": "2.3.3",
"string_decoder": "1.0.3",
"file-type": "4.4.0",
"replace-ext": "1.0.0",
"tempfile": "2.0.0",
"uuid": "3.1.0",
"vinyl": "1.2.0",
"through2": "2.0.3",
"duplexer2": "0.1.4",
"strip-bom": "3.0.0",
"tunnel-agent": "0.6.0",
"time-stamp": "2.0.0",
"co": "3.1.0",
"read-pkg-up": "2.0.0",
"camelcase": "3.0.0",
"semver": "5.4.1",
"read-pkg": "2.0.0",
"load-json-file": "2.0.0",
"path-type": "2.0.0",
"ajv": "5.5.0",
"acorn": "5.2.1",
"async": "2.6.0",
"yargs": "8.0.2",
"punycode": "1.3.2",
"hash-base": "3.0.4",
"cliui": "3.2.0",
"string-width": "2.1.1",
"is-fullwidth-code-point": "2.0.0",
"assert-plus": "0.2.0",
"extsprintf": "1.4.0",
"os-locale": "2.1.0",
"which-module": "2.0.0",
"yargs-parser": "7.0.0",
"faye-websocket": "0.11.1",
"url-parse": "1.2.0",
"querystringify": "1.0.0"
}
}