-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
92 lines (92 loc) · 2.78 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
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
{
"name": "next-css-battle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.5",
"@codemirror/lang-javascript": "^6.1.9",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@giscus/react": "^2.3.0",
"@hookform/resolvers": "^3.1.1",
"@lezer/highlight": "^1.1.6",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@reduxjs/toolkit": "^1.9.5",
"@t3-oss/env-nextjs": "^0.6.0",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@uiw/codemirror-extensions-basic-setup": "^4.21.7",
"@uiw/codemirror-theme-atomone": "^4.21.7",
"@uiw/codemirror-theme-github": "^4.21.7",
"@uiw/codemirror-themes": "^4.21.7",
"@uiw/react-codemirror": "^4.21.7",
"@uiw/react-github-corners": "^1.5.15",
"autoprefixer": "10.4.14",
"chai": "^4.3.7",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"codemirror": "^6.0.1",
"console-feed": "^3.5.0",
"eslint": "8.44.0",
"eslint-config-next": "latest",
"highlight.js": "^11.8.0",
"husky": "^8.0.3",
"is-lambda": "^1.0.1",
"js-beautify": "^1.14.8",
"js-yaml": "^4.1.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.260.0",
"next": "latest",
"next-auth": "^4.23.2",
"next-share": "^0.24.0",
"next-themes": "^0.2.1",
"octokit": "^3.1.1",
"openai": "^3.3.0",
"postcss": "8.4.25",
"react": "latest",
"react-dom": "latest",
"react-frame-component": "^5.2.6",
"react-hook-form": "^7.45.2",
"react-icons": "^4.10.1",
"react-iframe": "^1.8.5",
"react-particles": "^2.10.1",
"react-redux": "^8.1.1",
"react-resizable-panels": "^0.0.54",
"swr": "^2.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"tsparticles": "^2.10.1",
"tsparticles-slim": "^2.11.0",
"typescript": "5.1.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@playwright/test": "^1.36.1",
"@types/chai": "^4.3.5",
"@types/html-validator": "^5.0.3",
"@types/js-beautify": "^1.13.3",
"@types/js-yaml": "^4.0.5",
"@types/lodash.debounce": "^4.0.7",
"playwright": "^1.39.0"
}
}