boxicons/package.json
2019-05-13 04:34:37 +05:30

63 lines
1.7 KiB
JSON

{
"name": "boxicons",
"version": "2.0.1",
"private": true,
"description": "High Quality web friendly icons",
"scripts": {
"start": "webpack-dev-server --history-api-fallback --hot --open",
"build": "webpack -p",
"optimize-svg": "svgo --config=.svgo.yml -f static/img/svg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atisawd/boxicons.git"
},
"author": {
"name": "Atisa",
"email": "atisawd@gmail.com",
"url": "https://github.com/atisawd"
},
"bugs": {
"url": "https://github.com/atisawd/boxicons/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atisawd/boxicons.git"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.0.2",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-interactive": "^0.8.1",
"react-router-dom": "^4.2.2"
},
"resolutions": {
"eslint-scope": "3.7.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-builtin-classes": "^0.6.1",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"svgo": "^1.0.5",
"to-string-loader": "^1.1.5",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2",
"wrapper-webpack-plugin": "^1.0.0"
},
"bundleDependencies": false,
"license": "(CC-4.0 OR SIL-OFL-1.1 OR MIT)",
"main": "./dist/boxicons.js",
"style": "./css/boxicons.css"
}