feather/package.json

68 lines
1.7 KiB
JSON
Raw Normal View History

2017-03-01 02:40:11 +03:00
{
2017-06-02 09:20:59 +03:00
"name": "feather-icons",
2017-06-05 10:28:24 +03:00
"version": "0.0.0-development",
2017-06-04 11:03:46 +03:00
"description": "Simply beautiful open source icons",
2017-07-04 00:13:34 +03:00
"main": "dist/feather.js",
"unpkg": "dist/feather.min.js",
2017-07-04 00:13:34 +03:00
"files": [
"dist"
],
2017-05-13 12:36:11 +03:00
"scripts": {
2018-05-18 09:12:06 +03:00
"all": "npm-run-all --sequential build lint test:coverage",
"build": "./bin/build.sh",
"lint": "eslint .",
2018-05-18 09:12:06 +03:00
"test": "jest --watch",
"test:coverage": "jest --coverage",
2017-06-05 10:28:24 +03:00
"cm": "git-cz",
2017-11-20 05:01:04 +03:00
"precommit": "lint-staged",
"commitmsg": "commitlint --edit"
2017-05-13 12:36:11 +03:00
},
2017-11-20 05:01:04 +03:00
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
2018-05-18 09:19:02 +03:00
"jest": {
"collectCoverageFrom": [
"src/**/*.js"
]
},
"dependencies": {
"classnames": "^2.2.5",
"core-js": "^2.5.3"
},
2017-05-13 12:36:11 +03:00
"devDependencies": {
"@commitlint/cli": "^5.2.5",
"@commitlint/config-conventional": "^6.1.3",
2018-05-18 07:51:49 +03:00
"algoliasearch": "^3.27.1",
2017-07-04 00:13:34 +03:00
"babel-cli": "^6.24.1",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
2017-11-13 19:13:11 +03:00
"cheerio": "^1.0.0-rc.2",
2017-06-05 10:28:24 +03:00
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
2018-05-19 02:41:56 +03:00
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
2017-07-04 00:13:34 +03:00
"eslint-plugin-import": "^2.5.0",
"eslint-plugin-prettier": "^2.5.0",
"html-minifier": "^3.5.8",
"husky": "^0.14.3",
2018-05-19 02:41:56 +03:00
"jest": "^22.4.4",
"lint-staged": "^6.0.0",
"npm-run-all": "^4.1.2",
2017-11-13 19:13:11 +03:00
"prettier": "^1.8.2",
"semantic-release": "^12.2.2",
2017-06-05 10:28:24 +03:00
"svgo": "^0.7.2",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
2017-06-05 10:28:24 +03:00
},
2017-06-04 11:03:46 +03:00
"repository": {
"type": "git",
"url": "https://github.com/feathericons/feather.git"
2017-06-04 11:03:46 +03:00
},
"author": "Cole Bemis <cole@colebemis.com> (http://colebemis.com)",
"license": "MIT"
2017-05-13 12:36:11 +03:00
}