-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.71 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
{
"name": "donggukton-next",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"svgr": "svgr --out-dir src/components/common/svgs --no-index --typescript --no-svgo -- src/public/svgs"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emailjs/browser": "^3.6.2",
"@egjs/flicking-plugins": "^4.5.0",
"@egjs/react-flicking": "^4.10.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@react-three/drei": "7.3.1",
"@react-three/fiber": "7.0.6",
"@react-three/postprocessing": "^2.15.11",
"@sentry/nextjs": "^7.7.0",
"@styled-system/should-forward-prop": "^5.1.5",
"@tiptap/extension-color": "^2.0.0-beta.206",
"@tiptap/extension-document": "^2.0.0-beta.204",
"@tiptap/extension-dropcursor": "^2.0.0-beta.207",
"@tiptap/extension-highlight": "^2.0.0-beta.206",
"@tiptap/extension-image": "^2.0.0-beta.207",
"@tiptap/extension-list-item": "^2.0.0-beta.207",
"@tiptap/extension-text-align": "^2.0.0-beta.206",
"@tiptap/extension-text-style": "^2.0.0-beta.206",
"@tiptap/extension-typography": "^2.0.0-beta.207",
"@tiptap/extension-underline": "^2.0.0-beta.205",
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "^2.0.0-beta.204",
"@vercel/analytics": "^1.1.1",
"antd": "^5.12.1",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"jotai": "^2.3.0",
"lodash": "^4.17.21",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.0",
"react-query": "^3.39.3",
"sanitize-html": "^2.11.0",
"styled-system": "^5.1.5",
"three": "0.131.3",
"use-deep-compare-effect": "^1.8.1"
},
"devDependencies": {
"@react-theming/storybook-addon": "^1.1.7",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-docs": "^6.5.10",
"@storybook/addon-essentials": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/builder-webpack5": "^6.5.9",
"@storybook/manager-webpack5": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/testing-library": "^0.0.13",
"@types/lodash": "^4.14.196",
"@types/node": "20.4.8",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/sanitize-html": "^2.9.0",
"@types/styled-system": "^5.1.15",
"@types/styled-system__should-forward-prop": "^5.1.2",
"eslint": "8.9.0",
"eslint-config-next": "12.2.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-storybook": "^0.6.1",
"eslint-plugin-unused-imports": "^2.0.0",
"sass": "^1.64.2",
"typescript": "5.1.6"
}
}