-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.73 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.73 KB
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": "@crosspost/ui",
"version": "0.0.1",
"homepage": "/",
"type": "module",
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"init": "bun run --bun scripts/init.ts",
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview",
"fmt": "prettier --write '**/*.{js,jsx,ts,tsx,json}'",
"fmt:check": "prettier --check '**/*.{js,jsx,ts,tsx,json}'",
"deploy": "bun run --bun scripts/deploy.ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@crosspost/sdk": "^0.3.1",
"@crosspost/types": "^0.3.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fastnear/utils": "^0.9.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.90.6",
"@tanstack/react-table": "^8.21.3",
"bignumber.js": "^9.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"fastintear": "^0.3.8",
"favicons-rspack-plugin": "^7.0.0",
"framer-motion": "^12.23.24",
"lucide-react": "^0.475.0",
"near-sign-verify": "^0.4.5",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.1.0",
"react-player": "^2.16.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@builddao/near-social-js": "^1.1.0",
"@module-federation/enhanced": "^0.8.12",
"@module-federation/rsbuild-plugin": "^0.8.12",
"@rsbuild/core": "^1.6.0",
"@rsbuild/plugin-react": "^1.4.1",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-router": "^1.134.4",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/router-devtools": "^1.134.4",
"@tanstack/router-plugin": "^1.134.6",
"@types/bun": "^1.3.1",
"@types/node": "^20.19.24",
"@types/ora": "^3.2.0",
"@types/react": "^18.3.26",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.21",
"normalize-text": "^2.6.0",
"ora": "^8.2.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.18",
"tailwindcss-animate": "^1.0.7",
"tree-kill": "^1.2.2"
}
}