forked from jsonpreet/circleit-beta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.92 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
{
"name": "circleit",
"version": "0.0.1",
"private": false,
"dependencies": {
"@headlessui/react": "^1.7.3",
"@supabase/supabase-js": "^2.1.1",
"@tanstack/react-query": "^4.13.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.4.13",
"axios": "^1.1.3",
"deso-protocol": "^0.7.24",
"emoji-picker-react": "^4.4.5",
"goober": "^2.1.11",
"html-to-image": "^1.11.3",
"linkify-plugin-hashtag": "^4.0.2",
"linkify-plugin-mention": "^4.0.2",
"linkify-react": "^4.0.2",
"linkifyjs": "^4.0.2",
"nanoid": "^4.0.0",
"party-js": "^2.2.0",
"postcss": "^8.4.18",
"process": "^0.11.10",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-cool-inview": "^3.0.1",
"react-detect-click-outside": "^1.1.7",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.6.0",
"react-modal-image": "^2.6.0",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"react-share": "^4.4.1",
"rsuite": "^5.23.2",
"sass": "^1.55.0",
"simplebar-react": "^2.4.3",
"tus-js-client": "^3.0.1",
"use-debounce": "^8.0.4",
"use-resize-observer": "^9.0.2",
"web-vitals": "^2.1.0",
"zustand": "^4.1.4"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"tailwindcss": "^3.2.1"
}
}