removeddit/package.json
2022-10-20 16:25:30 +00:00

60 lines
1.7 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/gurnec/removeddit.git"
},
"keywords": [
"reddit",
"comments",
"removed",
"deleted"
],
"author": "Jesper Wrang",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/gurnec/removeddit/issues"
},
"homepage": "https://github.com/gurnec/removeddit#readme",
"standard": {
"parser": "babel-eslint"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"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"
},
"dependencies": {
"@ali-tas/htmldiff-js": "^1.1.3",
"core-js": "^3.25.5",
"npm": "^8.19.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.3.4",
"snuownd": "github:JordanMilne/snuownd",
"unstated": "^2.1.1",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"acorn": "^8.8.0",
"babel-loader": "^8.2.5",
"css-toggle-switch": "^4.1.0",
"eslint": "^8.25.0",
"sass": "^1.55.0",
"standard": "^16.0.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"overrides": {
"minimist": "git+https://github.com/meszaros-lajos-gyorgy/minimist-lite#semver:^v2.2.1"
}
}