-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.74 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
{
"name": "save-game",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.4.0",
"firebase": "^9.23.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.10.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.10.0",
"recoil": "^0.7.7"
},
"devDependencies": {
"@hookform/resolvers": "^3.1.0",
"@types/react": "^18.0.28",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0-beta.0",
"autoprefixer": "^10.4.14",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.3",
"browser-image-compression": "^2.0.2",
"chart.js": "^4.3.0",
"daisyui": "^3.1.6",
"date-fns": "^2.30.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"json-schema": "^0.4.0",
"parse-json": "^7.0.0",
"postcss": "^8.4.23",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.13.0",
"react-intersection-observer": "^9.5.2",
"react-is": "^18.2.0",
"react-responsive-carousel": "^3.2.23",
"styled-components": "^5.3.11",
"tailwindcss": "^3.3.1",
"twin.macro": "^3.3.1",
"typescript": "^5.1.3",
"vite": "^4.3.0",
"yup": "^1.2.0"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}