forked from archesproject/arches
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 3.4 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
{
"name": "arches",
"version": "7.5.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=8192 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=8192 ./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=8192 ./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=8192 ./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.5.x"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"@mapbox/geojson-extent": "0.3.2",
"@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.44",
"font-awesome": "~4.6.3",
"ionicons": "~2.0.1",
"jqtree": "1.3.4",
"jquery": "^3.6.2",
"jquery-migrate": "3.4.0",
"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.34",
"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",
"underscore": "1.13.4",
"uuidjs": "^3.3.0",
"webpack-bundle-tracker": "^1.4.0"
}
}