190600
This commit is contained in:
48
package.json
Normal file
48
package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "HASSP.PYC",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev --port 8005",
|
||||
"start": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.0.1",
|
||||
"@astrojs/partytown": "^2.1.0",
|
||||
"@astrojs/react": "^3.3.0",
|
||||
"@astrojs/rss": "^4.0.6",
|
||||
"@astrojs/sitemap": "^3.1.5",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@giscus/react": "^3.0.0",
|
||||
"@playform/compress": "^0.0.4",
|
||||
"@types/react": "^18.3.2",
|
||||
"astro": "^4.9.0",
|
||||
"astro-compressor": "^0.4.1",
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"sharp": "^0.33.3",
|
||||
"sharp-ico": "^0.1.5",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"ultrahtml": "^1.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^2.18.0",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-astro": "^0.31.4",
|
||||
"eslint-plugin-format": "^0.1.0",
|
||||
"eslint-plugin-react": "^7.34.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.6",
|
||||
"mysql2": "^3.9.7",
|
||||
"preline": "^2.1.0",
|
||||
"timeago.js": "^4.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user