-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.49 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
55
56
57
58
{
"name": "rss-reader",
"version": "1.1.0",
"description": "RSS news feed with automatic updates",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timursus/frontend-project-lvl3.git"
},
"keywords": [
"Hexlet-project",
"RSS",
"XML",
"DOM",
"MVC",
"Webpack",
"Bootstrap",
"AJAX"
],
"author": "Timur Akhmetov <redundant09@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/timursus/frontend-project-lvl3/issues"
},
"homepage": "https://github.com/timursus/frontend-project-lvl3#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.2",
"style-loader": "^2.0.0",
"webpack": "^5.10.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"core-js": "^3.8.1",
"crc-32": "^1.2.0",
"i18next": "^19.8.4",
"lodash": "^4.17.20",
"melanke-watchjs": "^1.5.2",
"regenerator-runtime": "^0.13.7",
"yup": "^0.32.6"
}
}