|
| 1 | +{ |
| 2 | + "name": "github-file-icon", |
| 3 | + "description": "A Chrome Extension which energizes GitHub file system.", |
| 4 | + "author": "xxhomey19", |
| 5 | + "license": "MIT", |
| 6 | + "homepage": "https://github.com/xxhomey19/github-file-icon#readme", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/xxhomey19/github-file-icon/tree/master" |
| 10 | + }, |
| 11 | + "bugs": { |
| 12 | + "url": "https://github.com/xxhomey19/github-file-icon/issues" |
| 13 | + }, |
| 14 | + "version": "0.0.1", |
| 15 | + "scripts": { |
| 16 | + "build": "node utils/build.js", |
| 17 | + "precommit": "lint-staged", |
| 18 | + "lint": "eslint src", |
| 19 | + "lint:fix": "npm run lint -- --fix", |
| 20 | + "start": "node utils/webserver.js" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "file-icons-js": "^1.0.3", |
| 24 | + "webpack": "^3.10.0", |
| 25 | + "webpack-dev-server": "^2.9.7" |
| 26 | + }, |
| 27 | + "devDependencies": { |
| 28 | + "babel-eslint": "^8.1.2", |
| 29 | + "clean-webpack-plugin": "^0.1.17", |
| 30 | + "copy-webpack-plugin": "^4.3.1", |
| 31 | + "css-loader": "^0.25.0", |
| 32 | + "eslint": "^4.14.0", |
| 33 | + "eslint-config-airbnb": "^16.1.0", |
| 34 | + "eslint-config-prettier": "^2.9.0", |
| 35 | + "eslint-plugin-babel": "^4.1.2", |
| 36 | + "eslint-plugin-import": "^2.8.0", |
| 37 | + "eslint-plugin-jsx-a11y": "^6.0.3", |
| 38 | + "eslint-plugin-prettier": "^2.4.0", |
| 39 | + "eslint-plugin-react": "^7.5.1", |
| 40 | + "extract-text-webpack-plugin": "^3.0.2", |
| 41 | + "file-loader": "^0.11.2", |
| 42 | + "html-loader": "^0.4.5", |
| 43 | + "html-webpack-plugin": "^2.24.1", |
| 44 | + "husky": "^0.14.3", |
| 45 | + "lint-staged": "^6.0.0", |
| 46 | + "prettier": "^1.9.2", |
| 47 | + "prettier-package-json": "^1.4.0", |
| 48 | + "style-loader": "^0.19.1", |
| 49 | + "write-file-webpack-plugin": "^3.4.2" |
| 50 | + }, |
| 51 | + "keywords": [ |
| 52 | + "Chrome Extension", |
| 53 | + "GitHub", |
| 54 | + "icon" |
| 55 | + ], |
| 56 | + "lint-staged": { |
| 57 | + "package.json": [ |
| 58 | + "prettier-package-json --write", |
| 59 | + "git add" |
| 60 | + ], |
| 61 | + "*.js": [ |
| 62 | + "eslint --fix", |
| 63 | + "git add" |
| 64 | + ] |
| 65 | + } |
| 66 | +} |
0 commit comments