First commit
This commit is contained in:
89
node_modules/@fortawesome/vue-fontawesome/package.json
generated
vendored
Normal file
89
node_modules/@fortawesome/vue-fontawesome/package.json
generated
vendored
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"name": "@fortawesome/vue-fontawesome",
|
||||
"description": "Official Vue 2 component for Font Awesome",
|
||||
"version": "2.0.10",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
"README.md",
|
||||
"LICENSE.txt",
|
||||
"UPGRADING.md",
|
||||
"CHANGELOG.md",
|
||||
"index.d.ts",
|
||||
"index.es.js",
|
||||
"index.js",
|
||||
"src/components/**.js",
|
||||
"src/**.js"
|
||||
],
|
||||
"jest": {
|
||||
"verbose": true
|
||||
},
|
||||
"module": "index.es.js",
|
||||
"jsnext:main": "index.es.js",
|
||||
"types": "index.d.ts",
|
||||
"homepage": "https://github.com/FortAwesome/vue-fontawesome",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FortAwesome/vue-fontawesome.git"
|
||||
},
|
||||
"contributors": [
|
||||
"Travis Chase <travis@fontawesome.com>",
|
||||
"Rob Madole <rob@fontawesome.com>",
|
||||
"Greg Peden <github.com/GregPeden>",
|
||||
"Liu Xinyu <github.com/meteorlxy>",
|
||||
"Xaver Schulz <github.com/schulz3000>",
|
||||
"Yannick Ihmels <github.com/ihmels>",
|
||||
"btaens <github.com/btaens>",
|
||||
"David Driscoll <github.com/david-driscoll>",
|
||||
"Tyranteon <github.com/tyranteon>",
|
||||
"Aaron Parker <github.com/parkeyparker>"
|
||||
],
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "rollup -c rollup.config.js",
|
||||
"dist": "cross-env NODE_ENV=production npm run build",
|
||||
"test": "jest --silent",
|
||||
"prepack": "npm run dist"
|
||||
},
|
||||
"lint-staged": {
|
||||
"README.md": [
|
||||
"markdown-toc -i",
|
||||
"git add"
|
||||
]
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "~1 || ~6",
|
||||
"vue": "~2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.2",
|
||||
"@babel/plugin-external-helpers": "^7.17.12",
|
||||
"@babel/plugin-proposal-class-properties": "^7.17.12",
|
||||
"@babel/plugin-proposal-json-strings": "^7.17.12",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@fortawesome/fontawesome-svg-core": "^6",
|
||||
"@fortawesome/free-solid-svg-icons": "^6",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-jest": "^28.1.1",
|
||||
"concurrently": "^7.2.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"humps": "^2.0.1",
|
||||
"husky": "^8.0.1",
|
||||
"jest": "^28.1.1",
|
||||
"jest-environment-jsdom": "^28.1.1",
|
||||
"lint-staged": "^13.0.0",
|
||||
"markdown-toc": "^1.2.0",
|
||||
"rollup": "^2.75.6",
|
||||
"@rollup/plugin-babel": "^5.3.1",
|
||||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"vue": "^2.4.4"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
Reference in New Issue
Block a user