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",
|
2022-03-28 18:49:41 +00:00
|
|
|
"css": "sass -s compressed src/sass/index.sass >dist/main.css && sass -s compressed node_modules/css-toggle-switch/dist/toggle-switch-px.css >>dist/main.css"
|
2018-01-10 19:08:41 +00:00
|
|
|
},
|
2018-01-09 01:09:34 +00:00
|
|
|
"dependencies": {
|
2022-05-13 22:04:31 +00:00
|
|
|
"core-js": "^3.22.5",
|
|
|
|
|
"npm": "^8.10.0",
|
2021-10-06 21:57:36 +00:00
|
|
|
"react": "^16.14.0",
|
|
|
|
|
"react-dom": "^16.14.0",
|
2022-04-20 13:33:56 +00:00
|
|
|
"react-router-dom": "^5.3.1",
|
2022-03-23 15:26:07 +00:00
|
|
|
"snuownd": "github:JordanMilne/snuownd",
|
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-05-13 22:04:31 +00:00
|
|
|
"@babel/cli": "^7.17.10",
|
|
|
|
|
"@babel/core": "^7.17.10",
|
2022-02-15 14:56:48 +00:00
|
|
|
"@babel/eslint-parser": "^7.17.0",
|
2022-05-13 22:04:31 +00:00
|
|
|
"@babel/preset-env": "^7.17.10",
|
2022-01-06 18:08:54 +00:00
|
|
|
"@babel/preset-react": "^7.16.7",
|
2022-05-13 22:04:31 +00:00
|
|
|
"acorn": "^8.7.1",
|
2022-04-20 13:33:56 +00:00
|
|
|
"babel-loader": "^8.2.5",
|
2022-03-28 18:49:41 +00:00
|
|
|
"css-toggle-switch": "^4.1.0",
|
2022-05-13 22:04:31 +00:00
|
|
|
"eslint": "^8.15.0",
|
|
|
|
|
"sass": "^1.51.0",
|
2021-10-06 21:57:36 +00:00
|
|
|
"standard": "^16.0.4",
|
2022-05-13 22:04:31 +00:00
|
|
|
"webpack": "^5.72.1",
|
2022-01-25 21:31:55 +00:00
|
|
|
"webpack-cli": "^4.9.2",
|
2022-05-13 22:04:31 +00:00
|
|
|
"webpack-dev-server": "^4.9.0"
|
2022-03-23 15:26:07 +00:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"minimist": "git+https://github.com/meszaros-lajos-gyorgy/minimist-lite#semver:^v2.2.1"
|
2018-01-09 01:09:34 +00:00
|
|
|
}
|
2021-10-06 21:57:36 +00:00
|
|
|
}
|