mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-05 03:32:49 +01:00
Package Updates
This commit is contained in:
parent
0f9b1eefc5
commit
19f827c652
2 changed files with 4190 additions and 0 deletions
24
package.json
Normal file
24
package.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "simple-wkd-frontend",
|
||||||
|
"type": "module",
|
||||||
|
"version": "1.2.1",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "astro dev",
|
||||||
|
"start": "astro dev",
|
||||||
|
"build": "astro build",
|
||||||
|
"preview": "astro preview",
|
||||||
|
"astro": "astro"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"@astrojs/tailwind": "^5.1.2",
|
||||||
|
"@tailwindcss/forms": "^0.5.9",
|
||||||
|
"astro": "^4.16.7",
|
||||||
|
"astro-critters": "^2.2.0",
|
||||||
|
"tailwindcss": "^3.4.14"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"prettier": "^3.3.3",
|
||||||
|
"prettier-plugin-astro": "^0.14.1",
|
||||||
|
"prettier-plugin-tailwindcss": "^0.6.8"
|
||||||
|
}
|
||||||
|
}
|
4166
pnpm-lock.yaml
Normal file
4166
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue