-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.8 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
{
"name": "r2-index",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rimraf .next && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "rimraf .next && cloudflare && wrangler deploy",
"preview": "rimraf .next && cloudflare && wrangler dev --port 3000",
"cf-typegen": "wrangler types --env-interface CloudflareEnv env.d.ts"
},
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-table": "^8.20.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"filesize": "^10.1.6",
"jotai": "^2.10.1",
"lodash": "^4.17.21",
"lucide-react": "^0.460.0",
"next": "15.0.3",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@faker-js/faker": "^9.0.3",
"@opennextjs/cloudflare": "^0.2.0",
"@playwright/test": "^1.48.0",
"@types/lodash": "^4.17.10",
"@types/node": "^22.0.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"execa": "^9.4.0",
"p-each-series": "^3.0.0",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.8",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"wrangler": "^3.80.4"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}