forked from archesproject/arches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
144 lines (144 loc) · 7.77 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "arches",
"version": "7.6.0",
"scripts": {
"build_production": "./arches/app/media/node_modules/.bin/cross-env NODE_PATH=./arches/app/media/node_modules NODE_OPTIONS=--max-old-space-size=2048 NODE_ENV=production ./arches/app/media/node_modules/.bin/webpack --config arches/webpack/webpack.config.prod.js",
"build_development": "./arches/app/media/node_modules/.bin/cross-env NODE_PATH=./arches/app/media/node_modules NODE_OPTIONS=--max-old-space-size=2048 ./arches/app/media/node_modules/.bin/webpack --config arches/webpack/webpack.config.dev.js",
"build_test": "./arches/app/media/node_modules/.bin/cross-env NODE_PATH=./arches/app/media/node_modules NODE_OPTIONS=--max-old-space-size=2048 ./arches/app/media/node_modules/.bin/webpack --config arches/webpack/webpack.config.dev.js --env test=true",
"start": "./arches/app/media/node_modules/.bin/cross-env NODE_PATH=./arches/app/media/node_modules NODE_OPTIONS=--max-old-space-size=2048 ./arches/app/media/node_modules/.bin/webpack serve --config arches/webpack/webpack.config.dev.js"
},
"repository": {
"url": "[email protected]:archesproject/arches.git",
"type": "git"
},
"devDependencies": {
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/7.6.x"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mapbox/geojson-extent": "~1.0.1",
"@mapbox/geojsonhint": "^3.0.1",
"@mapbox/mapbox-gl-draw": "1.1.2",
"@mapbox/mapbox-gl-geocoder": "^4.4.0",
"@tmcw/togeojson": "^4.3.0",
"@turf/turf": "4.4.0",
"backbone": "1.3.3",
"bootstrap": "3.4.1",
"bootstrap-colorpicker": "^2.5.3",
"chosen-js": "1.8.7",
"ckeditor4": "ckeditor/ckeditor4-releases#full/4.20.x",
"codemirror": "^5.65.6",
"core-js": "^3.21.1",
"cross-env": "^7.0.3",
"cross-fetch": "^3.1.5",
"cytoscape": "^3.18.2",
"cytoscape-cola": "^2.4.0",
"d3": "^6.1.1",
"datatables.net": "~1.12.1",
"datatables.net-bs": "~1.12.1",
"datatables.net-buttons": "^2.2.3",
"datatables.net-buttons-bs": "^2.2.3",
"datatables.net-responsive": "~2.3.0",
"datatables.net-responsive-bs": "~2.3.0",
"dom4": "^2.0.1",
"dropzone": "5.7.0",
"eonasdan-bootstrap-datetimepicker": "~4.17.49",
"font-awesome": "~4.6.3",
"ionicons": "~2.0.1",
"jqtree": "1.3.4",
"jquery": "^3.6.2",
"jquery-migrate": "~3.4.1",
"jquery-validation": "1.19.5",
"jqueryui": "1.11.1",
"js-cookie": "2.1.1",
"knockout": "3.5.0",
"knockout-mapping": "~2.6.0",
"knockstrap": "1.3.2",
"latlon-geohash": "1.1.0",
"leaflet": "1.6.0",
"leaflet-draw": "^1.0.4",
"leaflet-iiif": "^3.0.0",
"leaflet.fullscreen": "^1.6.0",
"lt-themify-icons": "^1.1.0",
"mapbox-gl": "^1.8.1",
"metismenu": "2.7.2",
"moment": "^2.29.4",
"moment-timezone": "~0.5.43",
"nouislider": "11.0.3",
"numeral": "^2.0.6",
"proj4": "^2.3.15",
"regenerator-runtime": "^0.13.9",
"requirejs": "~2.3.2",
"requirejs-plugins": "1.0.2",
"requirejs-text": "~2.0.16",
"select2": "3.5.1",
"select-woo": "jadu/selectWoo",
"underscore": "~1.13.6",
"uuidjs": "^3.3.0",
"vue": "^3.3.4",
"webpack-bundle-tracker": "^1.4.0"
},
"nodeModulesPaths": {
"nifty": "plugins/nifty",
"leaflet-side-by-side": "plugins/leaflet-side-by-side/index",
"themepunch-tools": "plugins/revolution-slider/rs-plugin/js/jquery.themepunch.tools.min",
"revolution-slider": "plugins/revolution-slider",
"slick": "plugins/slick",
"async": "node_modules/requirejs-plugins/src/async",
"text": "node_modules/requirejs-text/text",
"jquery": "node_modules/jquery/dist/jquery.min",
"js-cookie": "node_modules/js-cookie/src/js.cookie",
"select2": "node_modules/select2/select2",
"select-woo": "node_modules/select-woo/dist/js/selectWoo.full",
"select-woo-src": "node_modules/select-woo/src/js/select2",
"bootstrap": "node_modules/bootstrap/dist/js/bootstrap.min",
"jquery-ui": "node_modules/jqueryui/jquery-ui.min",
"backbone": "node_modules/backbone/backbone-min",
"underscore": "node_modules/underscore/underscore-min",
"jquery-validate": "node_modules/jquery-validation/dist/jquery.validate.min",
"d3": "node_modules/d3/dist/d3.min",
"dropzone": "node_modules/dropzone/dist/min/dropzone-amd-module.min",
"ckeditor4": "node_modules/ckeditor4/ckeditor",
"ckeditor-jquery": "node_modules/ckeditor4/adapters/jquery",
"knockout": "node_modules/knockout/build/output/knockout-latest",
"knockout-mapping": "node_modules/knockout-mapping/dist/knockout.mapping.min",
"moment": "node_modules/moment/moment.js",
"bootstrap-datetimepicker": "node_modules/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min",
"blueimp-gallery": "node_modules/blueimp-gallery/js/blueimp-gallery.min",
"blueimp-jquery": "node_modules/blueimp-gallery/js/jquery.blueimp-gallery.min",
"blueimp-helper": "node_modules/blueimp-gallery/js/blueimp-helper.min",
"datatables.net": "node_modules/datatables.net/js/jquery.dataTables.min",
"datatables.net-bs": "node_modules/datatables.net-bs/js/dataTables.bootstrap.min",
"datatables.net-buttons": "node_modules/datatables.net-buttons/js/dataTables.buttons.min",
"datatables.net-buttons-print": "node_modules/datatables.net-buttons/js/buttons.print.min",
"datatables.net-buttons-html5": "node_modules/datatables.net-buttons/js/buttons.html5.min",
"datatables.net-buttons-bs": "node_modules/datatables.net-buttons-bs/js/buttons.bootstrap.min",
"datatables.net-responsive": "node_modules/datatables.net-responsive/js/dataTables.responsive",
"datatables.net-responsive-bs": "node_modules/datatables.net-responsive-bs/js/responsive.bootstrap",
"chosen": "node_modules/chosen-js/chosen.jquery.min",
"mapbox-gl": "node_modules/mapbox-gl/dist/mapbox-gl",
"mapbox-gl-draw": "node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw",
"mapbox-gl-geocoder": "node_modules/@mapbox/mapbox-gl-geocoder/dist/mapbox-gl-geocoder.min",
"proj4": "node_modules/proj4/dist/proj4",
"noUiSlider": "node_modules/nouislider/distribute/nouislider.min",
"geojson-extent": "node_modules/@mapbox/geojson-extent/geojson-extent",
"geojsonhint": "node_modules/@mapbox/geojsonhint/geojsonhint",
"bootstrap-colorpicker": "node_modules/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.min",
"uuid": "node_modules/uuidjs/dist/uuid.core",
"turf": "node_modules/@turf/turf/turf.min",
"geohash": "node_modules/latlon-geohash/latlon-geohash",
"leaflet": "node_modules/leaflet/dist/leaflet",
"leaflet-iiif": "node_modules/leaflet-iiif/leaflet-iiif",
"leaflet-draw": "node_modules/leaflet-draw/dist/leaflet.draw",
"leaflet-fullscreen": "node_modules/leaflet.fullscreen/Control.FullScreen",
"metismenu": "node_modules/metismenu/dist/metisMenu.min",
"knockstrap": "node_modules/knockstrap/build/knockstrap.min",
"jqtree": "node_modules/jqtree/tree.jquery",
"dom-4": "node_modules/dom4/build/dom4",
"numeral": "node_modules/numeral/numeral",
"togeojson": "node_modules/@tmcw/togeojson/dist/togeojson.es",
"cytoscape": "node_modules/cytoscape/dist/cytoscape.min",
"cytoscape-cola": "node_modules/cytoscape-cola/cytoscape-cola",
"webcola": "node_modules/webcola/WebCola/cola.min"
}
}