-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
{
"name": "rss",
"title": "rss",
"version": "1.0.0",
"main": "app/main.js",
"license": "MIT",
"scripts": {
"build": "webpack",
"start": "nodemon --watch * --exec 'electron .'",
"dev": "webpack -d --watch"
},
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/feedme": "^1.0.0",
"@types/node": "^10.5.7",
"@types/react": "^16.4.9",
"@types/react-dom": "^16.0.7",
"@types/react-mdl": "^1.7.27",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^2.3.0",
"@types/request": "^2.47.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"css-loader": "^1.0.0",
"electron": "^2.0.7",
"electron-debug": "^2.0.0",
"electron-devtools-installer": "^2.2.4",
"html-webpack-plugin": "^4.0.0-alpha",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"ts-loader": "^4.4.2",
"typescript": "^3.0.1",
"url-loader": "^1.0.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"feedme": "^1.2.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-mdl": "^1.11.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-actions": "^2.6.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"request": "^2.87.0",
"sha1": "^1.1.1"
}
}