generated from xkeshav/astro-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
102 lines (102 loc) · 2.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@recursivezero/abcd",
"version": "1.0.1",
"description": "A website for our kids trial phase of abcdkbd.com",
"homepage": "https://parixan.xyz",
"displayName": "abcd",
"license": "MIT",
"publisher": "recursivezero",
"private": true,
"type": "module",
"author": {
"name": "Recursive Zero",
"email": "recursivezero@outlook.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recursivezero/abcd.git"
},
"bugs": {
"url": "https://github.com/recursivezero/abcd/issues",
"email": "recursivezero@outlook.com"
},
"funding": {
"type": "individual",
"url": "https://github.com/xkeshav"
},
"contributors": [
{
"name": "Keshav Mohta",
"email": "xkeshav@gmail.com"
},
{
"name": "Aditya Kumar Singh",
"email": "adityakumarsingh710@gmail.com"
},
{
"name": "Vansh Raj",
"email": "ciphrox@gmail.com"
},
{
"name": "Vamil Porwal",
"email": "vamililporwal@gmail.com"
}
],
"keywords": [
"recursivezero",
"abcd"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"lint": "prettier -w --cache . && prettier -w --cache **/*.astro",
"clean": "rm -rf dist rm -rf build",
"nuke": "shx rm -rf node_modules && rm package-lock.json && npm run clean",
"setup:hooks": "sh ./setup-hooks.sh"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/node": "9.1.2",
"@astrojs/react": "4.1.2",
"@astrojs/tailwind": "5.1.4",
"@fontsource/roboto": "5.1.0",
"@radix-ui/react-slot": "1.1.1",
"astro": "5.4.1",
"class-variance-authority": "0.7.0",
"clsx": "2.1.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"lucide-react": "0.469.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"shadcn": "1.0.0",
"tailwind": "4.0.0",
"tailwind-merge": "2.2.0",
"tailwindcss": "3.4.17",
"typescript": "5.6.2",
"zod": "3.24.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.10",
"@types/node": "22.10.2",
"@types/react": "19.0.0",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"autoprefixer": "10.4.16",
"eslint": "8.55.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"postcss": "8.4.32",
"postcss-import": "16.1.0",
"prettier": "3.1.0",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
"shx": "0.3.4"
}
}