2022-03-18 15:35:45 -07:00
|
|
|
{
|
|
|
|
"name": "@astrojs/tailwind",
|
2023-03-09 19:55:49 -03:00
|
|
|
"description": "Use Tailwind CSS to style your Astro site",
|
2024-12-20 04:10:36 -08:00
|
|
|
"version": "5.1.4",
|
2022-03-18 15:35:45 -07:00
|
|
|
"type": "module",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"author": "withastro",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-11-15 23:43:34 +08:00
|
|
|
"url": "git+https://github.com/withastro/astro.git",
|
2022-03-18 15:35:45 -07:00
|
|
|
"directory": "packages/integrations/tailwind"
|
|
|
|
},
|
2022-03-21 19:31:15 +00:00
|
|
|
"keywords": [
|
2022-07-08 16:55:33 -04:00
|
|
|
"astro-integration",
|
2024-10-08 23:40:49 +02:00
|
|
|
"withastro",
|
|
|
|
"css",
|
|
|
|
"tailwindcss"
|
2022-03-21 19:31:15 +00:00
|
|
|
],
|
2022-03-18 15:35:45 -07:00
|
|
|
"bugs": "https://github.com/withastro/astro/issues",
|
2022-07-11 21:10:34 +02:00
|
|
|
"homepage": "https://docs.astro.build/en/guides/integrations-guide/tailwind/",
|
2022-03-18 15:35:45 -07:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.js",
|
|
|
|
"./base.css": "./base.css",
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
},
|
2023-05-17 16:54:00 +08:00
|
|
|
"files": [
|
|
|
|
"dist",
|
|
|
|
"base.css"
|
|
|
|
],
|
2022-03-18 15:35:45 -07:00
|
|
|
"scripts": {
|
|
|
|
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
|
2022-03-23 19:46:16 -05:00
|
|
|
"build:ci": "astro-scripts build \"src/**/*.ts\"",
|
2023-12-28 00:34:01 +07:00
|
|
|
"dev": "astro-scripts dev \"src/**/*.ts\"",
|
2024-01-30 18:17:32 +03:00
|
|
|
"test": "astro-scripts test \"test/**/*.test.js\""
|
2022-03-18 15:35:45 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-05 16:22:43 +08:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-11-27 18:00:35 +08:00
|
|
|
"postcss": "^8.4.49",
|
2023-11-21 12:09:19 +08:00
|
|
|
"postcss-load-config": "^4.0.2"
|
2022-03-18 15:35:45 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"astro": "workspace:*",
|
2022-09-28 23:13:33 +08:00
|
|
|
"astro-scripts": "workspace:*",
|
2025-01-13 23:59:09 +08:00
|
|
|
"tailwindcss": "^3.4.17",
|
2025-01-13 15:19:44 +00:00
|
|
|
"vite": "^6.0.7"
|
2022-03-18 15:35:45 -07:00
|
|
|
},
|
2022-09-14 20:17:04 +01:00
|
|
|
"peerDependencies": {
|
2024-12-03 13:07:55 +01:00
|
|
|
"astro": "^3.0.0 || ^4.0.0 || ^5.0.0",
|
2023-02-17 22:16:25 +08:00
|
|
|
"tailwindcss": "^3.0.24"
|
2023-10-03 16:25:25 +02:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"provenance": true
|
2022-03-18 15:35:45 -07:00
|
|
|
}
|
|
|
|
}
|