-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 974 Bytes
/
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-checkbox": "^0.1.5",
"@radix-ui/react-icons": "^1.1.0",
"@radix-ui/react-popover": "^0.1.6",
"@radix-ui/react-scroll-area": "^0.1.4",
"@radix-ui/react-separator": "^0.1.4",
"@radix-ui/react-tabs": "^0.1.5",
"@radix-ui/react-toast": "^0.1.1",
"@stitches/react": "^1.2.7",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"iron-session": "^6.1.2",
"next": "12.1.5",
"next-mdx-remote": "4.0.1",
"next-themes": "^0.1.1",
"path": "^0.12.7",
"prism-react-renderer": "^1.3.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"swr": "^1.3.0"
},
"devDependencies": {}
}