-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 2.74 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.74 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
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
103
{
"name": "@recursivezero/domain",
"version": "1.0.1",
"main": "src/index.js",
"author": {
"name": "Founder",
"email": "recursivezero@gmail.com"
},
"license": "MIT",
"description": "This is a domain codebase repository.",
"private": false,
"displayName": "domain",
"publisher": "@recursivezero",
"homepage": "https://github.com/recursivezero/domain/blob/main/README.md",
"bugs": {
"url": "https://github.com/recursivezero/domain/issues",
"email": "recursivezero@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/recursivezero/domain.git"
},
"keywords": [
"project",
"github",
"template"
],
"contributors": [ ],
"timestamp": {
"createdOn": "Sun, 07 Jan 2024 00:00:00 +05:30",
"updatedOn": "Sun,15 June 2025 02:10:39 +05:30"
},
"type": "module",
"funding": {
"type": "individual",
"url": "https://github.com/xkeshav"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"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": "rm -rf node_modules && rm package-lock.json && npm run clean"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/node": "9.0.0",
"@astrojs/react": "4.1.2",
"@astrojs/rss": "4.0.11",
"@astrojs/tailwind": "5.1.4",
"@fontsource/roboto": "5.1.0",
"@radix-ui/react-slot": "1.1.1",
"astro": "5.1.1",
"astro-aws-amplify": "0.1.0",
"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"
}
}