forked from connection-2023/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.46 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "project-connection",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node swEnvBuild.ts && next dev ",
"build": "next build && node swEnvBuild.ts",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"analyze-bundle": "ANALYZE=true npm run build"
},
"dependencies": {
"@channel.io/channel-web-sdk-loader": "^1.1.3",
"@next/bundle-analyzer": "^14.1.0",
"@next/third-parties": "^14.1.0",
"@react-oauth/google": "^0.11.1",
"@sentry/nextjs": "^7.103.0",
"@tanstack/react-query": "^5.17.12",
"@tanstack/react-query-devtools": "^5.28.4",
"@tanstack/react-table": "^8.10.6",
"@tosspayments/payment-widget-sdk": "^0.10.2",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/ua-parser-js": "^0.7.39",
"chart.js": "^4.4.0",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"esbuild": "^0.19.11",
"eslint-config-next": "13.4.19",
"firebase": "^10.11.1",
"framer-motion": "^10.16.16",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"nanoid": "^5.0.1",
"next": "^14.1.0",
"next-nprogress-bar": "^2.3.11",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-big-calendar": "^1.8.4",
"react-chartjs-2": "^5.2.0",
"react-cropper": "^2.3.3",
"react-csv": "^2.2.2",
"react-day-picker": "^8.8.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.1",
"react-naver-maps": "^0.1.2",
"react-paginate": "^8.2.0",
"react-range": "^1.8.14",
"react-select": "^5.7.7",
"react-toastify": "^9.1.3",
"sanitize-html": "^2.11.0",
"socket.io-client": "^4.7.4",
"suneditor": "^2.45.1",
"suneditor-react": "^3.6.1",
"tailwind-scrollbar": "^3.0.5",
"typescript": "5.2.2",
"ua-parser-js": "^1.0.37",
"zustand": "^4.4.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.16",
"@storybook/addon-interactions": "^7.6.16",
"@storybook/addon-links": "^7.6.16",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.16",
"@storybook/nextjs": "^7.6.16",
"@storybook/react": "^7.6.16",
"@storybook/testing-library": "^0.2.2",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/navermaps": "^3.6.6",
"@types/react-big-calendar": "^1.6.5",
"@types/react-csv": "^1.1.6",
"@types/react-datepicker": "^4.15.0",
"@types/sanitize-html": "^2.9.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.8.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"postcss": "^8.4.35",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"storybook": "^7.6.16",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.1",
"tsconfig-paths-webpack-plugin": "^4.1.0"
}
}