46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "rss-reader",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack --config ./webpack.config.js",
|
|
"electron": "electron ./dist/electron.js",
|
|
"start": "npm run build && npm run electron"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@fluentui/react": "^7.115.3",
|
|
"@types/nedb": "^1.8.9",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-redux": "^7.1.9",
|
|
"@types/redux": "^3.6.0",
|
|
"@types/redux-thunk": "^2.1.0",
|
|
"@types/reselect": "^2.2.0",
|
|
"@yang991178/electron-proxy-agent": "^1.2.1",
|
|
"@yang991178/rss-parser": "^3.8.1",
|
|
"electron": "^8.3.0",
|
|
"electron-react-devtools": "^0.5.3",
|
|
"electron-window-state": "^5.0.3",
|
|
"favicon": "0.0.2",
|
|
"html-webpack-plugin": "^4.3.0",
|
|
"nedb": "^1.8.0",
|
|
"pac-proxy-agent": "^4.1.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "^7.2.0",
|
|
"redux": "^4.0.5",
|
|
"redux-devtools": "^3.5.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"reselect": "^4.0.0",
|
|
"ts-loader": "^7.0.4",
|
|
"typescript": "^3.9.2",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"dependencies": {}
|
|
}
|