-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.78 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
{
"name": "prefolio-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=7725d32bbcc9",
"deploy": "next build && next export"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material/slider": "^14.0.0",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.3",
"@mui/styles": "^5.11.2",
"@next/font": "13.1.1",
"@tanstack/react-query": "^4.24.4",
"@tanstack/react-query-devtools": "^4.24.4",
"@toast-ui/editor-plugin-chart": "^3.0.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/editor-plugin-table-merged-cell": "^3.1.0",
"@toast-ui/editor-plugin-uml": "^3.0.1",
"@toast-ui/react-editor": "^3.2.2",
"@types/axios": "^0.14.0",
"@types/js-yaml": "^4.0.5",
"@types/material-ui": "^0.21.12",
"@types/node": "18.11.18",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-infinite-scroll-component": "^5.0.0",
"axios": "^1.2.3",
"dotenv-webpack": "^8.0.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"framer-motion": "^9.0.1",
"js-yaml": "^4.1.0",
"next": "13.1.1",
"polished": "^4.2.2",
"pretendard": "^1.3.6",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.4.1",
"react-material-ui-carousel": "^3.4.2",
"recoil": "^0.7.6",
"styled-components": "^5.3.6",
"styled-normalize": "^8.0.7",
"typescript": "4.9.4",
"webpack": "^5.75.0"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@mdx-js/react": "^1.6.22",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack4": "^6.5.15",
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^5.5.0",
"@types/react-datepicker": "^4.8.0",
"@types/styled-components": "^5.1.26",
"babel-loader": "^9.1.2",
"babel-plugin-styled-components": "^2.0.7",
"chromatic": "^6.14.0",
"eslint-plugin-storybook": "^0.6.8",
"react-datepicker": "^4.8.0"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
}