-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.5 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "obsidian-plugin-unocss",
"type": "module",
"version": "0.5.0",
"packageManager": "[email protected]",
"description": "A Obsidian.md plugin that allows you to generate and apply UnoCSS and Tailwind CSS supported styles right in your notes.",
"author": {
"name": "Nólëbase",
"email": "[email protected]",
"url": "https://github.com/nolebase"
},
"license": "MIT",
"keywords": [
"nolebase",
"readabilities",
"markdown",
"nolebase-integration",
"obsidian",
"obsidian-plugin",
"unocss",
"tailwindcss",
"unocss-plugin"
],
"main": "./dist/main.js",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache --fix .",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.1",
"@codemirror/view": "^6.36.2",
"@types/node": "^22.13.0",
"@unocss/core": "^65.4.3",
"@unocss/eslint-config": "^65.4.3",
"@unocss/eslint-plugin": "^65.4.3",
"@unocss/preset-attributify": "^65.4.3",
"@unocss/preset-icons": "^65.4.3",
"@unocss/preset-uno": "^65.4.3",
"@unocss/reset": "^65.4.3",
"@unocss/transformer-directives": "^65.4.3",
"@unocss/transformer-variant-group": "^65.4.3",
"builtin-modules": "^4.0.0",
"bumpp": "^10.0.1",
"eslint": "^9.19.0",
"magic-string": "^0.30.17",
"obsidian": "^1.7.2",
"ofetch": "^1.4.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"unbuild": "^3.3.1"
}
}