-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
{
"name": "landing-page",
"private": true,
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/CrystalPlatforms/crystalplatforms.github.io"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview --port 8080",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"lucide-react": "^0.453.0",
"postcss": "^8.4.47",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-router": "^8.3.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^6",
"vitest": "^4.1.10"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}