forked from food-nutrients/food-nutrients
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.91 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
{
"name": "food-nutrients",
"version": "1.0.0",
"description": "View all the macro & micronutrients of raw foods as % based on daily recommended values. You can quickly identify missing micronutrients from your diet and add foods to your meal that gives you healthier nutrition.",
"keywords": [
"food",
"food-recommendation",
"food-classification",
"nutrition",
"nutrients",
"vitamins",
"protein",
"carbs",
"fat",
"minerals",
"essential",
"foods"
],
"bugs": {
"url": "https://github.com/food-nutrients/food-nutrients/issues"
},
"private": false,
"homepage": "https://github.com/food-nutrients/food-nutrients#readme",
"repository": {
"type": "git",
"url": "https://github.com/food-nutrients/food-nutrients.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"coverage": "jest --coverage -u --moduleNameMapper '{\".+\\\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$\": \"jest-transform-stub\"}'",
"eject": "react-scripts eject"
},
"dependencies": {
"antd": "3.17.0",
"chart.js": "2.8.0",
"immutability-helper": "3.0.0",
"react": "^16.8.6",
"react-chartkick": "0.3.0",
"react-device-detect": "1.6.2",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"rxjs": "6.5.2",
"shepherd.js": "2.8.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-transform-modules-commonjs": "7.4.4",
"@babel/plugin-transform-react-jsx": "7.3.0",
"jest-transform-stub": "2.0.0",
"react-test-renderer": "16.8.6"
}
}