forked from DRIVER-EU/schema-registry-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 3.08 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
{
"name": "schema-registry-ui",
"version": "0.9.5",
"description": "A user interface for Confluent's Schema Registry",
"readme": "README.md",
"dependencies": {
"angular": "1.5.9",
"angular-animate": "1.5.9",
"angular-aria": "1.5.9",
"angular-diff-match-patch": "^0.1.14",
"angular-json-tree": "^1.0.1",
"angular-material": "^1.0.9",
"angular-material-data-table": "^0.10.9",
"angular-route": "1.5.9",
"angular-sanitize": "1.5.9",
"angular-ui-ace": "0.2.3",
"angular-utils-pagination": "^0.11.1",
"brace": "^0.10.0",
"diff-match-patch": "^1.0.0",
"file-saver": "^1.3.3",
"font-awesome": "^4.6.3",
"jszip": "3.1.3",
"jszip-utils": "0.0.2"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.1",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"start": "node ./node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node ./node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.config.js --progress",
"start-prod": "node ./node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node ./node_modules/webpack-dev-server/bin/webpack-dev-server --config webpack.config.js --progress",
"build-dev": "node ./node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node ./node_modules/webpack/bin/webpack --config webpack.config.js",
"build-prod": "node ./node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node ./node_modules/webpack/bin/webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Landoop/schema-registry-ui.git"
},
"keywords": [
"schema",
"registry",
"kafka",
"avro"
],
"author": "Landoop team",
"contributors": [
{
"name": "Christina Daskalaki",
"email": "[email protected]"
},
{
"name": "Antonios Chalkiopoulos",
"email": "[email protected]"
},
{
"name": "Marios Andreopoulos",
"email": "[email protected]"
},
{
"name": "John Glampedakis",
"email": "[email protected]"
}
],
"license": "BSL",
"bugs": {
"url": "https://github.com/Landoop/schema-registry-ui/issues"
},
"homepage": "https://github.com/Landoop/schema-registry-ui#readme"
}