boxicons/package.json

60 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2018-06-15 09:50:17 +02:00
{
2018-06-26 10:41:09 +02:00
"name": "boxicons",
2021-12-02 04:06:31 +01:00
"version": "2.1.0",
2021-07-19 15:52:12 +02:00
"description": "High Quality Web Icons",
2018-06-15 09:50:17 +02:00
"scripts": {
"start": "webpack-dev-server --history-api-fallback --hot --open",
2021-07-24 18:16:28 +02:00
"build": "webpack -p ",
"optimize-svg": "svgo --config=svgo.config.js -f svg/regular && svgo --config=svgo.config.js -f svg/logos && svgo --config=svgo.config.js -f svg/solid"
2018-06-15 09:50:17 +02:00
},
"repository": {
"type": "git",
2018-06-26 10:41:09 +02:00
"url": "git+https://github.com/atisawd/boxicons.git"
2018-06-15 09:50:17 +02:00
},
2019-05-13 01:04:37 +02:00
"author": {
"name": "Atisa",
"email": "atisawd@gmail.com",
"url": "https://github.com/atisawd"
},
"bugs": {
"url": "https://github.com/atisawd/boxicons/issues"
},
2018-06-15 09:50:17 +02:00
"dependencies": {
2018-07-07 19:31:17 +02:00
"@webcomponents/webcomponentsjs": "^2.0.2",
2018-06-15 09:50:17 +02:00
"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"
},
2018-07-14 05:16:04 +02:00
"resolutions": {
2019-08-21 07:56:18 +02:00
"eslint-scope": "3.7.1"
},
2018-06-15 09:50:17 +02:00
"devDependencies": {
2019-10-30 17:09:04 +01:00
"ajv": "^6.10.2",
2018-06-15 09:50:17 +02:00
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-builtin-classes": "^0.6.1",
2018-06-15 09:50:17 +02:00
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.11",
2018-06-15 09:50:17 +02:00
"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",
2021-07-24 18:16:28 +02:00
"svgo": "^2.3.1",
"to-string-loader": "^1.1.5",
2019-10-30 17:09:04 +01:00
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"wrapper-webpack-plugin": "^1.0.0"
2019-05-13 01:04:37 +02:00
},
"bundleDependencies": false,
2019-10-30 17:09:04 +01:00
"license": "(CC-BY-4.0 OR OFL-1.1 OR MIT)",
2019-05-13 01:04:37 +02:00
"main": "./dist/boxicons.js",
"style": "./css/boxicons.css"
2018-06-15 09:50:17 +02:00
}