-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.22 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
51
{
"name": "RSSreader-pdronenko",
"version": "1.2.1",
"description": "Simple app for reading RSS.",
"repository": {
"type": "git",
"url": "git://github.com/pdronenko/frontend-project-lvl3"
},
"scripts": {
"test": "jest"
},
"author": "pdronenko",
"license": "ISC",
"keywords": [
"rss reader",
"rss feed",
"rss",
"feed"
],
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"babel-loader": "^8.0.5",
"debug": "^4.1.1",
"eslint": "^5.12.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.1.3",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.20.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"axios": "^0.18.1",
"bootstrap": "^4.3.1",
"css-loader": "^2.1.1",
"jquery": "^3.4.1",
"lodash": "^4.17.11",
"melanke-watchjs": "^1.5.0",
"p-limit": "^2.2.0",
"popper.js": "^1.15.0",
"style-loader": "^0.23.1",
"validator": "^11.0.0"
}
}