rafa-links/package.json

16 lines
314 B
JSON
Raw Normal View History

2022-01-08 04:21:53 +00:00
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.22.5",
"autoprefixer": "^10.4.1",
"tailwindcss": "^3.0.10"
}
}