-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 935 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
{
"name": "protontweaks-db",
"type": "module",
"scripts": {
"ci": "bun install --frozen-lockfile",
"dev": "vite dev",
"build": "vite build"
},
"dependencies": {
"@ribbon-studios/js-utils": "^1.0.1",
"@ribbon-studios/react-utils": "^2.3.2",
"@tanstack/react-query": "^5.24.8",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.358.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.2",
"sonner": "^1.4.3",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@types/bun": "^1.0.8",
"@types/react": "^18.2.62",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"cssnano": "^6.0.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.5",
"vite-plugin-sitemap": "^0.5.3",
"vite-plugin-static-copy": "^1.0.1",
"vitest": "^1.3.1"
}
}