-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
102 lines (102 loc) · 3.18 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
{
"name": "peer_web_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write '**/*.{js,ts,tsx,jsx}'",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.7.2",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.8",
"@mui/material-nextjs": "^5.15.5",
"@mui/x-date-pickers": "^6.19.2",
"@next/eslint-plugin-next": "^13.4.19",
"@toast-ui/editor": "^3.2.2",
"@types/gtag.js": "^0.0.19",
"@types/lodash": "^4.14.199",
"@types/node": "20.5.3",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/web-app-manifest": "^1.0.7",
"axios": "^1.4.0",
"babel-plugin-macros": "^3.1.0",
"bufferutil": "^4.0.8",
"cookies-next": "^4.1.0",
"cropper": "^4.1.0",
"dayjs": "^1.11.5",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"firebase": "^10.8.0",
"framer-motion": "^10.16.5",
"jose": "^5.2.0",
"lodash": "^4.17.21",
"net": "^1.0.2",
"next": "^13.5.6",
"next-auth": "^4.23.1",
"octokit": "^4.0.2",
"prettier": "^3.0.2",
"react": "18.2.0",
"react-big-calendar": "^1.8.5",
"react-cookie": "^6.1.1",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.45.4",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.3",
"swr": "^2.2.4",
"tls": "^0.0.1",
"utf-8-validate": "^5.0.10",
"web-push": "^3.6.6",
"workbox-webpack-plugin": "^7.0.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.1.4",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-interactions": "^7.6.13",
"@storybook/addon-links": "^7.6.13",
"@storybook/addon-mdx-gfm": "^7.6.15",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/addon-themes": "^7.6.17",
"@storybook/blocks": "^7.6.13",
"@storybook/nextjs": "^7.6.17",
"@storybook/react": "^7.6.13",
"@storybook/test": "^7.6.13",
"@svgr/webpack": "^8.1.0",
"@types/lodash": "^4.14.199",
"@types/react-big-calendar": "^1.8.4",
"@types/react-grid-layout": "^1.3.5",
"@types/react-slick": "^0.23.11",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"lodash": "^4.17.21",
"prettier": "^3.0.2",
"sass": "^1.69.5",
"storybook": "^7.6.13",
"typescript": "^5.1.6"
}
}