mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"name": "removeddit",
|
|
"version": "1.0.0",
|
|
"description": "View removed comments from reddit",
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JubbeArt/removeddit.git"
|
|
},
|
|
"keywords": [
|
|
"reddit",
|
|
"comments",
|
|
"removed",
|
|
"deleted"
|
|
],
|
|
"author": "Jesper Wrang",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/JubbeArt/removeddit/issues"
|
|
},
|
|
"homepage": "https://github.com/JubbeArt/removeddit#readme",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --config webpack.dev.js",
|
|
"build": "webpack --config webpack.dev.js",
|
|
"build-prod": "webpack --config webpack.prod.js",
|
|
"clean": "rm -r node_modules && rm package-lock.json",
|
|
"gh-pages": "npm run build-prod && node publish.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.0.0-beta.37",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-redux": "^5.0.6",
|
|
"react-router-dom": "^4.2.2",
|
|
"redux": "^3.7.2",
|
|
"snuownd": "git+https://github.com/JordanMilne/snuownd.git",
|
|
"whatwg-fetch": "^2.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0-beta.37",
|
|
"@babel/core": "^7.0.0-beta.37",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.37",
|
|
"@babel/plugin-transform-async-to-generator": "^7.0.0-beta.37",
|
|
"@babel/preset-es2015": "^7.0.0-beta.37",
|
|
"@babel/preset-react": "^7.0.0-beta.37",
|
|
"babel-eslint": "^8.2.1",
|
|
"babel-loader": "^8.0.0-beta.0",
|
|
"clean-webpack-plugin": "^0.1.17",
|
|
"copy-webpack-plugin": "^4.3.1",
|
|
"css-loader": "^0.28.8",
|
|
"eslint": "^4.15.0",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.5.1",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"gh-pages": "^1.1.0",
|
|
"html-loader": "^0.5.4",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"node-sass": "^4.7.2",
|
|
"redux-logger": "^3.0.6",
|
|
"sass-loader": "^6.0.6",
|
|
"uglifyjs-webpack-plugin": "^1.1.6",
|
|
"webpack": "^3.10.0",
|
|
"webpack-dev-server": "^2.10.0",
|
|
"webpack-merge": "^4.1.1"
|
|
}
|
|
}
|