reset commits
This commit is contained in:
commit
cf5af3cc23
55 changed files with 6825 additions and 0 deletions
29
package.json
Normal file
29
package.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "aio-tools",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/solid-js": "^5.1.0",
|
||||
"@fontsource-variable/inter": "^5.2.5",
|
||||
"@fontsource-variable/montserrat": "^5.2.5",
|
||||
"@kobalte/core": "^0.13.9",
|
||||
"astro": "^5.8.0",
|
||||
"astro-compressor": "^1.0.0",
|
||||
"astro-robots-txt": "^1.0.0",
|
||||
"crypto-js": "^4.2.0",
|
||||
"nanostores": "^1.0.1",
|
||||
"sharp": "^0.34.2",
|
||||
"solid-icons": "^1.1.0",
|
||||
"solid-js": "^1.9.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"sass-embedded": "^1.89.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue