-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "vue3-feather-icons",
"version": "1.0.6",
"description": "Vue 3 compoentes for feather-icons",
"keywords": [
"Vue3",
"Vue 3",
"Vue",
"VueJS",
"feather-icons",
"icons",
"vue3-feather-icons"
],
"files": [
"dist"
],
"main": "./dist/vue3-feather-icons.umd.js",
"module": "./dist/vue3-feather-icons.es.js",
"exports": {
".": {
"import": "./dist/vue3-feather-icons.es.js",
"require": "./dist/vue3-feather-icons.umd.js"
}
},
"homepage": "https://github.com/lukeJEdwards/vue3-feather-icon#readme",
"url": "https://github.com/lukeJEdwards/vue3-feather-icon/issues",
"email": "[email protected]",
"license": "MIT",
"repository": {
"url": "git://github.com/lukeJEdwards/vue3-feather-icon.git"
},
"scripts": {
"build": "npm run build:icons && npm run build:dist",
"build:dist": "vite build",
"build:icons": "node main.js"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.2",
"feather-icons": "^4.29.0",
"fs-extra": "^10.1.0",
"pascal-case": "^3.1.2",
"vite": "^2.9.5",
"vue": "^3.2.33"
}
}