-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.51 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
58
59
60
{
"name": "star-markdown-css",
"type": "module",
"version": "0.5.3",
"packageManager": "[email protected]",
"description": "Markdown Css about starry.",
"author": "YunYouJun <[email protected]>",
"license": "MIT",
"homepage": "https://yunyoujun.github.io/star-markdown-css/",
"repository": "https://github.com/YunYouJun/star-markdown-css.git",
"keywords": [
"browser",
"markdown",
"css",
"scss",
"style",
"stylesheet",
"star",
"starry",
"planet",
"blood"
],
"main": "dist/yun/markdown.min.css",
"files": [
"dist/**/*.css",
"src/**/*.scss"
],
"scripts": {
"prepublishOnly": "npm run build",
"build": "tsx scripts/build.ts",
"build:demo": "pnpm -C demo run build",
"dev": "pnpm -C demo run dev",
"lint": "eslint .",
"release": "bumpp --commit --push --tag",
"typecheck": "vue-tsc --noEmit",
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@types/clean-css": "^4.2.11",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/node": "^22.10.2",
"@unocss/eslint-plugin": "^0.65.3",
"@yunyoujun/logger": "^0.3.5",
"bumpp": "^9.9.2",
"clean-css": "^5.3.3",
"consola": "^3.3.3",
"eslint": "^9.17.0",
"eslint-plugin-format": "^0.1.3",
"fs-extra": "^11.2.0",
"gzip-size": "^7.0.0",
"sass": "^1.83.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unbuild": "^3.2.0",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0"
}
}