-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.35 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
{
"name": "cookbook",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-oauth/google": "^0.11.1",
"@react-pdf/renderer": "^3.1.14",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/match-sorter-utils": "^8.11.3",
"@tanstack/react-table": "^8.11.3",
"animate.css": "^4.1.1",
"axios": "^1.6.5",
"chart.js": "^4.4.1",
"firebase": "^10.7.1",
"html-react-parser": "^4.2.10",
"moment": "^2.30.1",
"openai": "^4.24.1",
"react": "^18.2.0",
"react-animation-on-scroll": "^5.1.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-image-gallery": "^1.3.0",
"react-particles": "^2.12.2",
"react-pdf": "^7.6.0",
"react-pdf-html": "^1.1.18",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.21.1",
"react-router-hash-link": "^2.4.3",
"react-scroll-motion": "^0.3.2",
"react-scroll-to-top": "^3.0.0",
"react-svg-to-image": "^3.0.0",
"react-time-picker": "^6.6.0",
"react-type-animation": "^3.2.0"
},
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.4",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"react-router-dom": "^6.21.1",
"tailwindcss": "^3.4.1",
"tailwindcss-animatecss": "^3.0.5",
"vite": "^4.5.1",
"vite-plugin-babel-macros": "^1.0.6"
},
"babelMacros": {
"fontawesome-svg-core": {
"license": "free"
}
}
}