UNPKG

icon-font-loader

Version:

A webpack loader to convert svgs into font icons in CSS

82 lines (81 loc) 2.38 kB
{ "name": "icon-font-loader", "description": "A webpack loader to convert svgs into font icons in CSS", "version": "4.0.0", "author": "moujintao <moujintaotest@163.com>", "contributors": [ "Rainfore <rainforest92@126.com>", "CXHtml <lanhai723@126.com>", "akimoto-share <akimotobeloved@163.com>", "KenorFR", "Thiago Faleiro <contato@thiagofaleiro.com>" ], "scripts": { "precommit": "node node_modules/vusion-hooks/precommit", "test": "mocha --timeout 5000 ./test/final.test.js", "test:webpack4": "cross-env WEBPACK_VERSION=4 npm run test", "test:unit": "mocha --timeout 12000 ./test/unit.test.js", "test:integration": "mocha --timeout 12000 ./test/integration.test.js", "test:extract": "mocha --timeout 12000 ./test/extract-text-webpack.test.js", "test:entry": "mocha --timeout 12000 ./test/entry.test.js", "test:same": "mocha --timeout 10000 ./test/same-font.test.js", "lint": "eslint ./src --fix" }, "main": "./index.js", "repository": "vusion/icon-font-loader", "bugs": { "url": "http://github.com/vusion/icon-font-loader/issues" }, "license": "MIT", "keywords": [ "iconfont", "webfont", "icon", "font", "webpack", "loader" ], "tags": [ "iconfont", "webfont", "icon", "font", "webpack", "loader" ], "dependencies": { "@vusion/webfonts-generator": "^0.8.0", "base-css-image-loader": "^0.3.0", "handlebars": "^4.0.10", "postcss": "^6.0.16", "punycode": "^2.1.1" }, "devDependencies": { "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "babel-loader": "^8.2.3", "chai": "^4.1.2", "cross-env": "^7.0.3", "css-loader": "^5.2.7", "eslint": "^4.19.1", "eslint-config-vusion": "^2.1.2", "execa": "^0.10.0", "html-webpack-plugin": "^5.5.0", "html-webpack-plugin-4": "npm:html-webpack-plugin@^4.5.1", "husky": "^0.14.3", "mini-css-extract-plugin": "^1.6.2", "mocha": "^5.2.0", "module-alias": "^2.2.2", "node-sass": "^4.9.3", "sass-loader": "^10.2.0", "shelljs": "^0.8.4", "speed-measure-webpack-plugin": "^1.3.1", "style-loader": "^2.0.0", "url-loader": "^4.1.1", "vusion-hooks": "^0.2.1", "webpack": "^5.64.4", "webpack-4": "npm:webpack@^4.46.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.6.0" } }