-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 948 Bytes
/
package.json
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
41
{
"name": "unocss-preset-tailwindcss",
"version": "0.0.1-beta.6",
"description": "",
"keywords": [],
"author": "jaskang",
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": "./dist/index.js"
},
"scripts": {
"build": "tsup",
"test": "vitest",
"change": "pnpm changeset",
"change:beta": "pnpm changeset pre enter beta",
"release": "pnpm build && changeset publish"
},
"dependencies": {
"@unocss/core": "^0.61.3",
"@unocss/rule-utils": "^0.61.3",
"dlv": "^1.1.3",
"kotl": "^2.1.4"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@jaskang/config": "^2.0.2",
"@jaskang/eslint-config": "^3.1.0",
"@types/node": "^20.14.10",
"eslint": "^9.7.0",
"prettier": "^3.3.3",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
}
}