-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
75 lines (75 loc) · 1.95 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
{
"name": "hunger-game",
"version": "0.1.0",
"homepage": "https://hunger.openfoodfacts.org/",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@jonkoops/matomo-tracker-react": "^0.7.0",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "^5.0.0-alpha.151",
"@mui/material": "^5.14.16",
"@mui/x-data-grid": "^6.18.0",
"@reduxjs/toolkit": "^1.9.7",
"axios": "^0.27.2",
"i18next": "^23.6.0",
"lodash.isequal": "^4.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"react-map-interaction": "^2.1.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"react-zoom-pan-pinch": "^2.5.0",
"reactour": "^1.19.0",
"redux": "^4.2.0",
"styled-components": "^5.3.6",
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"@vitejs/plugin-react": "^4.1.1",
"eslint": "^8.53.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.4",
"husky": "^8.0.2",
"prettier": "^3.0.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"prettier": "prettier --write .",
"countries": "node update-countries.js",
"nutriments": "node update-nutriments.js",
"test": "react-scripts test",
"deploy": "bash deploy.sh",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]"
}