forked from openfoodfacts/openfoodfacts-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) 路 2.38 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) 路 2.38 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
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
{
"name": "product-opener",
"version": "1.0.0",
"description": "",
"main": "",
"private": true,
"browserslist": [
">0.05%",
"defaults"
],
"scripts": {
"build": "gulp",
"build:watch": "gulp watch",
"build:dynamic": "npm install && gulp dynamic",
"test": "npm run lint",
"lint": "npm run lint:js && npm run lint:css && npm run lint:scss",
"lint:js": "eslint gulpfile.mjs html/js/*.js",
"lint:css": "stylelint html/css/*.css",
"lint:scss": "stylelint scss/*.scss",
"snyk-protect": "snyk-protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/openfoodfacts/openfoodfacts-server.git"
},
"author": "Open Food Facts Association",
"license": "GNU Affero General Public License",
"bugs": {
"url": "https://github.com/openfoodfacts/openfoodfacts-server/issues"
},
"homepage": "https://github.com/openfoodfacts/openfoodfacts-server#readme",
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {
"@kristjan.esperanto/leaflet.markercluster": "^3.0.2",
"@openfoodfacts/openfoodfacts-nodejs": "2.0.0-alpha.30",
"@openfoodfacts/openfoodfacts-webcomponents": "1.16.0",
"@snyk/protect": "^1.1305.0",
"@webcomponents/webcomponentsjs": "2.8.0",
"@yaireo/tagify": ">=4.12.0 <4.38.0",
"blueimp-file-upload": "^10.31.0",
"cropperjs": "^1.6.1",
"foundation-sites": "5.5.3",
"highcharts": "^9.2.2",
"jquery": "2.2.4",
"jquery-cropper": "^1.0.2",
"jquery-ui": "1.14.2",
"jsbarcode": "^3.12.3",
"jsvectormap": "^1.7.0",
"leaflet": "^2.0.0-alpha.1",
"papaparse": "^5.5.3",
"select2": "~4.0"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@babel/preset-env": "^7.22.0",
"@eslint/js": "^10.0.1",
"dotenv": "^17.4.2",
"eslint": "^10.4.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-gzip": "^1.4.2",
"gulp-sass": "^6.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-terser": "^2.1.0",
"sass": "^1.100.0",
"stylelint": "^17.6.0",
"stylelint-config-recommended": "^18.0.0",
"stylelint-config-recommended-scss": "^17.0.1",
"stylelint-scss": "^7.1.1"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/openfoodfacts-server"
},
"snyk": true
}