-
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": "wecare-fe",
"version": "0.1.0",
"private": true,
"homepage": "https://team-ollie.github.io/WeCare-FE/home/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@babel/eslint-parser": "^7.24.7",
"@svgr/webpack": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-query-devtools": "^5.45.1",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.19",
"axios": "^1.6.2",
"dayjs": "^1.11.11",
"embla-carousel-autoplay": "^8.1.3",
"embla-carousel-react": "^8.1.3",
"gh-pages": "^6.1.1",
"jotai": "^2.8.3",
"jotai-devtools": "^0.10.0",
"lottie-web": "^5.12.2",
"moment": "^2.30.1",
"next": "12.3.4",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-calendar": "^5.0.0",
"react-dom": "^18.2.0",
"react-dropdown": "^1.11.0",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"react-toastify": "^10.0.5",
"styled-components": "^6.1.11",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/gh-pages": "^6",
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"@types/react-modal": "^3",
"@yarnpkg/pnpify": "^4.1.0",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"eslint-plugin-react": "^7.34.3",
"typescript": "5.4.5"
},
"packageManager": "yarn@4.2.2"
}