-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) Β· 2.36 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
71
72
73
74
75
76
77
78
79
{
"name": "fedc5-looky-heejin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@tanstack/react-query": "^5.14.2",
"axios": "^1.7.7",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.3.21",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-merge-refs": "^2.1.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"react-toastify": "^10.0.5",
"react-use": "^17.5.0",
"redux": "^5.0.0",
"styled-components": "^6.1.13",
"styled-normalize": "^8.1.1",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.5.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/body-scroll-lock": "^3.1.2",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.4",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.10.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.3",
"twin.macro": "^3.4.1",
"typescript": "^5.4.5",
"vite": "^5.4.2",
"vite-plugin-compression2": "^1.2.0"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}