-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.09 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
{
"name": "timber-client",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"lint": "eslint src/ --fix; stylelint src/**/*.css --fix; prettier src/ --write"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/runtime": "^7.19.4",
"@chakra-ui/anatomy": "^2.2.2",
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.5",
"@craco/craco": "^6.3.0",
"@daily-co/daily-js": "^0.20.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@hex-labs/core": "^1.0.50",
"@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": "^14.18.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.3.3",
"@types/socket.io-client": "^3.0.0",
"antd": "^4.16.13",
"axios": "^1.1.2",
"axios-hooks": "^2.7.0",
"chakra-ui": "^0.3.9",
"craco-less": "^2.0.0",
"firebase": "^9.12.0",
"framer-motion": "^7.5.3",
"postcss-normalize": "^10.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"socket.io-client": "^4.2.0",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@hex-labs/eslint-config-react": "^1.2.9",
"@hex-labs/prettier-config": "^1.2.9",
"@hex-labs/stylelint-config": "^1.2.9",
"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"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"nohoist": [
"**/babel-preset-react-app/@babel/runtime"
]
}