-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.23 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
{
"name": "share-my-food",
"suffix": "final-project-wbs#020",
"version": "0.2.6",
"info": "Sharing is Caring",
"description": "The Final Project for the Full Stack Web & App Development Bootcamp course. Data provided by ElephantSQL. Backend API at sharemyfood-backend.herokuapp.com.",
"private": true,
"type": "module",
"//homepage": "https://sharemyfood-prerelease.vercel.app",
"///homepage": "https://sharemyfood.vercel.app",
"homepage": ".",
"dependencies": {
"@contentful/rich-text-html-renderer": "^15.11.1",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.3",
"js-cookie": "^3.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.1.2",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"react-simple-hook-modal": "^1.1.0",
"react-simple-maps": "2.0.0",
"react-slick": "^0.28.1",
"react-tabs": "^3.2.3",
"react-use": "^17.4.0",
"slick-carousel": "^1.8.1"
},
"//dependencies": {
"global": "^4.4.0",
"jquery": "^3.6.0",
"serve": "^13.0.2",
"add": "^2.0.6",
"@popperjs/core": "^2.11.0",
"@ionic/angular": "^6.0.0",
"@ionic/angular-server": "^6.0.2",
"prop-types": "^15.8.1",
"pigeon-maps": "^0.19.7",
"typescript": "^4.5.4",
"web-vitals": "^1.1.2",
"randomcolor": "^0.6.2",
"fireworks": "^2.2.7"
},
"scripts": {
"//start": "react-scripts start",
"//build": "react-scripts build",
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"engines": {
"node": ">=10",
"pnpm": ">=3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [
"sharemyfood",
"frontend",
"vercel",
"netlify"
],
"author": "VRW",
"license": "ISC",
"devDependencies": {
"gh-pages": "^3.2.3"
}
}