mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "removeddit",
|
|
"version": "1.1.6",
|
|
"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": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/JubbeArt/removeddit/issues"
|
|
},
|
|
"homepage": "https://github.com/JubbeArt/removeddit#readme",
|
|
"standard": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"scripts": {
|
|
"start": "webpack-dev-server --mode development",
|
|
"build": "webpack --mode production",
|
|
"build-sass": "node-sass --style compressed src/sass/index.sass dist/main.css"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"snuownd": "git+https://github.com/JordanMilne/snuownd.git",
|
|
"unstated": "^2.1.1",
|
|
"whatwg-fetch": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-eslint": "^8.2.6",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-react": "^6.24.1",
|
|
"node-sass": "^4.9.2",
|
|
"standard": "^11.0.1",
|
|
"webpack": "^4.16.0",
|
|
"webpack-cli": "^3.0.8",
|
|
"webpack-dev-server": "^3.1.4"
|
|
}
|
|
}
|