-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
105 lines (105 loc) · 2.7 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
{
"name": "stellar-ui",
"version": "0.2.4",
"license": "MIT",
"scripts": {
"build": "rimraf dist && run-p build:stellar build:helpers",
"build:stellar": "vue-tsc && LIB_NAME=stellar vite build",
"build:helpers": "vue-tsc && LIB_NAME=helpers vite build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"peerDependencies": {
"vue": "^3.4.21"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.5",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.29.1",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.7",
"sass": "^1.77.5",
"tailwindcss": "^3.4.4",
"typescript": "latest",
"vite": "^5.3.1",
"vitepress": "^1.2.3",
"vue-tsc": "^2.0.21"
},
"files": [
"src",
"dist"
],
"engines": {
"node": ">=v16.14.0"
},
"module": "./dist/stellar-ui.es.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/stellar-ui.es.js"
},
"./helpers": {
"import": "./dist/helpers.es.js",
"require": "./dist/helpers.cjs.js"
},
"./dist/style.css": "./dist/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ManukMinasyan/stellar-ui.git"
},
"keywords": [
"stellar-ui",
"vue",
"vue.js",
"vue3",
"ui",
"ui framework",
"component framework",
"ui library",
"component library",
"tailwind components",
"vue framework"
],
"dependencies": {
"@docsearch/css": "^3.6.0",
"@docsearch/js": "^3.6.0",
"@headlessui/vue": "^1.7.22",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/lucide": "^1.1.192",
"@iconify-json/mdi": "^1.1.66",
"@iconify/json": "^2.2.219",
"@iconify/tailwind": "^1.1.1",
"@popperjs/core": "^2.11.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/core": "^10.11.0",
"@vueuse/integrations": "^10.11.0",
"@vueuse/math": "^10.11.0",
"@vueuse/shared": "^10.11.0",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.2",
"defu": "^6.1.4",
"fast-glob": "^3.3.2",
"fuse.js": "^7.0.0",
"joi": "^17.13.1",
"lodash-es": "^4.17.21",
"mark.js": "^8.11.1",
"minisearch": "^6.3.0",
"ohash": "^1.1.3",
"rollup-plugin-pure": "^0.2.1",
"scule": "^1.3.0",
"tailwind-merge": "^2.3.0",
"valibot30": "npm:[email protected]",
"valibot": "^0.31.1",
"vite-plugin-dts": "^3.9.1",
"vue-demi": "^0.14.8",
"yup": "^1.4.0",
"zod": "^3.23.8"
}
}