-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
98 lines (98 loc) · 2.88 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
{
"name": "sulsul-fe",
"version": "0.1.0",
"description": "🍺 depromeet 11th team 8 sulsul(wise drinking life) FE repository",
"repository": "https://github.com/depromeet/sulsul-FE.git",
"authors": [
{
"name": "Chanyeong Cho",
"email": "[email protected]"
},
{
"name": "Hyojin Kim",
"email": "[email protected]"
},
{
"name": "Seoyoung Ko",
"email": "[email protected]"
}
],
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write **/*.{ts,tsx}",
"tsc": "tsc",
"storybook": "start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s ./public"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@hookform/devtools": "^4.1.0",
"@sentry/nextjs": "^7.1.1",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"cookies-next": "^2.0.5",
"date-fns": "^2.28.0",
"dotenv": "^16.0.1",
"emotion-reset": "^3.0.1",
"gradient-string": "^2.0.1",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"intercept-stdout": "^0.1.2",
"lodash": "^4.17.21",
"marked": "^4.0.17",
"next": "12.1.6",
"next-seo": "^5.4.0",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.30.0",
"react-intersection-observer": "^9.2.2",
"react-query": "^3.39.0",
"react-responsive-carousel": "^3.2.23",
"react-rewards": "^2.0.4",
"react-slick": "^0.29.0",
"react-toastify": "^9.0.5",
"react-transition-group": "^4.4.2",
"recoil": "^0.7.2",
"slick-carousel": "^1.8.1",
"storybook-addon-next-router": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/addon-storysource": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@svgr/webpack": "^5.5.0",
"@types/gradient-string": "^1.1.2",
"@types/gtag.js": "^0.0.10",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.25",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-slick": "^0.23.8",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"babel-loader": "^8.2.4",
"chromatic": "^6.5.3",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"prettier": "^2.6.1",
"storybook-dark-mode": "^1.0.9",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "4.6.3",
"url-loader": "^4.1.1"
}
}