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.8",
|
|
"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",
|
|
"css": "node-sass --style compressed src/sass/index.sass dist/main.css"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.18.2",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"react-router-dom": "^5.3.0",
|
|
"snuownd": "git+https://github.com/JordanMilne/snuownd.git",
|
|
"unstated": "^2.1.1",
|
|
"whatwg-fetch": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.15.7",
|
|
"@babel/core": "^7.15.8",
|
|
"@babel/eslint-parser": "^7.15.8",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
|
"@babel/preset-env": "^7.15.8",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"babel-loader": "^8.2.2",
|
|
"node-sass": "^6.0.1",
|
|
"standard": "^16.0.4",
|
|
"webpack": "^5.57.1",
|
|
"webpack-cli": "^4.9.0",
|
|
"webpack-dev-server": "^4.3.1"
|
|
}
|
|
}
|