-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.16 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.16 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "git-talk-client",
"packageManager": "yarn@3.2.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint ",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@reduxjs/toolkit": "^1.8.3",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-controls": "^6.5.12",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"add": "^2.0.6",
"aws-sdk": "^2.1209.0",
"axios": "^0.27.2",
"cookie": "^0.5.0",
"core-js-pure": "3.23.1",
"eslint-config-next": "^12.1.6",
"js-cookie": "^3.0.1",
"next": "^12.1.6",
"next-redux-wrapper": "^7.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-redux": "^8.0.2",
"react-textarea-autosize": "^8.3.4",
"storybook-addon-styled-component-theme": "^2.0.0",
"styled-components": "^5.3.5",
"styled-normalize": "^8.0.7",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@mdx-js/react": "^1.6.22",
"@svgr/webpack": "^6.2.1",
"@types/babel__core": "^7",
"@types/cookie": "^0",
"@types/eslint": "^8",
"@types/js-cookie": "^3",
"@types/node": "^18.6.3",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-textarea-autosize": "^8",
"@types/redux-logger": "^3",
"@types/styled-components": "^5.1.25",
"babel-loader": "^8.2.5",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "^8.17.0",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"redux-logger": "^3.0.6",
"typescript": "latest"
},
"resolutions": {
"@storybook/react/webpack": "^5",
"babel-loader": "^8.2.5"
}
}