-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "csi-tsig-24",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "biome lint .",
"lint:fix": "biome lint --apply-unsafe ",
"format": "biome format .",
"format:fix": "biome format --write ",
"code-check": "biome check ",
"code-check:fix": "biome check --apply-unsafe "
},
"dependencies": {
"@splinetool/react-spline": "^4.0.0",
"@tabler/icons-react": "^3.23.0",
"@vercel/analytics": "^1.4.1",
"clsx": "^2.1.1",
"jotai": "^2.10.3",
"motion": "^11.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-masonry": "^1.0.7",
"react-masonry-css": "^1.0.7",
"react-router-dom": "^7.0.1",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"vite": "^6.0.1",
"vite-jsconfig-paths": "^2.0.1"
}
}