Switch from bun to pnpm
parent
9a80307168
commit
257c86601f
13
package.json
13
package.json
|
@ -11,17 +11,18 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/tailwind": "^3.1.3",
|
||||
"astro": "^2.5.0",
|
||||
"bun-types": "^0.6.3",
|
||||
"tailwindcss": "^3.0.24eslint-plugin-jsx-a11y"
|
||||
"astro": "^2.5.5",
|
||||
"tailwindcss": "^3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/parser": "^5.59.7",
|
||||
"@typescript-eslint/parser": "^5.59.8",
|
||||
"eslint": "^8.41.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-astro": "^0.27.0",
|
||||
"eslint-plugin-astro": "^0.27.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-tailwindcss": "^3.12.0",
|
||||
"prettier": "^2.8.8",
|
||||
"prettier-plugin-astro": "^0.9.0"
|
||||
"prettier-plugin-astro": "^0.9.1",
|
||||
"prettier-plugin-tailwindcss": "^0.3.0"
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue