astro/examples/with-tailwindcss/package.json

19 lines
343 B
JSON
Raw Normal View History

{
"name": "@example/with-tailwindcss",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.20.12"
},
"snowpack": {
"workspaceRoot": "../.."
}
}