-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
88 lines (88 loc) · 2.52 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
{
"name": "live-site",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^2.3.0",
"@daily-co/daily-js": "^0.17.0",
"@emotion/styled": "^11.0.0",
"@hex-labs/core": "^1.0.51",
"@material-ui/core": "^4.12.1",
"@onesignal/node-onesignal": "^1.0.0-beta9",
"@tanstack/react-query": "^4.35.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^25.0.0",
"@types/node": "^12.0.0",
"@types/react": "^18.0.17",
"@types/react-burger-menu": "^2.8.1",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@types/websocket": "^1.0.2",
"add-to-calendar-button": "^2.6.10",
"api": "^5.0.8",
"axios": "^0.27.2",
"axios-hooks": "^3.1.2",
"chakra-react-select": "^4.3.0",
"dateformat": "^4.5.1",
"dateformate": "^1.1.0",
"firebase": "^9.6.7",
"framer-motion": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hamburger-menu": "^1.2.1",
"react-hook-form": "^7.43.1",
"react-markdown": "^8.0.3",
"react-onesignal": "^2.0.4",
"react-responsive": "^9.0.0-beta.4",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-select": "^5.7.0",
"react-youtube": "^7.13.1",
"remark-gfm": "^3.0.1",
"typescript": "^4.3.5",
"url": "^0.11.0",
"use-async-effect": "^2.2.7",
"web-vitals": "^0.2.2",
"websocket": "^1.0.33"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src/ --fix; stylelint src/**/*.css --fix; prettier src/ --write"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@hex-labs/eslint-config-react": "^1.2.9",
"@hex-labs/prettier-config": "^1.2.9",
"@hex-labs/stylelint-config": "^1.2.9",
"@types/dateformat": "^3.0.1",
"@types/react-hamburger-menu": "0.0.4",
"@types/testing-library__jest-dom": "^5.14.1",
"eslint": "^8.12.0",
"prettier": "^2.6.2",
"stylelint": "^14.6.1"
},
"eslintConfig": {
"extends": "@hex-labs/eslint-config-react"
},
"prettier": "@hex-labs/prettier-config",
"stylelint": {
"extends": "@hex-labs/stylelint-config"
}
}