-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 797 Bytes
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
{
"name": "initphp-org",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"test": "node --test 'tests/**/*.test.mjs'",
"icons": "node scripts/generate-icons.mjs",
"refresh:stars": "node scripts/refresh-stars.mjs"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/fa6-solid": "^1.2.4",
"node-html-parser": "^9.0.1",
"typescript": "^6.0.3"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.3",
"@fontsource-variable/inter": "^5.3.0",
"@fontsource-variable/jetbrains-mono": "^5.3.0",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.2.4",
"astro-icon": "^1.2.0",
"tailwindcss": "^4.3.3"
}
}