-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1008 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
34
35
36
37
38
{
"name": "typr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^14.2.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"class-variance-authority": "^0.7.0",
"idb": "^8.0.0",
"lucide-react": "^0.429.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-github-btn": "^1.4.0",
"react-table": "^7.8.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tiptypr": "^0.0.91"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}