-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.13 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": "yoga-bear",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --write --ignore-unknown",
"test": "jest --watch"
},
"dependencies": {
"@devexpress/dx-react-core": "^3.0.6",
"@devexpress/dx-react-scheduler": "^3.0.6",
"@devexpress/dx-react-scheduler-material-ui": "^3.0.6",
"@emailjs/browser": "^3.9.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.12",
"@mui/x-date-pickers": "^5.0.6",
"browser-image-compression": "^2.0.0",
"firebase": "^9.13.0",
"html-react-parser": "^3.0.4",
"immer": "^9.0.16",
"next": "13.0.0",
"pusher": "^5.1.1-beta",
"pusher-js": "^7.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-full-screen": "^1.1.1",
"react-input-mask": "^2.0.4",
"react-quill": "^2.0.0",
"recoil": "^0.7.6",
"simple-peer": "^9.11.1",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.2",
"sweetalert2": "^11.6.9",
"swiper": "^8.4.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@types/react-input-mask": "^3.0.2",
"@types/react-test-renderer": "^18.0.0",
"@types/simple-peer": "^9.11.5",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.7.1",
"react-test-renderer": "^18.2.0",
"typescript": "4.8.4"
}
}