-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "brise-ui",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"docs": "vitepress dev docs",
"build:theme": "vite build",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"dependencies": {
"@heroicons/vue": "^2.0.10",
"@vue-hero-icons/solid": "^1.7.2",
"async-validator": "^4.2.5",
"tiny-emitter": "^2.1.0"
},
"devDependencies": {
"@types/node": "^18.7.15",
"@unocss/transformer-directives": "^0.45.18",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"brise-theme": "workspace:*",
"brise-utils": "workspace:*",
"brise-vue": "workspace:*",
"brise-icons": "workspace:*",
"typescript": "^4.8.2",
"unocss": "^0.45.18",
"vite": "^3.1.0",
"vitepress": "1.0.0-alpha.12",
"vue": "^3.2.38",
"vue-tsc": "^0.38.9"
},
"author": {
"name": "mewcoder",
"email": "[email protected]"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@types/react",
"react",
"react-dom"
]
}
}
}