-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
95 lines (95 loc) · 2.37 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
{
"name": "untitledchat",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.6.5",
"@popperjs/core": "^2.11.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"ansi-html": "^0.0.9",
"ansi-regex": "^6.0.1",
"color-string": "^1.9.1",
"craco": "^0.0.3",
"date-fns": "^2.28.0",
"dns-packet": "^5.4.0",
"dotenv": "^16.0.1",
"emoji-mart": "^5.1.0",
"emoji-picker-react": "^3.5.1",
"firebase": "^9.8.4",
"follow-redirects": "^1.15.1",
"headlessui": "^0.0.0",
"hosted-git-info": "^5.0.0",
"immer": "^9.0.15",
"is-svg": "^4.3.2",
"jquery": "^3.6.0",
"json-schema": "^0.4.0",
"linkify-it": "^4.0.1",
"linkify-plugin-hashtag": "^3.0.4",
"linkify-plugin-mention": "^3.0.4",
"linkify-react": "^3.0.4",
"linkifyjs": "^3.0.5",
"markdown-it": "^13.0.1",
"markdown-to-jsx": "^7.1.7",
"node-forge": "^1.3.1",
"nth-check": "^2.1.1",
"path-parse": "^1.0.7",
"rc-tooltip": "^5.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-firehooks": "^2.0.1",
"react-icons": "^4.4.0",
"react-popper": "^2.3.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.0.5",
"react-tooltip": "^4.2.21",
"react-twemojify": "^1.1.4",
"styled-components": "^5.3.5",
"tar": "^6.1.11",
"tmpl": "^1.0.5",
"twemoji": "^14.0.2",
"unique-names-generator": "^4.7.1",
"url-parse": "^1.5.10",
"visbug": "^0.1.14",
"web-vitals": "^2.1.4",
"ws": "^8.8.0"
},
"devDependencies": {
"ejs": ">=3.1.7",
"async": ">=2.6.4",
"nth-check": ">=2.0.1",
"glob-parent": ">=5.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"webpackConfig": {
"target": "node"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}