-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.67 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:migrate": "npx prisma migrate dev init",
"prisma:studio": "npx prisma studio",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@next/font": "13.3.0",
"@prisma/client": "^5.2.0",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/node": "18.15.11",
"@types/react": "18.0.34",
"@types/react-dom": "18.0.11",
"antd": "^5.9.0",
"axios": "^1.3.6",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"lodash": "^4.17.21",
"next": "13.3.0",
"next-s3-upload": "^0.3.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-notion": "^0.10.0",
"storybook": "^7.4.5",
"styled-components": "^6.0.4",
"typescript": "5.0.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.0-alpha.3",
"@storybook/addon-interactions": "^7.5.0-alpha.3",
"@storybook/addon-links": "^7.5.0-alpha.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.0-alpha.3",
"@storybook/nextjs": "^7.5.0-alpha.3",
"@storybook/react": "^7.5.0-alpha.3",
"@storybook/testing-library": "^0.2.1",
"@types/lodash": "^4.14.198",
"@types/prismjs": "^1.26.0",
"@types/styled-components": "^5.1.26",
"eslint-plugin-storybook": "^0.6.14",
"prisma": "^5.2.0"
}
}