forked from Vietnam-Sui-Builders/taskos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.22 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 3.22 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
96
97
98
99
100
{
"name": "task-manage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "jest",
"build": "next build",
"start": "next start",
"lint": "eslint",
"export-env": "node ./scripts/export-env.cjs",
"list:marketplace": "node --loader ts-node/esm ./scripts/list-marketplace-experiences.ts",
"listen:purchases": "tsx scripts/run-purchase-listener.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@lexical/code": "^0.38.2",
"@lexical/file": "^0.38.2",
"@lexical/hashtag": "^0.38.2",
"@lexical/link": "^0.38.2",
"@lexical/list": "^0.38.2",
"@lexical/markdown": "^0.38.2",
"@lexical/overflow": "^0.38.2",
"@lexical/react": "^0.38.2",
"@lexical/rich-text": "^0.38.2",
"@lexical/selection": "^0.38.2",
"@lexical/table": "^0.38.2",
"@lexical/text": "^0.38.2",
"@lexical/utils": "^0.38.2",
"@mysten/bcs": "^1.9.2",
"@mysten/dapp-kit": "^0.19.8",
"@mysten/enoki": "^0.12.10",
"@mysten/seal": "^0.9.4",
"@mysten/sui": "^1.44.0",
"@mysten/wallet-standard": "^0.19.6",
"@mysten/walrus": "^0.8.3",
"@radix-ui/react-avatar": "^1.1.11",
"@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-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"framer-motion": "^12.23.24",
"lexical": "^0.38.2",
"lodash": "^4.17.21",
"lucide-react": "^0.552.0",
"next": "16.0.1",
"next-themes": "^0.4.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-error-boundary": "^6.0.0",
"react-markdown": "^10.1.0",
"recharts": "2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"ts-node": "^10.9.2",
"tweetnacl": "^1.0.3",
"vaul": "^1.1.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@jest/types": "^30.2.0",
"@tailwindcss/postcss": "^4.1.17",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.20",
"@types/node": "^20.19.24",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"env-cmd": "^10.1.0",
"eslint": "^9.39.1",
"eslint-config-next": "16.0.1",
"jest": "^29.7.0",
"tailwindcss": "^4.1.17",
"ts-jest": "^29.2.6",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
}