-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.37 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.37 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
45
46
47
48
49
{
"name": "@mikupush/web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint ./src ./scripts",
"lint:fix": "eslint --fix ./src ./scripts ",
"astro": "astro",
"license-header": "ts-node scripts/license.ts"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@lucide/astro": "^0.544.0",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"astro": "^5.11.0",
"astro-react-i18next": "^0.3.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18n": "^0.15.2",
"lucide-react": "^0.544.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@astrojs/sitemap": "^3.6.0",
"@eslint/js": "^9.39.1",
"@typescript-eslint/parser": "^8.44.0",
"eslint": "^9.39.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"glob": "^13.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.47.0"
}
}