-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 925 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 925 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
{
"name": "@esm.sh/unocss",
"version": "0.6.0",
"type": "module",
"main": "index.mjs",
"module": "index.mjs",
"dependencies": {
"@unocss/core": "^66.6.0",
"@unocss/preset-attributify": "^66.6.0",
"@unocss/preset-icons": "^66.6.0",
"@unocss/preset-legacy-compat": "^66.6.0",
"@unocss/preset-mini": "^66.6.0",
"@unocss/preset-rem-to-px": "^66.6.0",
"@unocss/preset-tagify": "^66.6.0",
"@unocss/preset-typography": "^66.6.0",
"@unocss/preset-web-fonts": "^66.6.0",
"@unocss/preset-wind3": "^66.6.0",
"@unocss/preset-wind4": "^66.6.0",
"@unocss/transformer-variant-group": "^66.6.0",
"css-tree": "^3.1.0"
},
"devDependencies": {
"@types/css-tree": "2.3.11",
"@unocss/reset": "66.6.0"
},
"scripts": {
"prepublishOnly": "node test.mjs",
"test": "node test.mjs",
"update-reset-css": "deno run -A reset.mjs update"
},
"license": "MIT"
}