UNPKG

1.33 kBJSONView Raw
1{
2 "name": "vue-feather-icon-set",
3 "version": "0.1.1",
4 "description": "Optimized Feather icon set for Vue",
5 "keywords": [
6 "vue",
7 "feather icons",
8 "optimized"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/privatenumber/vue-feather-icon-set.git"
13 },
14 "author": "Hiroki Osame <hiroki.osame@gmail.com>",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/privatenumber/vue-feather-icon-set/issues"
18 },
19 "homepage": "https://github.com/privatenumber/vue-feather-icon-set#readme",
20 "sideEffects": false,
21 "files": [
22 "/index.js",
23 "/index.esm.js",
24 "/lib",
25 "/icons"
26 ],
27 "main": "index.js",
28 "module": "index.esm.js",
29 "scripts": {
30 "lint": "xo",
31 "build": "webpack --config build/webpack.config"
32 },
33 "husky": {
34 "hooks": {
35 "pre-commit": "lint-staged"
36 }
37 },
38 "lint-staged": {
39 "*.js": "xo --fix"
40 },
41 "devDependencies": {
42 "@babel/core": "^7.11.1",
43 "@babel/preset-env": "^7.11.0",
44 "feather-icons": "^4.28.0",
45 "husky": "^4.2.5",
46 "lint-staged": "^10.2.11",
47 "lodash": "^4.17.19",
48 "semantic-release": "^17.1.1",
49 "vue-loader": "^15.9.3",
50 "vue-svg-icon-set": "^0.0.1",
51 "vue-template-compiler": "^2.6.11",
52 "webpack": "^4.43.0",
53 "webpack-cli": "^3.3.12",
54 "xo": "^0.32.1"
55 }
56}