-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
88 lines (88 loc) · 3.45 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
{
"name": "geoportal-frontend",
"version": "5.5.0",
"description": "[![Build Status](https://travis-ci.org/projectblacklight/blacklight.png?branch=master)](https://travis-ci.org/projectblacklight/blacklight) [![Gem Version](https://badge.fury.io/rb/blacklight.png)](http://badge.fury.io/rb/blacklight) [![Coverage Status](https://coveralls.io/repos/github/projectblacklight/blacklight/badge.svg?branch=master)](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/register": "^7.7.0",
"shx": "^0.3.2",
"vite": "^5.0.0",
"vite-plugin-rails": "^0.5.0",
"vite-plugin-ruby": "^5.1.0",
"webpack-dev-server": "^4.0"
},
"dependencies": {
"@babel/cli": "^7.5.5",
"@babel/helper-simple-access": "^7.25.9",
"@babel/helpers": "^7.22.15",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.4",
"@blueprintjs/core": "^3.26.0",
"@geoblacklight/admin": "^0.4.4",
"@geoblacklight/frontend": "^4.4",
"@hotwired/stimulus": "^3.2.2",
"@kurkle/color": "^0.3.2",
"@material-ui/core": "4.11.3",
"@material-ui/icons": "^4.9.1",
"@nathanvda/cocoon": "^1.2.14",
"@rails/actioncable": "^7.0.7-2",
"@rails/activestorage": "^7.0.7-2",
"@rails/ujs": "^7.0.7-2",
"@rails/webpacker": "^5.4.4",
"babel-loader": "^8.0.6",
"blacklight-allmaps": "^0.3.1",
"bloodhound-js": "^1.2.3",
"bootstrap": "^4.5.0",
"bootstrap-datepicker": "^1.10.0",
"chosen-jquery": "^0.1.1",
"core-js": "^3.4.8",
"devbridge-autocomplete": "^1.4.11",
"highcharts": "^11.1.0",
"i18n": "^0.15.1",
"inputmask": "^5.0.8",
"jquery": "3.5.1",
"js-cookie": "^2.2.1",
"levenary": "^1.1.1",
"linkifyjs": "^2.1.9",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0",
"mirador": "^3.3.0",
"mirador-dl-plugin": "^0.13.0",
"moment": "^2.29.4",
"node-forge": "^1.3.1",
"popper.js": "^1.16.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^5.0.1",
"serialize-javascript": "^6.0.1",
"shave": "^5.0.3",
"stimulus": "^1.1.1",
"stimulus-scroll-to": "^2.0.1",
"turbolinks": "^5.2.0",
"typeahead.js": "^0.11.1",
"unfetch": "^4.1.0",
"url-polyfill": "^1.1.7",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"yargs-parser": "^21.1.1"
}
}