-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.31 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.31 KB
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
{
"name": "winui-vue",
"version": "0.0.1",
"description": "Windows 11 设计规范的 Vue3 实现",
"homepage": "https://winui-vue.nahida.website",
"repository": {
"type": "git",
"url": "https://github.com/Altermoe/WinUI-Vue"
},
"scripts": {
"dev": "pnpm -C docs run dev",
"build:doc": "pnpm -C docs run build",
"preview": "pnpm -C docs run preview"
},
"exports": {
".": {}
},
"keywords": [
"winui",
"component library",
"ui framework",
"ui",
"vue",
"vue3"
],
"author": "夕云葛城",
"license": "MIT",
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@types/lodash": "^4.14.185",
"@types/node": "^16.11.7",
"@typescript-eslint/parser": "^5.38.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"eslint": "^8.24.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.5.1",
"pnpm": "^7.14.1",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"typescript": "^4.8.3",
"unplugin-auto-import": "^0.11.2",
"vite": "^3.1.3",
"vue": "^3.2.39",
"vue-eslint-parser": "^9.1.0",
"vue-router": "^4.1.6"
},
"dependencies": {
"@flatten-js/core": "^1.3.5",
"@vueuse/core": "^9.3.0",
"@vueuse/rxjs": "^9.10.0",
"lodash": "^4.17.21",
"rxjs": "^7.8.0"
}
}