{
  "name": "css-file-icons",
  "version": "0.2.0",
  "description": "css colors file extension icons",
  "style": "build/css-file-icons.css",
  "main": "build/css-file-icons.css",
  "scripts": {
    "dev": "webpack-dev-server --config webpack.dev.config.js",
    "build": "webpack --config webpack.config.js",
    "postinstall": "opencollective-postinstall",
    "lint:style": "stylelint \"src/scss/**/*.scss\"",
    "lint:style:fix": "stylelint \"src/scss/**/*.scss\" --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/colorswall/CSS-file-icons.git"
  },
  "keywords": [
    "css",
    "icons",
    "file",
    "extension",
    "file types",
    "colors",
    "file icon"
  ],
  "author": "colorswall",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/colorswall/CSS-file-icons/issues"
  },
  "homepage": "https://colorswall.github.io/CSS-file-icons/",
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "autoprefixer": "^9.7.1",
    "babel-loader": "^8.0.6",
    "css-loader": "^6.8.1",
    "css-minimizer-webpack-plugin": "^7.0.2",
    "file-loader": "^6.2.0",
    "fs-extra": "^11.2.0",
    "mini-css-extract-plugin": "^2.7.6",
    "postcss-loader": "^7.3.4",
    "postcss-scss": "^4.0.9",
    "sass": "^1.89.2",
    "sass-loader": "^13.3.3",
    "style-loader": "^3.3.3",
    "stylelint": "^16.23.0",
    "stylelint-config-standard": "^39.0.0",
    "stylelint-config-standard-scss": "^15.0.1",
    "terser-webpack-plugin": "^5.3.14",
    "url-loader": "^4.1.1",
    "webpack": "^5.89.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.2.1"
  },
  "dependencies": {
    "code-prettify": "^0.1.0",
    "opencollective": "^1.0.3",
    "opencollective-postinstall": "^2.0.3"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/CSS-file-icons"
  }
}
