-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) Β· 1.2 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
{
"name": "nextjs13-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next/font": "13.1.6",
"@svgr/webpack": "^7.0.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"emotion-reset": "^3.0.1",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"next": "^13.4.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.7",
"typescript": "4.9.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.2.3",
"@storybook/addon-interactions": "^7.2.3",
"@storybook/addon-links": "^7.2.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.2.3",
"@storybook/nextjs": "^7.2.3",
"@storybook/react": "^7.2.3",
"@storybook/testing-library": "^0.2.0",
"eslint-plugin-storybook": "^0.6.13",
"prettier": "2.8.3",
"storybook": "^7.2.3",
"tailwindcss": "^3.3.3"
}
}