-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.05 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
{
"name": "nextjs-book-stairs",
"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"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"axios": "^0.27.2",
"framer-motion": "^6.3.3",
"next": "^12.2.2",
"next-images": "^1.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.32.0",
"react-responsive": "^9.0.0-beta.6",
"react-textarea-autosize": "^8.3.4",
"recoil": "^0.7.2",
"recoil-persist": "^4.1.0",
"sharp": "^0.30.7",
"swr": "^1.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@emotion/babel-plugin": "^11.7.2",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@next/eslint-plugin-next": "^12.2.3",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/cli": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"@svgr/webpack": "^6.2.1",
"@types/node": "17.0.21",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.5",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"babel-loader": "^8.2.5",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-storybook": "^0.5.11",
"msw": "^0.49.2",
"prettier": "2.5.1",
"react-docgen-typescript-loader": "^3.7.2",
"typescript": ">=3.3.1 <4.6.0 "
},
"msw": {
"workerDirectory": "public"
}
}