72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "vue-awesome",
|
|
"version": "4.5.0",
|
|
"description": "Font Awesome component for Vue.js, using inline SVG.",
|
|
"author": "Justineo (justice360@gmail.com)",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "npm run icons && cross-env NODE_ENV=production rollup -c",
|
|
"lint": "vue-cli-service lint",
|
|
"demo": "vue-cli-service build",
|
|
"fa2json": "node -r esm build/fa2json.js",
|
|
"icons": "npm run fa2json && node -r esm build/icons.js",
|
|
"prepublishOnly": "npm run build && mkdir components && cp src/components/Icon.js components/ && cp src/index.js index.js",
|
|
"postpublish": "rm -rf ./components ./icons index.js"
|
|
},
|
|
"main": "dist/vue-awesome.js",
|
|
"module": "index.js",
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"@rollup/plugin-buble": "^0.21.3",
|
|
"@rollup/plugin-commonjs": "^14.0.0",
|
|
"@rollup/plugin-node-resolve": "^8.4.0",
|
|
"@vue/cli-plugin-babel": "^3.3.0",
|
|
"@vue/cli-plugin-eslint": "^3.1.1",
|
|
"@vue/cli-service": "^3.12.1",
|
|
"@vue/eslint-config-prettier": "^5.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"cross-env": "^5.2.1",
|
|
"eslint": "^7.5.0",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
"esm": "^3.2.25",
|
|
"fa2svg": "^1.2.0",
|
|
"minimist": "^1.2.5",
|
|
"mkdirp": "^0.5.1",
|
|
"prettier": "^2.0.5",
|
|
"prettier-eslint": "^8.2.2",
|
|
"rimraf": "^2.7.1",
|
|
"rollup": "^2.22.1",
|
|
"rollup-plugin-terser": "^6.1.0",
|
|
"rollup-plugin-vue": "^5.1.9",
|
|
"semver": "^5.7.1",
|
|
"stringify-object": "^3.3.0",
|
|
"svgfont2glyphs": "^0.1.4",
|
|
"vue": "^2.6.11",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^2.4.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
],
|
|
"engines": {
|
|
"node": ">= 4.0.0",
|
|
"npm": ">= 3.0.0"
|
|
},
|
|
"keywords": [
|
|
"Font Awesome",
|
|
"Vue.js"
|
|
],
|
|
"license": "MIT",
|
|
"repository": "Justineo/vue-awesome"
|
|
}
|