forked from JubbeArt/removeddit
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
59 lines (59 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"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",
"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",
"eslint": "eslint src/*.js 'src/api/**' 'src/pages/**'"
},
"dependencies": {
"@ali-tas/htmldiff-js": "^1.1.3",
"core-js": "^3.30.1",
"npm": "^8.19.4",
"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.21.0",
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"acorn": "^8.8.2",
"babel-loader": "^8.3.0",
"css-toggle-switch": "^4.1.0",
"eslint": "^8.39.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"sass": "^1.62.0",
"webpack": "^5.80.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.13.3"
},
"overrides": {
"minimist": "git+https://github.com/meszaros-lajos-gyorgy/minimist-lite#semver:^v2.2.1"
}
}