2018-01-09 01:09:34 +00:00
|
|
|
{
|
|
|
|
|
"name": "removeddit",
|
2018-10-21 19:42:33 +00:00
|
|
|
"version": "1.1.8",
|
2018-01-09 01:09:34 +00:00
|
|
|
"description": "View removed comments from reddit",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2021-10-06 23:42:45 +00:00
|
|
|
"url": "git+https://github.com/gurnec/removeddit.git"
|
2018-01-09 01:09:34 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"reddit",
|
|
|
|
|
"comments",
|
|
|
|
|
"removed",
|
|
|
|
|
"deleted"
|
|
|
|
|
],
|
|
|
|
|
"author": "Jesper Wrang",
|
2018-02-18 00:31:59 +00:00
|
|
|
"license": "GPL-3.0",
|
2018-01-09 01:09:34 +00:00
|
|
|
"bugs": {
|
2021-10-06 23:42:45 +00:00
|
|
|
"url": "https://github.com/gurnec/removeddit/issues"
|
2018-01-09 01:09:34 +00:00
|
|
|
},
|
2021-10-06 23:42:45 +00:00
|
|
|
"homepage": "https://github.com/gurnec/removeddit#readme",
|
2018-07-28 14:36:40 +00:00
|
|
|
"standard": {
|
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
|
},
|
2018-01-10 19:08:41 +00:00
|
|
|
"scripts": {
|
2018-07-14 20:52:59 +00:00
|
|
|
"start": "webpack-dev-server --mode development",
|
2018-07-28 21:46:19 +00:00
|
|
|
"build": "webpack --mode production",
|
2021-10-12 14:53:30 +00:00
|
|
|
"css": "sass --style compressed --no-source-map src/sass/index.sass dist/main.css"
|
2018-01-10 19:08:41 +00:00
|
|
|
},
|
2018-01-09 01:09:34 +00:00
|
|
|
"dependencies": {
|
2022-02-15 14:56:48 +00:00
|
|
|
"core-js": "^3.21.0",
|
2021-10-06 21:57:36 +00:00
|
|
|
"react": "^16.14.0",
|
|
|
|
|
"react-dom": "^16.14.0",
|
|
|
|
|
"react-router-dom": "^5.3.0",
|
2018-01-31 03:40:34 +00:00
|
|
|
"snuownd": "git+https://github.com/JordanMilne/snuownd.git",
|
2018-07-16 18:12:01 +00:00
|
|
|
"unstated": "^2.1.1",
|
2021-10-06 21:57:36 +00:00
|
|
|
"whatwg-fetch": "^3.6.2"
|
2018-01-09 01:09:34 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-02-15 14:56:48 +00:00
|
|
|
"@babel/cli": "^7.17.0",
|
|
|
|
|
"@babel/core": "^7.17.2",
|
|
|
|
|
"@babel/eslint-parser": "^7.17.0",
|
2022-01-06 18:08:54 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
2022-01-25 21:31:55 +00:00
|
|
|
"@babel/preset-env": "^7.16.11",
|
2022-01-06 18:08:54 +00:00
|
|
|
"@babel/preset-react": "^7.16.7",
|
|
|
|
|
"acorn": "^8.7.0",
|
2021-10-23 15:03:26 +00:00
|
|
|
"babel-loader": "^8.2.3",
|
2021-11-05 13:18:17 +00:00
|
|
|
"eslint": "^7.32.0",
|
2022-02-15 14:56:48 +00:00
|
|
|
"sass": "^1.49.7",
|
2021-10-06 21:57:36 +00:00
|
|
|
"standard": "^16.0.4",
|
2022-02-15 14:56:48 +00:00
|
|
|
"webpack": "^5.69.0",
|
2022-01-25 21:31:55 +00:00
|
|
|
"webpack-cli": "^4.9.2",
|
2022-02-15 14:56:48 +00:00
|
|
|
"webpack-dev-server": "^4.7.4"
|
2018-01-09 01:09:34 +00:00
|
|
|
}
|
2021-10-06 21:57:36 +00:00
|
|
|
}
|