forked from ip-tools/patzilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4.16 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
119
120
121
122
123
124
125
126
{
"name": "patzilla-ui",
"description": "PatZilla is a modular patent information research platform and toolkit with a modern user interface and access to multiple data sources.",
"version": "0.169.3",
"license": [
"AGPL 3",
"EUPL 1.2"
],
"author": {
"name": "Andreas Motl",
"email": "andreas.motl@elmyra.de"
},
"keywords": [
"patent",
"information",
"research",
"management",
"trademark",
"design",
"search",
"fulltext"
],
"homepage": "https://github.com/ip-tools/ip-navigator",
"repository": {
"type": "git",
"url": "git://github.com/ip-tools/ip-navigator.git"
},
"bugs": {
"url": "https://github.com/ip-tools/ip-navigator/issues"
},
"scripts": {
"watch": "webpack --debug --output-pathinfo --mode=development --config=webpack.develop.config.js --watch --hot",
"build": "webpack --debug --output-pathinfo --mode=development --config=webpack.develop.config.js --display detailed --display-error-details --progress",
"release": "webpack --mode=production --config=webpack.release.config.js --display detailed --display-error-details --progress"
},
"devDependencies": {
"@material-ui/core": "^4.0.2",
"@material-ui/icons": "^4.0.1",
"@material-ui/styles": "^4.0.2",
"@material/button": "0.41.0",
"@material/chips": "0.41.0",
"@material/menu": "0.41.0",
"@material/ripple": "0.41.0",
"@material/snackbar": "0.41.0",
"@material/theme": "0.41.0",
"@material/typography": "0.41.0",
"@types/jquery": "^3.3.29",
"autonumeric": "2.0.13",
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"backbone": "1.1.2",
"backbone.marionette": "1.8.8",
"backbone.babysitter": "0.1.12",
"blobjs": "1.1.1",
"bootbox": "https://github.com/makeusabrew/bootbox#8d843602",
"bootstrap-2.3.2": "https://github.com/ip-tools/bootstrap-2.3.2#2.0.0",
"bootstrap-slider": "9.1.1",
"classie": "1.0.0",
"clean-webpack-plugin": "^2.0.2",
"clipboard": "2.0.1",
"compression-webpack-plugin": "1.1.11",
"css-element-queries": "1.2.0",
"css-loader": "0.28.11",
"es6-shim": "0.35.3",
"exports-loader": "0.7.0",
"expose-loader": "0.7.5",
"file-loader": "1.1.11",
"file-saver": "1.3.3",
"font-awesome": "https://github.com/ip-tools/font-awesome#3.2.1",
"humanize-plus": "1.8.2",
"imports-loader": "0.8.0",
"jq-pagination": "https://github.com/ip-tools/jqPagination#1.4.2-alpha.2",
"jquery": "3.4.1",
"jquery-caret-plugin": "1.5.3",
"jquery-hotkeys": "0.2.2",
"jquery-migrate": "3.0.1",
"jquery.redirect": "1.0.7",
"jquery.viewport": "1.0.1",
"jrumble": "1.3.0",
"json-loader": "0.5.7",
"keyboarder": "https://github.com/ip-tools/KeyBoarder#1.0.2",
"license-webpack-plugin": "^2.1.1",
"localforage": "1.5.0",
"localforage-backbone": "https://github.com/ip-tools/localForage-backbone#0.6.3-alpha.1",
"lz-string": "1.4.4",
"material-design-icons-iconfont": "4.0.2",
"modernizr": "3.6.0",
"modernizr-loader": "1.0.1",
"moment": "2.22.1",
"ng-annotate-loader": "0.6.1",
"node-sass": "4.13.0",
"notificationfx": "https://github.com/ip-tools/notificationFx#0.0.2",
"promise": "8.0.1",
"purl": "https://github.com/allmarkedup/purl",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass-loader": "7.1.0",
"screenfull": "3.3.1",
"script-loader": "0.7.2",
"select2": "3.5.1",
"slugify": "^1.3.4",
"split-grid": "1.0.9",
"stacktrace-js": "https://github.com/stacktracejs/stacktrace.js#89214a18",
"style-loader": "0.20.3",
"toprogress": "https://github.com/djyde/ToProgress",
"ts-loader": "^6.0.1",
"typescript": "^3.4.5",
"uglifyjs-webpack-plugin": "1.2.4",
"underscore": "1.8.3",
"underscore-template-loader": "1.0.0",
"underscore.string": "3.3.4",
"url-join": "2.0.5",
"waypoints": "4.0.1",
"webpack": "4.32.2",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.4.1",
"webpack-notifier": "1.7.0",
"x-editable": "1.5.1",
"zeroclipboard": "2.3.0"
},
"resolutions": {
"jquery": "1.12.4"
}
}