-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.81 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.81 KB
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
{
"name": "delog-front",
"packageManager": "yarn@3.2.0",
"homepage": "https://ddd-community.github.io/DDD7-SSR-Frontend/",
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "yarn build-storybook && gh-pages -d storybook-static -e react",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/babel-plugin": "^11.9.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.0.0",
"@toast-ui/editor-plugin-color-syntax": "^3.0.3",
"@toast-ui/react-editor": "^3.1.5",
"@types/react-modal": "^3.13.1",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"emotion-normalize": "^11.0.1",
"lodash-es": "^4.17.21",
"next": "12.1.5",
"prismjs": "^1.28.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.31.3",
"react-modal": "^3.15.1",
"react-query": "^3.38.1",
"react-textarea-autosize": "^8.3.4",
"react-toastify": "^9.0.5",
"zustand": "^4.0.0-rc.1"
},
"devDependencies": {
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-docs": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/addon-viewport": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"@types/lodash-es": "^4.17.6",
"@types/node": "17.0.27",
"@types/prismjs": "^1.26.0",
"@types/react": "18.0.6",
"@types/react-dom": "18.0.2",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"gh-pages": "^4.0.0",
"typescript": "4.6.3"
}
}