-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "acallme-app",
"version": "0.1.0",
"private": true,
"contributors": [
{
"name": "Daniel Augusto Sato Yamashita"
},
{
"name": "Guilherme Vieira de Paiva"
},
{
"name": "João Henrique Freire de Sá"
},
{
"name": "Rodrigo Avella"
}
],
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/styles": "^4.11.4",
"@mui/icons-material": "^5.0.3",
"@mui/lab": "^5.0.0-alpha.50",
"@mui/material": "^5.0.3",
"@mui/styled-engine-sc": "^5.0.3",
"@mui/system": "^5.0.3",
"@storeon/localstorage": "^1.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.18",
"axios": "^0.23.0",
"date-fns": "^2.23.0",
"faker": "^5.5.3",
"history": "^5.0.0",
"izitoast": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"lodash.debounce": "^4.0.8",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dropzone": "^11.4.2",
"react-hook-form": "^7.17.2",
"react-icons": "^4.3.1",
"react-intl": "^5.20.10",
"react-query": "^3.26.0",
"react-query-devtools": "^2.6.3",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "3.4.4",
"react-scroll": "^1.8.4",
"simple-peer": "^9.11.0",
"simplebar-react": "^2.3.6",
"socket.io-client": "^4.3.2",
"storeon": "^3.1.4",
"styled-components": "^5.3.1",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "PORT=3333 react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"format": "prettier --write src",
"lint": "eslint --fix 'src/**/*'",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/node-logger": "^6.3.12",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.12",
"@types/axios": "^0.14.0",
"@types/faker": "^5.5.8",
"@types/jsonwebtoken": "^8.5.5",
"@types/lodash.debounce": "^4.0.6",
"@types/react-query": "^1.2.9",
"@types/react-router-dom": "^5.3.1",
"@types/react-scroll": "^1.8.3",
"@types/simple-peer": "^9.11.3",
"@types/socket.io-client": "^3.0.0",
"@types/styled-components": "^5.1.7",
"babel-plugin-import": "^1.13.3",
"customize-cra": "^1.0.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"react-app-rewired": "^2.1.8"
}
}