generated from ooriyap/astro-docker-kit
Initial commit
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "astro-docker-kit",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"format": "prettier --write .",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/alpinejs": "^0.5.0",
|
||||
"@astrojs/sitemap": "^3.7.2",
|
||||
"@fontsource/vazirmatn": "^5.2.8",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"alpinejs": "^3.15.11",
|
||||
"astro": "^5.16.6",
|
||||
"astro-icon": "^1.1.5",
|
||||
"vazirmatn": "^33.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/vite": "^4.2.2",
|
||||
"eslint": "^9.39.4",
|
||||
"eslint-plugin-astro": "^1.7.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"prettier": "^3.8.2",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"tailwindcss": "^4.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user