mirror of
https://git.verdigado.com/NB-Public/simple-wkd.git
synced 2024-12-04 19:32:53 +01:00
source yaml files to source
This commit is contained in:
parent
19f827c652
commit
7b24c8aa9b
4 changed files with 3780 additions and 8774 deletions
24
package.json
24
package.json
|
@ -1,24 +0,0 @@
|
||||||
{
|
|
||||||
"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
4166
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -10,15 +10,15 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/tailwind": "^3.1.1",
|
"@astrojs/tailwind": "^5.1.2",
|
||||||
"@tailwindcss/forms": "^0.5.3",
|
"@tailwindcss/forms": "^0.5.9",
|
||||||
"astro": "^2.3.0",
|
"astro": "^4.16.7",
|
||||||
"astro-critters": "^1.1.31",
|
"astro-critters": "^2.2.0",
|
||||||
"tailwindcss": "^3.0.24"
|
"tailwindcss": "^3.4.14"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^2.8.7",
|
"prettier": "^3.3.3",
|
||||||
"prettier-plugin-astro": "^0.8.0",
|
"prettier-plugin-astro": "^0.14.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.2.7"
|
"prettier-plugin-tailwindcss": "^0.6.8"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue