Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

{ | |
"name": "contributor-orientation-tool", | |
"version": "0.0.1", | |
"description": "A WordPress plugin aiming to help new contributors decide which make team/s to contribute to or join at Contributor Day.", | |
"main": "index.js", | |
"scripts": { | |
"dev": "webpack --mode development", | |
"prod": "webpack --mode production", | |
"watch": "npm run dev -- --watch" | |
}, | |
"author": "Aleksandar Predic", | |
"license": "GPL-2.0+", | |
"devDependencies": { | |
"@babel/core": "^7.3.4", | |
"@babel/preset-env": "^7.3.4", | |
"autoprefixer": "^9.5.0", | |
"babel-loader": "^8.0.5", | |
"clean-webpack-plugin": "^2.0.0", | |
"copy-webpack-plugin": "^5.0.1", | |
"css-loader": "^2.1.1", | |
"eslint": "^5.15.1", | |
"eslint-loader": "^2.1.2", | |
"mini-css-extract-plugin": "^0.5.0", | |
"node-sass": "^4.11.0", | |
"optimize-css-assets-webpack-plugin": "^5.0.1", | |
"postcss-loader": "^3.0.0", | |
"sass-loader": "^7.1.0", | |
"style-loader": "^0.23.1", | |
"stylelint": "^9.10.1", | |
"stylelint-config-recommended-scss": "^3.2.0", | |
"stylelint-config-standard": "^18.2.0", | |
"stylelint-scss": "^3.5.4", | |
"stylelint-webpack-plugin": "^0.10.5", | |
"uglifyjs-webpack-plugin": "^2.1.2", | |
"webpack": "^4.29.6", | |
"webpack-cli": "^3.2.3" | |
}, | |
"browserslist": [ | |
"> 1%", | |
"last 2 versions" | |
] | |
} |