-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 867 Bytes
/
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
{
"name": "@ginger-tek/picovue",
"description": "Pico CSS 2 + Vue 3",
"version": "2.0.12",
"main": "dist/picovue.global.js",
"exports": {
"./*": "./src/*"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/ginger-tek/picovue.git"
},
"keywords": [
"javascript",
"ui",
"vue",
"vuejs",
"pico",
"picocss",
"@picocss/pico",
"component",
"library"
],
"author": "GingerTek",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/ginger-tek/picovue/issues"
},
"homepage": "https://github.com/ginger-tek/picovue#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.10"
}
}