removeddit/package.json

43 lines
1 KiB
JSON
Raw Permalink Normal View History

2018-01-09 01:09:34 +00:00
{
"name": "removeddit",
"version": "1.0.0",
"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",
2018-02-18 00:31:59 +00:00
"license": "GPL-3.0",
2018-01-09 01:09:34 +00:00
"bugs": {
"url": "https://github.com/JubbeArt/removeddit/issues"
},
"homepage": "https://github.com/JubbeArt/removeddit#readme",
"standard": {
"globals": ["localStorage", "fetch"]
},
2018-01-10 19:08:41 +00:00
"scripts": {
2018-04-14 11:51:08 +00:00
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"build-sass": "sass --style compressed src/sass/index.sass dist/main.css"
2018-04-14 11:51:08 +00:00
},
2018-01-09 01:09:34 +00:00
"dependencies": {
2018-04-14 11:51:08 +00:00
"lit-html": "^0.9.0",
"navigo": "^7.1.1",
"snudown-js": "^3.1.0"
2018-01-09 01:09:34 +00:00
},
"devDependencies": {
2018-04-14 11:51:08 +00:00
"sass": "^1.1.1",
"standard": "^11.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.2"
2018-01-09 01:09:34 +00:00
}
}