-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 905 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 905 Bytes
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": "single-threaded",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"biome": "biome check --write .",
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode development",
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.1.1",
"i18next": "^25.8.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^16.5.5",
"react-router-dom": "^7.13.1",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^20.11.17",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^4.2.3",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.0.12",
"typescript": "^5.8.3",
"vite": "^7.3.1"
}
}