-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
{
"author": {
"name": "scsys",
"email": "support@scsys.io",
"url": "https://github.com/scattered-systems"
},
"homepage": "https://scsys.io",
"keywords": ["website", "scsys"],
"license": "Apache-2.0",
"private": true,
"name": "@scsys/scsys-io",
"repository": {
"type": "git",
"url": "https://github.com/scattered-systems/scsys-io"
},
"version": "0.0.3",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "latest",
"@mdx-js/react": "latest",
"@next/mdx": "latest",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@types/mdx": "latest",
"class-variance-authority": "latest",
"clsx": "^2.1.1",
"lucide-react": "latest",
"motion": "latest",
"next": "latest",
"next-themes": "^0.4.3",
"react": "latest",
"react-dom": "latest",
"react-loader-spinner": "^6.1.6",
"react-resizable-panels": "^2.1.7",
"sonner": "^1.7.0",
"tailwind-merge": "latest",
"tailwindcss-animate": "latest"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "latest",
"@types/react-dom": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}