-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.77 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@tanstack/react-query": "^5.39.0",
"@types/jsonwebtoken": "^9.0.6",
"axios": "^1.6.8",
"cssnano": "^7.0.3",
"d3": "^7.9.0",
"framer-motion": "^11.0.24",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"next": "14.1.3",
"prettier": "^3.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.3",
"react-lottie": "^1.2.4",
"react-query": "^3.39.3",
"react-router-dom": "^6.22.3",
"recoil": "^0.7.7",
"sharp": "^0.33.4",
"swiper": "^11.0.7",
"three": "^0.162.0",
"vercel": "^34.2.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^5.39.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"@types/sharp": "^0.32.0",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"autoprefixer": "^10.0.1",
"eslint": "^9.5.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.1.3",
"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",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}