2018-06-15 09:50:17 +02:00
|
|
|
{
|
2018-06-26 10:41:09 +02:00
|
|
|
"name": "boxicons",
|
2018-07-03 08:48:00 +02:00
|
|
|
"version": "1.5.0",
|
2018-06-15 09:50:17 +02:00
|
|
|
"private": true,
|
2018-06-26 10:41:09 +02:00
|
|
|
"description": "High Quality web friendly icons",
|
2018-06-15 09:50:17 +02:00
|
|
|
"scripts": {
|
2018-06-30 01:05:17 +02:00
|
|
|
"start": "webpack-dev-server --history-api-fallback --hot --open",
|
2018-06-23 13:25:00 +02:00
|
|
|
"build": "webpack -p",
|
|
|
|
"optimize-svg": "svgo --config=.svgo.yml -f static/img/svg"
|
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
|
|
|
},
|
2018-06-26 10:41:09 +02:00
|
|
|
"author": "Atisa(Aniket Suvarna) <atisawd@gmail.com>",
|
2018-06-15 09:50:17 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-eslint": "^7.2.3",
|
|
|
|
"babel-loader": "^7.1.2",
|
2018-06-30 01:05:17 +02:00
|
|
|
"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",
|
2018-06-30 01:05:17 +02:00
|
|
|
"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",
|
2018-06-23 13:25:00 +02:00
|
|
|
"svgo": "^1.0.5",
|
2018-06-30 01:05:17 +02:00
|
|
|
"to-string-loader": "^1.1.5",
|
2018-06-15 09:50:17 +02:00
|
|
|
"webpack": "^3.6.0",
|
2018-06-30 18:06:16 +02:00
|
|
|
"webpack-dev-server": "^2.8.2",
|
|
|
|
"wrapper-webpack-plugin": "^1.0.0"
|
2018-06-15 09:50:17 +02:00
|
|
|
}
|
|
|
|
}
|