forked from FRONTENDSCHOOLPLUS2/trifly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "trifly",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.56.2",
"@types/eslint": "^8.56.10",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"next": "^14.2.10",
"next-auth": "^5.0.0-beta.20",
"react": "^18",
"react-calendar": "^5.0.0",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"react-infinite-scroller": "^1.2.6",
"react-lottie-player": "^2.1.0",
"react-query": "^3.39.3",
"react-to-print": "^2.15.1",
"react-virtuoso": "^4.12.3",
"recharts": "^2.12.7",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"sass": "^1.77.4",
"swiper": "^11.1.4"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.2.5",
"typescript": "^5"
}
}