-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.69 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
{
"name": "project-cookbook-pro",
"version": "1.0.0",
"description": "<div align=\"center\">",
"main": "index.js",
"scripts": {
"test": "react-scripts test --env=jsdom",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sendgrid/mail": "^8.1.1",
"@tippyjs/react": "^4.2.6",
"bootstrap": "^5.3.2",
"date-fns": "^3.6.0",
"dompurify": "^3.1.2",
"firebase": "^10.6.0",
"openai": "^4.29.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-calendar": "^4.8.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-google-button": "^0.7.2",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.0.0",
"react-scripts": "^5.0.0",
"reactstrap": "^9.2.1",
"recharts": "^2.12.6",
"styled-components": "^6.1.8"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"css-loader": "^6.10.0",
"style-loader": "^3.3.4"
}
}