forked from enpitsuLin/astro-windicss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "astro-windicss",
"version": "0.1.0",
"description": "Windicss + Astro integrations",
"homepage": "https://github.com/enpitsuLin/astro-windicss#readme",
"type": "module",
"scripts": {
"build": "tsup",
"prepack": "pnpm build"
},
"keywords": [
"astro",
"astro-component",
"css",
"windicss"
],
"author": "enpitsulin",
"license": "MIT",
"files": [
"dist/index.d.ts",
"dist/index.js"
],
"exports": {
".": "./dist/index.js"
},
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/enpitsuLin/astro-windicss"
},
"dependencies": {
"vite-plugin-windicss": "^1.8.10"
},
"devDependencies": {
"astro": "^2.0.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"windicss": "^3.5.6"
}
}