-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 735 Bytes
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
{
"name": "rss-reader-electron",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-eslint": "^8.2.3",
"bootstrap": "^4.1.1",
"date-fns": "^1.29.0",
"pouchdb": "^6.4.3",
"prettier": "^1.12.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"react-router": "^4.3.0-rc.3",
"react-router-dom": "^4.3.0-rc.3",
"react-scripts": "1.1.4",
"reactstrap": "^6.0.1",
"redux": "^4.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.8.2"
}
}