-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@bradgarropy/use-countdown": "^1.5.2",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-tailwind/react": "^2.1.2",
"autoprefixer": "^10.4.15",
"axios": "^1.5.1",
"framer-motion": "^10.16.16",
"moment": "^2.30.1",
"moment-timezone": "^0.5.44",
"postcss": "^8.4.29",
"react": "^18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-modal": "^3.16.1",
"react-page-scroll": "^1.0.6",
"react-router-dom": "^6.15.0",
"react-use": "^17.4.2",
"swiper": "^11.0.5",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@types/node": "^20.7.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.69.5",
"tailwindcss": "^3.3.6",
"vite": "^5.0.0"
},
"proxy": "http://localhost:8080"
}