-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
129 lines (129 loc) · 3.87 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "wyrd-ui",
"version": "0.2.19",
"description": "Vue3 Component Library",
"author": "wyrd-code",
"license": "MIT",
"scripts": {
"play": "vite serve playground",
"dev": "vitepress dev",
"build": "vite build",
"preview": "vite preview",
"release": "standard-version",
"lint": "eslint . --ext .ts,.js,.vue,.json --ignore-path .gitignore --fix",
"test:watch": "vitest",
"test": "vitest run",
"coverage": "vitest run --coverage",
"build:docs:": "vitepress build",
"serve:docs": "vitepress serve"
},
"repository": {
"type": "git",
"url": "https://github.com/wyrd-code/ui"
},
"publishConfig": {
"access": "public"
},
"main": "./src/index.ts",
"types": "./src/index.ts",
"sideEffects": false,
"files": [
"src"
],
"peerDependencies": {
"vue": "^3.2.36",
"vue-router": "^4.0.15"
},
"resolutions": {
"@vueuse/core": "^9.13.0"
},
"devDependencies": {
"@iconify-json/ph": "^1.1.1",
"@iconify/iconify": "^2.2.1",
"@microsoft/api-extractor": "^7.24.1",
"@popperjs/core": "^2.11.6",
"@radix-ui/colors": "^0.1.8",
"@s-libs/micro-dash": "^14.0.0",
"@tiptap/core": "^2.0.0-beta.176",
"@tiptap/extension-image": "^2.0.0-beta.27",
"@tiptap/extension-link": "^2.0.0-beta.38",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/starter-kit": "^2.0.0-beta.185",
"@tiptap/vue-3": "^2.0.0-beta.91",
"@types/body-scroll-lock": "^3.1.0",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.35",
"@types/validator": "^13.7.2",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@unocss/core": "^0.50.6",
"@unocss/preset-mini": "^0.50.6",
"@unocss/preset-wind": "^0.50.6",
"@unocss/reset": "^0.50.6",
"@vitejs/plugin-vue": "^3.2.0",
"@vue-a11y/focus-loop": "^1.1.0",
"@vue/compiler-core": "^3.2.45",
"@vue/test-utils": "^2.3.2",
"@vueuse/core": "^9.13.0",
"@vueuse/shared": "^9.13.0",
"body-scroll-lock": "^4.0.0-beta.0",
"colorjs.io": "^0.4.0",
"debounce": "^1.2.1",
"escape-html": "^1.0.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-define-config": "^1.4.1",
"eslint-import-resolver-custom-alias": "^1.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.0.1",
"eslint-plugin-vuejs-accessibility": "^2.0.0",
"floating-vue": "^2.0.0-beta.20",
"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"jsdom": "^20.0.3",
"markdown-it": "^13.0.1",
"markdown-it-colorful-checkbox": "^1.0.2",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-toc-done-right": "^4.2.0",
"postcss": "^8.4.19",
"postcss-at-rules-variables": "^0.3.0",
"postcss-color-function": "^4.1.0",
"postcss-conditionals": "^2.1.0",
"postcss-css-variables": "^0.18.0",
"postcss-custom-properties": "^12.1.8",
"postcss-each": "^1.1.0",
"postcss-for": "^2.1.1",
"postcss-import": "^15.0.0",
"postcss-nested": "^6.0.0",
"postcss-prefix-selector": "^1.16.0",
"prettier": "^2.6.2",
"radash": "^7.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.77.0",
"rollup-plugin-visualizer": "^5.8.3",
"shiki": "^0.11.1",
"standard-version": "^9.5.0",
"timeago.js": "^4.0.2",
"typescript": "4.8.2",
"unocss": "^0.50.6",
"unocss-preset-radix": "^2.1.0",
"unplugin-vue-components": "^0.22.12",
"validator": "^13.7.0",
"vite": "^4.0.3",
"vite-plugin-dts": "^1.7.1",
"vite-plugin-md": "^0.21.5",
"vite-plugin-mix": "^0.4.0",
"vite-svg-loader": "^3.6.0",
"vitepress": "^1.0.0-alpha.33",
"vitest": "^0.26.3",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue3-popper": "^1.5.0"
},
"engines": {
"node": ">=16.9"
}
}