-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
54 lines (54 loc) · 1.45 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
{
"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": {
"babel-polyfill": "^6.26.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"snuownd": "git+https://github.com/JordanMilne/snuownd.git",
"unstated": "^2.1.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"node-sass": "^4.13.0",
"standard": "^14.3.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}