-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 942 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 942 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
{
"version": "0.0.6",
"scripts": {
"docs:dev": "vitepress dev docs --host 0.0.0.0",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs --host 0.0.0.0",
"lint:fix": "eslint . --fix",
"up": "taze major -I",
"bumpp": "npx bumpp --commit --tag --push",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"dependencies": {
"date-fns": "^2.30.0",
"gray-matter": "^4.0.3",
"unocss": "^0.53.6",
"utils-snap-fn": "^1.1.16",
"vue": "^3.3.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@iconify/json": "^2.2.94",
"@types/node": "^18.17.0",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.45.0",
"rollup-plugin-visualizer": "^5.9.2",
"taze": "^0.11.2",
"typescript": "^5.1.6",
"vitepress": "1.0.0-beta.6"
},
"eslintConfig": {
"extends": "@antfu"
}
}