-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "file-navigation-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.7",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-markdown": "^6.2.3",
"@codemirror/language": "^6.10.0",
"@codemirror/lint": "^6.4.2",
"@codemirror/search": "^6.5.5",
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@types/node": "20.9.0",
"@types/react": "^18.2.47",
"@types/react-dom": "18.2.18",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"eslint": "8.40.0",
"eslint-config-next": "14.0.4",
"lucide-react": "^0.306.0",
"next": "14.0.4",
"postcss": "8.4.23",
"react": "^18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.7",
"tiny-invariant": "^1.3.1",
"typescript": "5.3.3",
"zod": "^3.22.4"
}
}