-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.34 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 3.34 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "react-typescript-firebase",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3000",
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/core": "^7.12.1",
"@mantine/dates": "^7.12.1",
"@mui/x-date-pickers-pro": "^7.13.0",
"@tabler/icons-react": "^2.45.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tippyjs/react": "^4.2.6",
"@types/gapi.auth2": "^0.0.60",
"@types/gapi.calendar": "^3.0.10",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.3",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/parser": "^6.4.0",
"autoprefixer": "^10.4.15",
"body-scroll-lock": "^4.0.0-beta.0",
"clipboard-copy": "^4.0.1",
"date-fn": "^0.0.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"firebase": "^9.15.0",
"gapi-script": "^1.2.0",
"googleapis": "^144.0.0",
"lodash": "^4.17.21",
"luxon": "^3.5.0",
"mdb-react-ui-kit": "^7.1.0",
"npm": "^10.8.2",
"postcss": "^8.4.28",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-dom": "^18.2.0",
"react-dropdown-select": "^4.9.3",
"react-favicon": "^2.0.3",
"react-google-calendar-api": "^2.3.0",
"react-icons": "^5.0.1",
"react-multi-date-picker": "^4.5.2",
"react-redux": "^9.1.0",
"react-router-dom": "^6.15.0",
"react-scripts": "^5.0.1",
"react-select": "^5.8.0",
"react-tooltip": "^5.26.3",
"reactjs-popup": "^2.0.6",
"resend": "^6.9.1",
"start": "^5.1.0",
"tippy": "^0.0.0",
"tippy.js": "^6.3.7",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"yalies": "^0.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build && firebase deploy --only hosting",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"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"
]
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@types/body-scroll-lock": "^3.1.2",
"@types/gapi.client": "^1.0.8",
"@types/gapi.client.calendar": "^3.0.12",
"@types/lodash": "^4.17.14",
"@types/luxon": "^3.4.2",
"@types/node": "^25.3.0",
"@types/react": "^18.3.7",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-unused-imports": "^4.1.3",
"prettier": "^3.3.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.3"
}
}