-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "text-to-action",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "NODE_ENV=test jest"
},
"dependencies": {
"@ai-sdk/openai": "latest",
"@hookform/resolvers": "latest",
"@radix-ui/react-dropdown-menu": "latest",
"@radix-ui/react-label": "latest",
"@radix-ui/react-separator": "latest",
"@radix-ui/react-slot": "latest",
"@t3-oss/env-core": "latest",
"@vercel/analytics": "latest",
"ai": "latest",
"class-variance-authority": "latest",
"clsx": "latest",
"lucide-react": "latest",
"next": "latest",
"next-themes": "latest",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "latest",
"react-syntax-highlighter": "latest",
"tailwind-merge": "latest",
"tailwindcss-animate": "latest",
"zod": "latest"
},
"devDependencies": {
"@testing-library/jest-dom": "latest",
"@testing-library/react": "latest",
"@testing-library/user-event": "latest",
"@types/jest": "latest",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-syntax-highlighter": "latest",
"@typescript-eslint/parser": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-plugin-tailwindcss": "latest",
"jest": "latest",
"jest-environment-jsdom": "latest",
"postcss": "latest",
"prettier": "latest",
"prettier-plugin-tailwindcss": "latest",
"tailwindcss": "latest",
"ts-jest": "latest",
"ts-node": "latest",
"typescript": "latest"
}
}