forked from geobtaa/geoportal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 2.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 2.17 KB
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
{
"name": "blacklight-frontend",
"version": "7.1.0-alpha",
"description": "[](https://travis-ci.org/projectblacklight/blacklight) [](http://badge.fury.io/rb/blacklight) [](https://coveralls.io/github/projectblacklight/blacklight?branch=master)",
"main": "app/assets/javascripts/blacklight",
"scripts": {
"js-compile-bundle": "shx cat app/javascript/blacklight/core.js app/javascript/blacklight/autocomplete.js app/javascript/blacklight/bookmark_toggle.js app/javascript/blacklight/checkbox_submit.js app/javascript/blacklight/collapsable.js app/javascript/blacklight/facet_load.js app/javascript/blacklight/modal.js app/javascript/blacklight/search_context.js | shx sed \"s/^(import|export).*//\" | babel --filename app/javascript/blacklight/blacklight.js > app/assets/javascripts/blacklight/blacklight.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectblacklight/blacklight.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/projectblacklight/blacklight/issues"
},
"homepage": "https://github.com/projectblacklight/blacklight#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"babel-loader": "^8.0.6",
"shx": "^0.3.2",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/polyfill": "^7.7.0",
"@babel/preset-react": "^7.7.4",
"@blueprintjs/core": "^3.26.0",
"@rails/webpacker": "^4.2.0",
"bloodhound-js": "^1.2.3",
"bootstrap": "^4.3.1",
"core-js": "^3.4.8",
"jquery": "3.4.1",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0",
"mirador": "^3.0.0-beta.7",
"mirador-dl-plugin": "^0.11.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"serialize-javascript": "^2.1.1",
"typeahead.js": "^0.11.1",
"unfetch": "^4.1.0",
"url-polyfill": "^1.1.7"
}
}