-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
93 lines (93 loc) · 2.94 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --progress",
"build": "webpack --progress --mode production",
"test": "jest --coverage",
"storybook": "start-storybook -p 6006 -c .storybook",
"build-storybook": "build-storybook"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@types/emoji-mart": "^3.0.4",
"@types/react-redux": "^7.1.11",
"@types/redux-actions": "^2.6.1",
"@types/redux-logger": "^3.0.8",
"axios": "0.21.0",
"css-loader": "5.0.1",
"dotenv": "8.2.0",
"emoji-mart": "^3.0.0",
"favicons-webpack-plugin": "4.2.0",
"path": "0.12.7",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "5.2.0",
"react-toastify": "6.1.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-saga": "1.1.3",
"socket.io-client": "^3.0.3",
"style-loader": "2.0.0",
"styled-components": "5.2.1",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.12.1",
"@babel/preset-react": "7.12.5",
"@babel/preset-typescript": "7.12.1",
"@storybook/addon-actions": "6.1.1",
"@storybook/addon-essentials": "6.1.1",
"@storybook/addon-knobs": "^6.1.6",
"@storybook/addon-links": "6.1.1",
"@storybook/node-logger": "^6.1.6",
"@storybook/react": "6.1.1",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.15",
"@types/react": "16.9.56",
"@types/react-dom": "16.9.9",
"@types/react-redux": "7.1.11",
"@types/react-router-dom": "5.1.6",
"@types/redux-logger": "3.0.8",
"@types/styled-components": "^5.1.4",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"babel-loader": "8.2.1",
"clean-webpack-plugin": "3.0.0",
"core-js": "^3.7.0",
"dotenv-webpack": "5.1.0",
"eslint": "7.13.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-import-resolver-webpack": "^0.13.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"html-webpack-plugin": "4.5.0",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"prettier": "2.1.2",
"react-docgen-typescript-loader": "3.7.2",
"react-testing-library": "^8.0.1",
"ts-jest": "^26.4.4",
"ts-loader": "8.0.11",
"typescript": "4.0.5",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1"
}
}